From 45d3ce28a558e61347b3ee39411925109dd3923a Mon Sep 17 00:00:00 2001 From: "Stephen A. Bernhardt" Date: Thu, 29 May 2025 13:36:15 -0500 Subject: [PATCH] Increase specificity for cell border in the editor --- src/wp-content/themes/twentynineteen/style-editor.css | 2 +- src/wp-content/themes/twentynineteen/style-editor.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentynineteen/style-editor.css b/src/wp-content/themes/twentynineteen/style-editor.css index 5206b537e21cd..3f80670c3896b 100644 --- a/src/wp-content/themes/twentynineteen/style-editor.css +++ b/src/wp-content/themes/twentynineteen/style-editor.css @@ -1272,7 +1272,7 @@ figcaption, } /** === Table === */ -.wp-block-table td, .wp-block-table th { +body .wp-block-table td, body .wp-block-table th { border-color: #767676; } diff --git a/src/wp-content/themes/twentynineteen/style-editor.scss b/src/wp-content/themes/twentynineteen/style-editor.scss index c4c79817ae9cd..23ea3d099e921 100644 --- a/src/wp-content/themes/twentynineteen/style-editor.scss +++ b/src/wp-content/themes/twentynineteen/style-editor.scss @@ -669,7 +669,7 @@ figcaption, /** === Table === */ -.wp-block-table { +body .wp-block-table { td, th { border-color: $color__text-light;