From 70c17f212f2aec9a09bfa3350c2024d217be1d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 19 Jan 2023 15:22:11 +0100 Subject: [PATCH] DashList: Use blue link color on hover instead underline (#61282) * Use blue on hover * Updated * Updated --- public/app/plugins/panel/dashlist/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/dashlist/styles.ts b/public/app/plugins/panel/dashlist/styles.ts index f197e9ff018..22fcbf0e177 100644 --- a/public/app/plugins/panel/dashlist/styles.ts +++ b/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; } }