mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(light theme): fixes issue with hidden queries in light theme, fixes #5697
This commit is contained in:
parent
44d1393480
commit
a9cf7cd4f0
@ -60,8 +60,8 @@ $page-bg: $white;
|
|||||||
$body-color: $gray-1;
|
$body-color: $gray-1;
|
||||||
$text-color: $gray-1;
|
$text-color: $gray-1;
|
||||||
$text-color-strong: $white;
|
$text-color-strong: $white;
|
||||||
$text-color-weak: $gray-1;
|
$text-color-weak: $gray-3;
|
||||||
$text-color-faint: $gray-3;
|
$text-color-faint: $gray-4;
|
||||||
$text-color-emphasis: $dark-5;
|
$text-color-emphasis: $dark-5;
|
||||||
|
|
||||||
$text-shadow-strong: none;
|
$text-shadow-strong: none;
|
||||||
|
@ -64,7 +64,7 @@ $switch-height: 1.5rem;
|
|||||||
input + label::before {
|
input + label::before {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
content: "\f096"; // square-o
|
content: "\f096"; // square-o
|
||||||
color: $text-color-faint;
|
color: $text-color-weak;
|
||||||
transition: transform 0.4s;
|
transition: transform 0.4s;
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
text-shadow: $text-shadow-faint;
|
text-shadow: $text-shadow-faint;
|
||||||
|
Loading…
Reference in New Issue
Block a user