浏览代码

Frontend: Fixes progress tracker close button to use `$link-hover-color` (#18352)

kay delaney 6 年之前
父节点
当前提交
bc291f94ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/sass/components/_panel_gettingstarted.scss

+ 1 - 1
public/sass/components/_panel_gettingstarted.scss

@@ -30,7 +30,7 @@ $path-position: $marker-size-half - ($path-height / 2);
   border: none;
 
   &:hover {
-    color: $white;
+    color: $link-hover-color;
   }
 }