소스 검색

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