mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user