|
@@ -96,13 +96,14 @@ add_editor_color_rule( 'link', '#ff302c', array(
|
|
|
array( '#editor .editor-styles-wrapper .button,
|
|
|
#editor .editor-styles-wrapper .fse-template-part .main-navigation .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-pullquote.is-style-solid-color', 'background-color' ),
|
|
|
|
|
|
// Text-color
|
|
|
array( '#editor .editor-styles-wrapper .wp-block-a8c-blog-posts .entry-title a,
|
|
|
#editor .editor-styles-wrapper .is-style-outline .wp-block-button__link,
|
|
|
#editor .editor-styles-wrapper .wp-block-button__link.is-style-outline,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
|
|
|
#editor .editor-styles-wrapper a', 'color' ),
|
|
|
|
|
|
// Border color left
|
|
@@ -115,7 +116,7 @@ add_editor_color_rule( 'link', '#ff302c', array(
|
|
|
// Background-color
|
|
|
array( '#editor .editor-styles-wrapper .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-pullquote.is-style-solid-color', 'background-color', 0.8 ),
|
|
|
|
|
|
/**
|
|
@@ -214,31 +215,31 @@ add_editor_color_rule( 'txt', '#444444', array(
|
|
|
add_editor_color_rule( 'fg1', '#1285ce', array(
|
|
|
|
|
|
// Text-color
|
|
|
- array( '##editor .editor-styles-wrapper .is-style-outline .wp-block-button__link.has-focus,
|
|
|
- #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-a8c-blog-posts .cat-links a:active,
|
|
|
+ array( '#editor .editor-styles-wrapper .wp-block-a8c-blog-posts .cat-links a:active,
|
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts .cat-links a:hover,
|
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts .entry-meta a:active,
|
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts .entry-meta a:hover,
|
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts .entry-title a:hover,
|
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts .more-link:active,
|
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts .more-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:focus,
|
|
|
- #editor .editor-styles-wrapper .wp-block-button__link.is-style-outline:hover,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link.has-focus,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:focus,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button .wp-block-button__link.is-style-outline.has-focus,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button .wp-block-button__link.is-style-outline:focus,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button .wp-block-button__link.is-style-outline:hover,
|
|
|
#editor .editor-styles-wrapper a:hover', 'color' ),
|
|
|
|
|
|
// Background-color
|
|
|
- array( '#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:focus,
|
|
|
+ array( '#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.has-focus,
|
|
|
- #editor .editor-styles-wrapper .wp-block-button__link:focus,
|
|
|
- #editor .editor-styles-wrapper .wp-block-button__link:hover', 'background-color' ),
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .button.has-focus,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .button:focus,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .button: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', 'background-color' ),
|
|
|
|
|
|
/**
|
|
|
* Utility Classes
|