浏览代码

Remove unnecessary site title hover state styling

Jeremy Yip 3 年之前
父节点
当前提交
257494b6a4
共有 2 个文件被更改,包括 0 次插入2 次删除
  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;
 		}