Commit bc291f94 by kay delaney Committed by GitHub

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

parent 50a043f5
...@@ -30,7 +30,7 @@ $path-position: $marker-size-half - ($path-height / 2); ...@@ -30,7 +30,7 @@ $path-position: $marker-size-half - ($path-height / 2);
border: none; border: none;
&:hover { &:hover {
color: $white; color: $link-hover-color;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment