Fixed cursor disappeared issue in the query editor for some of the characters when zoomed out. Fixes #3988

This commit is contained in:
Aditya Toshniwal
2020-04-07 11:51:19 +05:30
committed by Akshay Joshi
parent e1f990190e
commit d6bc3ccc8b
2 changed files with 5 additions and 2 deletions

View File

@@ -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;
}
}