Procházet zdrojové kódy

Coutoire: Cleanup table block color-annotations

Allan Cole před 5 roky
rodič
revize
5a6d67137a
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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,