Skip to content

Commit 45d3ce2

Browse files
committed
Increase specificity for cell border in the editor
1 parent 5c519f8 commit 45d3ce2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-content/themes/twentynineteen/style-editor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ figcaption,
12721272
}
12731273

12741274
/** === Table === */
1275-
.wp-block-table td, .wp-block-table th {
1275+
body .wp-block-table td, body .wp-block-table th {
12761276
border-color: #767676;
12771277
}
12781278

src/wp-content/themes/twentynineteen/style-editor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ figcaption,
669669

670670
/** === Table === */
671671

672-
.wp-block-table {
672+
body .wp-block-table {
673673

674674
td, th {
675675
border-color: $color__text-light;

0 commit comments

Comments
 (0)