Bläddra i källkod

Exford color annotations

Maggie Cabrera 4 år sedan
förälder
incheckning
12d257195d
2 ändrade filer med 9 tillägg och 0 borttagningar
  1. 5 0
      exford/inc/wpcom-colors.php
  2. 4 0
      exford/inc/wpcom-editor-colors.php

+ 5 - 0
exford/inc/wpcom-colors.php

@@ -117,6 +117,10 @@ add_color_rule( 'link', '#23883D', array(
 			body .widget_eu_cookie_law_widget #eu-cookie-law input.accept,
 			button,
 			button[data-load-more-btn],
+			.wp-block-search .wp-block-search__button,
+			.wp-block-search .wp-block-search__button:not(.has-background):hover,
+			.wp-block-search .wp-block-search__button:hover,
+			.wp-block-search .wp-block-search__button:focus,
 			input[type="submit"]', 'background-color' ),
 			
 	// Text-color
@@ -175,6 +179,7 @@ add_color_rule( 'txt', '#111111', array(
 			.wp-block-code,
 			.wp-block-code pre,
 			.wp-block-pullquote,
+			.wp-block-search .wp-block-search__button,
 			body,
 			body .widget_eu_cookie_law_widget #eu-cookie-law,
 			body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept,

+ 4 - 0
exford/inc/wpcom-editor-colors.php

@@ -82,6 +82,9 @@ add_editor_color_rule( 'link', '#23883D', array(
 
 	// Background-color
 	array( '#editor .editor-styles-wrapper .button,
+			#editor .editor-styles-wrapper .wp-block-search .wp-block-search__button,
+			#editor .editor-styles-wrapper .wp-block-search .wp-block-search__button:hover,
+			#editor .editor-styles-wrapper .wp-block-search .wp-block-search__button:focus,
 			#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:not(.is-style-outline) .wp-block-button__link,
@@ -123,6 +126,7 @@ add_editor_color_rule( 'txt', '#111111', array(
 
 	// Text-color
 	array( '#editor .editor-styles-wrapper .editor-post-title__block .editor-post-title__input,
+			#editor .editor-styles-wrapper .wp-block-search .wp-block-search__button,
 			#editor .editor-styles-wrapper .fse-template-part .main-navigation,
 			#editor .editor-styles-wrapper .wp-block-pullquote,
 			#editor .editor-styles-wrapper .wp-block-code,