Ensure that query highlighting color in the query tool should be less intensive. Fixes #6754

This commit is contained in:
Rahul Shirsat
2021-10-12 14:30:29 +05:30
committed by Akshay Joshi
parent d81960a6eb
commit 2ced82c7b3
3 changed files with 8 additions and 0 deletions

View File

@@ -97,6 +97,11 @@ li.CodeMirror-hint-active {
color: $color-primary-fg;
}
.sql-editor .CodeMirror-activeline-background {
background: $color-editor-activeline-light !important;
border: 1px solid $color-editor-activeline-border-color;
}
.filter-container {
position: relative;
background-color: $color-bg;