From 738a3a2d89bfc8474cf941a34d8da409b15a85aa Mon Sep 17 00:00:00 2001 From: Tharun Rajendran Date: Thu, 1 Jul 2021 13:54:04 +0530 Subject: [PATCH] VariableSettings: fix tool-tip hyperlink color (#36140) * VariableSettings: fix tool-tip hyperlink color Fixes #36122 * move inline css styles for anchor tag in Tooltip to Tooltip component styles --- packages/grafana-ui/src/components/Tooltip/_Tooltip.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/grafana-ui/src/components/Tooltip/_Tooltip.scss b/packages/grafana-ui/src/components/Tooltip/_Tooltip.scss index f2ed0343ef4..a6719615dc4 100644 --- a/packages/grafana-ui/src/components/Tooltip/_Tooltip.scss +++ b/packages/grafana-ui/src/components/Tooltip/_Tooltip.scss @@ -18,6 +18,10 @@ $popper-margin-from-ref: 5px; em { color: lighten($textColor, 20%); } + a { + color: $white; + text-decoration: underline; + } } .popper {