mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed text color in light theme
This commit is contained in:
parent
3dd073f98d
commit
c897485958
@ -77,7 +77,7 @@
|
||||
border: none;
|
||||
color: $text-color;
|
||||
&.active span {
|
||||
color: $blue;
|
||||
color: $query-blue;
|
||||
font-weight: bold;
|
||||
}
|
||||
.text-info {
|
||||
@ -88,6 +88,12 @@
|
||||
font-size: $font-size-sm;
|
||||
padding: 5px 11px;
|
||||
}
|
||||
&:hover {
|
||||
color: $text-color-strong;
|
||||
}
|
||||
&[disabled] {
|
||||
color: $text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user