Skip to content

Commit 8a4ad57

Browse files
committed
Fixed cursor style not show properly on insert mode
1 parent fe30f8a commit 8a4ad57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/vendor/codemirror/theme/one-dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ borrow some color from tomorrow-night-eighties
164164
.cm-s-one-dark .CodeMirror-overwrite .CodeMirror-cursor {
165165
border-left: none !important;
166166
border-bottom: 1px solid #fff;
167+
width: 0.5em;
167168
}
168169
.cm-s-one-dark.CodeMirror .CodeMirror {
169170
background: transparent;

0 commit comments

Comments
 (0)