mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Frontend: Fixes progress tracker close button to use $link-hover-color
(#18352)
This commit is contained in:
parent
50a043f583
commit
bc291f94ef
@ -30,7 +30,7 @@ $path-position: $marker-size-half - ($path-height / 2);
|
||||
border: none;
|
||||
|
||||
&:hover {
|
||||
color: $white;
|
||||
color: $link-hover-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user