Browse Source

Varia: Remove text-decoration hover styles

Allan Cole 5 years ago
parent
commit
8d6fe19009
3 changed files with 1 additions and 31 deletions
  1. 1 11
      varia/sass/blocks/utilities/_style.scss
  2. 0 10
      varia/style-rtl.css
  3. 0 10
      varia/style.css

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

@@ -85,12 +85,7 @@
 }
 
 // Gutenberg text color options
-.has-text-color {
-	a:hover,
-	a:active {
-		text-decoration: none;
-	}
-}
+.has-text-color {}
 
 .has-primary-color[class] {
 	color: #{map-deep-get($config-global, "color", "primary", "default")} !important;
@@ -131,11 +126,6 @@
 	p, h1, h2, h3, h4, h5, h6, {
 		color: currentColor;
 	}
-
-	a:hover,
-	a:active {
-		text-decoration: none;
-	}
 }
 
 .has-primary-background-color[class] {

+ 0 - 10
varia/style-rtl.css

@@ -1972,11 +1972,6 @@ table th,
 	background-attachment: fixed;
 }
 
-.has-text-color a:hover,
-.has-text-color a:active {
-	text-decoration: none;
-}
-
 .has-primary-color[class] {
 	color: blue !important;
 }
@@ -2014,11 +2009,6 @@ table th,
 	color: currentColor;
 }
 
-.has-background a:hover,
-.has-background a:active {
-	text-decoration: none;
-}
-
 .has-primary-background-color[class] {
 	background-color: blue !important;
 	color: white;

+ 0 - 10
varia/style.css

@@ -1978,11 +1978,6 @@ table th,
 	background-attachment: fixed;
 }
 
-.has-text-color a:hover,
-.has-text-color a:active {
-	text-decoration: none;
-}
-
 .has-primary-color[class] {
 	color: blue !important;
 }
@@ -2020,11 +2015,6 @@ table th,
 	color: currentColor;
 }
 
-.has-background a:hover,
-.has-background a:active {
-	text-decoration: none;
-}
-
 .has-primary-background-color[class] {
 	background-color: blue !important;
 	color: white;