Przeglądaj źródła

Dalston: Add hover styles to links in inner-blocks

Allan Cole 5 lat temu
rodzic
commit
79559606a8

+ 4 - 0
dalston/sass/_extra-child-theme.scss

@@ -263,6 +263,10 @@ a {
 
 
 .entry-content [class*="__inner-container"] a {
 .entry-content [class*="__inner-container"] a {
 	text-decoration: underline;
 	text-decoration: underline;
+
+	&:hover {
+		text-decoration: none;
+	}
 }
 }
 
 
 /**
 /**

+ 4 - 0
dalston/style-rtl.css

@@ -3736,6 +3736,10 @@ a {
 	text-decoration: underline;
 	text-decoration: underline;
 }
 }
 
 
+.entry-content [class*="__inner-container"] a:hover {
+	text-decoration: none;
+}
+
 /**
 /**
  * Footer
  * Footer
  */
  */

+ 4 - 0
dalston/style.css

@@ -3765,6 +3765,10 @@ a {
 	text-decoration: underline;
 	text-decoration: underline;
 }
 }
 
 
+.entry-content [class*="__inner-container"] a:hover {
+	text-decoration: none;
+}
+
 /**
 /**
  * Footer
  * Footer
  */
  */