Fixed an issue where the current debug line is not visible in the 'Dark' theme. Fixes #6409

This commit is contained in:
Akshay Joshi
2021-05-04 12:34:03 +05:30
parent 72f3730c34
commit ac403d0dfa
6 changed files with 4 additions and 10 deletions

View File

@@ -174,7 +174,7 @@
}
.CodeMirror-activeline-background {
background: $color-danger-lighter !important;
background: $color-editor-activeline !important;
}
.CodeMirror-simplescroll-horizontal {