소스 검색

Leven: code tidying.

Allan Cole 5 년 전
부모
커밋
4dbf49782f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      leven/inc/wpcom-colors.php

+ 2 - 2
leven/inc/wpcom-colors.php

@@ -119,11 +119,11 @@ add_color_rule( 'link', '#ff302c', array(
 	// Text-color
 	array( '.site-title a:hover,
 			.social-navigation a,
-			.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
 			.wp-block-button.is-style-outline .wp-block-button__link,
+			.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
 			.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,
-			.wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color), 
 			.wp-block-button.is-style-outline.wp-block-button__link,
+			.wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color), 
 			.wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color):active,
 			.wp-block-newspack-blocks-homepage-articles article .entry-title a,
 			a', 'color' ),