mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed cursor disappeared issue in the query editor for some of the characters when zoomed out. Fixes #3988
This commit is contained in:
committed by
Akshay Joshi
parent
e1f990190e
commit
d6bc3ccc8b
@@ -63,8 +63,10 @@
|
||||
& .cm-hr {color: $color-editor-fg;}
|
||||
& .cm-link {color: $color-editor-fg;}
|
||||
|
||||
& .CodeMirror-cursor {
|
||||
border-color: $color-editor-fg;
|
||||
& :not(.cm-fat-cursor) .CodeMirror-cursor {
|
||||
border-left: thin solid $color-editor-fg;;
|
||||
border-right: none;
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user