Kjell Reigstad 5 年之前
父节点
当前提交
49142ce5af
共有 1 个文件被更改,包括 13 次插入13 次删除
  1. 13 13
      leven/inc/wpcom-editor-colors.php

+ 13 - 13
leven/inc/wpcom-editor-colors.php

@@ -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,