Browse Source

Coutoire: Cleanup table block color-annotations

Allan Cole 5 years ago
parent
commit
5a6d67137a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      coutoire/inc/wpcom-editor-colors.php

+ 2 - 0
coutoire/inc/wpcom-editor-colors.php

@@ -23,6 +23,8 @@ add_editor_color_rule( 'bg', '#FFFFFF', array(
 			#editor .editor-styles-wrapper .wp-block-button__link.has-focus,
 			#editor .editor-styles-wrapper .wp-block-button__link:focus,
 			#editor .editor-styles-wrapper .wp-block-button__link:hover,
+			#editor .editor-styles-wrapper table.is-style-stripes tbody tr:nth-child(odd),
+			#editor .editor-styles-wrapper .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
 			#editor .editor-styles-wrapper .wp-block-cover,
 			#editor .editor-styles-wrapper .wp-block-cover-image,
 			#editor .editor-styles-wrapper .wp-block-cover-image:not([class="has-background-background-color"]) .wp-block-cover-image-text,