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,