|
@@ -162,19 +162,19 @@ 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,
|
|
|
- ##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 a:hover', 'color' ),
|
|
|
+ #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,
|
|
|
+ #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 a:hover', 'color' ),
|
|
|
|
|
|
// Background-color
|
|
|
array( '#editor .editor-styles-wrapper .button.has-focus,
|