Browse Source

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

kay delaney 6 năm trước cách đây
mục cha
commit
bc291f94ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
   }
 }