Browse Source

Remove unnecessary site title hover state styling

Jeremy Yip 3 years ago
parent
commit
257494b6a4
2 changed files with 0 additions and 2 deletions
  1. 0 1
      seedlet-blocks/assets/theme.css
  2. 0 1
      seedlet-blocks/sass/blocks/_site-title.scss

+ 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;
 		}