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
pull/36341/head
Tharun Rajendran 4 years ago committed by GitHub
parent 44c48ecebb
commit 738a3a2d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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 {

Loading…
Cancel
Save