|
@@ -11,27 +11,27 @@ add_editor_color_rule( 'bg', '#FFFFFF', array(
|
|
|
array( '#editor .editor-styles-wrapper', 'background-color' ),
|
|
|
|
|
|
// Text-color
|
|
|
- array( '.button,
|
|
|
- .button.has-focus,
|
|
|
- .button:focus,
|
|
|
- .button:hover,
|
|
|
- .wp-block-a8c-blog-posts + .button,
|
|
|
- .wp-block-a8c-blog-posts + .button:focus,
|
|
|
- .wp-block-a8c-blog-posts + .button:hover,
|
|
|
- .wp-block-a8c-blog-posts + .has-focus.button,
|
|
|
- .wp-block-button__link,
|
|
|
- .wp-block-button__link.has-focus,
|
|
|
- .wp-block-button__link:focus,
|
|
|
- .wp-block-button__link:hover,
|
|
|
- .wp-block-cover,
|
|
|
- .wp-block-cover-image,
|
|
|
- .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
|
|
|
- .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text,
|
|
|
- .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
|
|
|
- .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
|
|
|
- .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
|
|
|
- .wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,
|
|
|
- .wp-block-pullquote.is-style-solid-color', 'color' ),
|
|
|
+ array( '#editor .editor-styles-wrapper .button,
|
|
|
+ #editor .editor-styles-wrapper .button.has-focus,
|
|
|
+ #editor .editor-styles-wrapper .button:focus,
|
|
|
+ #editor .editor-styles-wrapper .button:hover,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .button,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .button:focus,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .button:hover,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .has-focus.button,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button__link,
|
|
|
+ #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 .wp-block-cover,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-cover-image,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color', 'color' ),
|
|
|
|
|
|
/**
|
|
|
* Utility Classes
|