Highlighted the color of closing or opening parenthesis when user select them in CodeMirror. Fixes #4728

This commit is contained in:
Aditya Toshniwal
2019-10-04 13:55:00 +05:30
committed by Akshay Joshi
parent bf2c001c87
commit 41ee58e79a
3 changed files with 5 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
}
/* To override inbuilt Green color for matchingbracket */
.cm-s-default .CodeMirror-matchingbracket {
color: $color-gray-dark !important;
background-color: $color-gray-lighter !important;
color: $sql-bracket-match-fg !important;
background-color: $sql-bracket-match-bg !important;
}
.CodeMirror {