diff --git a/src/wp-content/themes/twentyfourteen/css/blocks.css b/src/wp-content/themes/twentyfourteen/css/blocks.css
index d13b29b7ce..a9bf5d483b 100644
a
|
b
|
p.has-drop-cap:not(:focus)::first-letter { |
237 | 237 | overflow-x: visible; |
238 | 238 | } |
239 | 239 | |
240 | | .wp-block-table th, |
241 | | .wp-block-table td { |
| 240 | .wp-block-table:not(.is-style-stripes) th, |
| 241 | .wp-block-table:not(.is-style-stripes) td { |
242 | 242 | border-color: rgba(0, 0, 0, 0.1); |
243 | 243 | border-width: 0 1px 1px 0; |
244 | 244 | } |
245 | 245 | |
| 246 | .wp-block-table:not(.is-style-stripes) table[class*="-text-color"] * { |
| 247 | border-color: inherit; |
| 248 | border: 1px solid; |
| 249 | } |
| 250 | |
246 | 251 | /*-------------------------------------------------------------- |
247 | 252 | 4.0 Blocks - Layout Elements |
248 | 253 | --------------------------------------------------------------*/ |
diff --git a/src/wp-content/themes/twentyfourteen/css/editor-blocks.css b/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
index c5a1999cd3..9e7f8721ca 100644
a
|
b
|
Description: Used to style blocks in the editor. |
196 | 196 | text-align: right; |
197 | 197 | } |
198 | 198 | |
| 199 | .editor-styles-wrapper .wp-block-table:not(.is-style-stripes) table:not([class*="-text-color"]) * { |
| 200 | border-color: rgba(0, 0, 0, 0.1); |
| 201 | } |
| 202 | |
199 | 203 | /* Quotes */ |
200 | 204 | |
201 | 205 | .wp-block-freeform.block-library-rich-text__tinymce blockquote { |