DashList: Use blue link color on hover instead underline (#61282)

* Use blue on hover

* Updated

* Updated
This commit is contained in:
Torkel Ödegaard 2023-01-19 15:22:11 +01:00 committed by GitHub
parent 9b82e65b7a
commit 70c17f212f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }
} }