mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashList: Use blue link color on hover instead underline (#61282)
* Use blue on hover * Updated * Updated
This commit is contained in:
parent
9b82e65b7a
commit
70c17f212f
@ -19,8 +19,8 @@ export const getStyles = (theme: GrafanaTheme2) => ({
|
|||||||
padding: ${theme.spacing(1)};
|
padding: ${theme.spacing(1)};
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: ${theme.colors.emphasize(theme.colors.background.primary, 0.03)};
|
|
||||||
a {
|
a {
|
||||||
|
color: ${theme.colors.text.link};
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user