|
@@ -101,14 +101,11 @@ add_editor_color_rule( 'link', '#C04239', array(
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .button:focus,
|
|
#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 + .button:hover,
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .has-focus.button,
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .has-focus.button,
|
|
- #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-button:not(.is-style-outline) .wp-block-button__link.has-focus,
|
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
|
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
|
|
#editor .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color', 'background-color' ),
|
|
#editor .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color', 'background-color' ),
|
|
|
|
|
|
- // Border-left-color
|
|
|
|
- array( '#editor .editor-styles-wrapper .wp-block-quote', 'border-left-color' ),
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Utility Classes
|
|
* Utility Classes
|
|
*/
|
|
*/
|
|
@@ -129,9 +126,8 @@ add_editor_color_rule( 'txt', '#252E36', array(
|
|
|
|
|
|
// Text-color
|
|
// Text-color
|
|
array( '#editor .editor-styles-wrapper .editor-post-title__block .editor-post-title__input,
|
|
array( '#editor .editor-styles-wrapper .editor-post-title__block .editor-post-title__input,
|
|
- #editor .editor-styles-wrapper .is-style-outline .wp-block-button__link,
|
|
|
|
- #editor .editor-styles-wrapper .is-style-outline .wp-block-button__link:focus,
|
|
|
|
- #editor .editor-styles-wrapper .is-style-outline .wp-block-button__link:hover,
|
|
|
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
|
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
|
|
#editor .editor-styles-wrapper .wp-block-button__link.is-style-outline.has-focus,
|
|
#editor .editor-styles-wrapper .wp-block-button__link.is-style-outline.has-focus,
|
|
#editor .editor-styles-wrapper .wp-block-button__link.is-style-outline:focus,
|
|
#editor .editor-styles-wrapper .wp-block-button__link.is-style-outline:focus,
|
|
#editor .editor-styles-wrapper .wp-block-button__link.is-style-outline:hover,
|
|
#editor .editor-styles-wrapper .wp-block-button__link.is-style-outline:hover,
|
|
@@ -157,7 +153,7 @@ add_editor_color_rule( 'txt', '#252E36', array(
|
|
// Background-color
|
|
// Background-color
|
|
array( '#editor .editor-styles-wrapper .button,
|
|
array( '#editor .editor-styles-wrapper .button,
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .button,
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .button,
|
|
- #editor .editor-styles-wrapper .wp-block-button__link,
|
|
|
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link,
|
|
#editor .editor-styles-wrapper .wp-block-cover-image,
|
|
#editor .editor-styles-wrapper .wp-block-cover-image,
|
|
#editor .editor-styles-wrapper .wp-block-cover-image.has-background-dim,
|
|
#editor .editor-styles-wrapper .wp-block-cover-image.has-background-dim,
|
|
#editor .editor-styles-wrapper .wp-block-cover,
|
|
#editor .editor-styles-wrapper .wp-block-cover,
|