Browse Source

Varia: Remove color overrides for media and text

Ben Dwyer 4 years ago
parent
commit
d60b3f2520
3 changed files with 0 additions and 17 deletions
  1. 0 4
      barnsbury/style-rtl.css
  2. 0 4
      barnsbury/style.css
  3. 0 9
      varia/sass/blocks/media-text/_style.scss

+ 0 - 4
barnsbury/style-rtl.css

@@ -2013,10 +2013,6 @@ dd {
 	margin-bottom: 0;
 }
 
-.wp-block-media-text[class*="background-color"]:not(.has-background-background-color) .wp-block-media-text__content a, .wp-block-media-text[style*="background-color"] .wp-block-media-text__content a {
-	color: currentColor;
-}
-
 @media only screen and (min-width: 560px) {
 	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
 		padding-top: 32px;

+ 0 - 4
barnsbury/style.css

@@ -2013,10 +2013,6 @@ dd {
 	margin-bottom: 0;
 }
 
-.wp-block-media-text[class*="background-color"]:not(.has-background-background-color) .wp-block-media-text__content a, .wp-block-media-text[style*="background-color"] .wp-block-media-text__content a {
-	color: currentColor;
-}
-
 @media only screen and (min-width: 560px) {
 	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
 		padding-top: 32px;

+ 0 - 9
varia/sass/blocks/media-text/_style.scss

@@ -26,15 +26,6 @@
 		}
 	}
 
-	&[class*="background-color"]:not(.has-background-background-color),
-	&[style*="background-color"] {
-		.wp-block-media-text__content {
-			a {
-				color: currentColor;
-			}
-		}
-	}
-
 	/**
 	 * Block Options
 	 */