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

* Use blue on hover

* Updated

* Updated
pull/61780/head
Torkel Ödegaard 2 years ago committed by GitHub
parent 9b82e65b7a
commit 70c17f212f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/panel/dashlist/styles.ts

@ -19,8 +19,8 @@ export const getStyles = (theme: GrafanaTheme2) => ({
padding: ${theme.spacing(1)};
&:hover {
background: ${theme.colors.emphasize(theme.colors.background.primary, 0.03)};
a {
color: ${theme.colors.text.link};
text-decoration: underline;
}
}

Loading…
Cancel
Save