mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where the current debug line is not visible in the 'Dark' theme. Fixes #6409
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
}
|
||||
|
||||
.CodeMirror-activeline-background {
|
||||
background: $color-danger-lighter !important;
|
||||
background: $color-editor-activeline !important;
|
||||
}
|
||||
|
||||
.CodeMirror-simplescroll-horizontal {
|
||||
|
||||
Reference in New Issue
Block a user