mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
Fix: correct bold, italics, and code color in Panel tooltips (#53380)
This commit is contained in:
parent
6f01930e9d
commit
aee2856907
@ -177,13 +177,13 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
code {
|
||||
border: none;
|
||||
display: inline;
|
||||
background: ${colorManipulator.darken(tooltipBg, 0.3)};
|
||||
background: ${colorManipulator.darken(tooltipBg, 0.1)};
|
||||
color: ${tooltipText};
|
||||
}
|
||||
|
||||
strong,
|
||||
em {
|
||||
color: ${colorManipulator.emphasize(tooltipBg)};
|
||||
pre {
|
||||
background: ${colorManipulator.darken(tooltipBg, 0.1)};
|
||||
color: ${tooltipText};
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user