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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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