소스 검색

Remove overrides for links in elements with background color set

Ben Dwyer 4 년 전
부모
커밋
7530d2e277
5개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 1
      hever/style-editor.css
  2. 1 2
      hever/style-rtl.css
  3. 1 2
      hever/style.css
  4. 0 1
      varia/sass/blocks/utilities/_editor.scss
  5. 0 1
      varia/sass/blocks/utilities/_style.scss

+ 0 - 1
hever/style-editor.css

@@ -1082,7 +1082,6 @@ pre.wp-block-verse {
 	color: var(--wp--preset--color--background);
 }
 
-.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
 .has-background p:not(.has-text-color),
 .has-background h1:not(.has-text-color),
 .has-background h2:not(.has-text-color),

+ 1 - 2
hever/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
 Requires at least: WordPress 4.9.6
-Version: 1.5.2
+Version: 1.5.1
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia
@@ -2485,7 +2485,6 @@ table.is-style-stripes tbody tr:nth-child(odd),
 	color: var(--wp--preset--color--background);
 }
 
-.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
 .has-background p:not(.has-text-color),
 .has-background h1:not(.has-text-color),
 .has-background h2:not(.has-text-color),

+ 1 - 2
hever/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
 Requires at least: WordPress 4.9.6
-Version: 1.5.2
+Version: 1.5.1
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia
@@ -2492,7 +2492,6 @@ table.is-style-stripes tbody tr:nth-child(odd),
 	color: var(--wp--preset--color--background);
 }
 
-.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
 .has-background p:not(.has-text-color),
 .has-background h1:not(.has-text-color),
 .has-background h2:not(.has-text-color),

+ 0 - 1
varia/sass/blocks/utilities/_editor.scss

@@ -57,7 +57,6 @@
 
 // Gutenberg background-color options
 .has-background {
-	&:not(.has-background-background-color) a:not(.wp-block-button__link),
 	p:not(.has-text-color),
 	h1:not(.has-text-color),
 	h2:not(.has-text-color),

+ 0 - 1
varia/sass/blocks/utilities/_style.scss

@@ -149,7 +149,6 @@
 
 // Gutenberg background-color options
 .has-background {
-	&:not(.has-background-background-color) a:not(.wp-block-button__link),
 	p:not(.has-text-color),
 	h1:not(.has-text-color),
 	h2:not(.has-text-color),