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 {