Pārlūkot izejas kodu

Remove unnecessary site title hover state styling

Jeremy Yip 3 gadi atpakaļ
vecāks
revīzija
257494b6a4

+ 0 - 1
seedlet-blocks/assets/theme.css

@@ -291,7 +291,6 @@ is passed all of the block attributes on the block definition in the template. *
 
 .wp-block-site-title a:hover, .wp-block-site-title a:focus {
 	text-decoration: none;
-	color: var(--wp--custom--color--secondary);
 	background-size: 8px 0px;
 }
 

+ 0 - 1
seedlet-blocks/sass/blocks/_site-title.scss

@@ -8,7 +8,6 @@
 		&:hover,
 		&:focus {
 			text-decoration: none;
-			color: var(--wp--custom--color--secondary);
 			background-size: 8px 0px;
 		}