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
This commit is contained in:
@@ -18,6 +18,10 @@ $popper-margin-from-ref: 5px;
|
||||
em {
|
||||
color: lighten($textColor, 20%);
|
||||
}
|
||||
a {
|
||||
color: $white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.popper {
|
||||
|
||||
Reference in New Issue
Block a user