فهرست منبع

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