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

This commit is contained in:
kay delaney
2019-08-02 11:53:37 +01:00
committed by GitHub
parent 50a043f583
commit bc291f94ef

View File

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