Theme: Fixes bug in light theme for query editor part (#25789)

* Theme: Fixes bug in light theme for query editor part

* Remove different backgrond
This commit is contained in:
Torkel Ödegaard
2020-06-28 08:29:38 +02:00
committed by GitHub
parent 9f82cd4713
commit 7e83e77dcd
5 changed files with 13 additions and 9 deletions

View File

@@ -128,8 +128,8 @@ $page-header-border-color: #dce1e6;
$divider-border-color: $gray-2;
// Graphite Target Editor
$tight-form-func-bg: $gray-5;
$tight-form-func-highlight-bg: $gray-6;
$tight-form-func-bg: #f1f5f9;
$tight-form-func-highlight-bg: #eaf0f6;
$modal-backdrop-bg: #ffffff;
$code-tag-bg: $gray-6;