mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed issue with light theme introduced by #15333
This commit is contained in:
parent
c92cd73bd8
commit
77ba734491
@ -56,7 +56,7 @@ $page-bg: $gray-7;
|
||||
$body-color: $gray-1;
|
||||
$text-color: $gray-1;
|
||||
$text-color-strong: $dark-2;
|
||||
$text-color-weak: $gray-3;
|
||||
$text-color-weak: $gray-2;
|
||||
$text-color-faint: $gray-4;
|
||||
$text-color-emphasis: $dark-5;
|
||||
|
||||
|
@ -124,7 +124,7 @@ input[type='text'].tight-form-func-param {
|
||||
|
||||
&--disabled {
|
||||
.query-keyword {
|
||||
color: darken($blue, 20%);
|
||||
color: $text-color-weak;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user