Fixed cursor style not show properly on insert mode
This commit is contained in:
parent
fe30f8aa9b
commit
8a4ad57f6a
1 changed files with 1 additions and 0 deletions
1
public/vendor/codemirror/theme/one-dark.css
vendored
1
public/vendor/codemirror/theme/one-dark.css
vendored
|
@ -164,6 +164,7 @@ borrow some color from tomorrow-night-eighties
|
|||
.cm-s-one-dark .CodeMirror-overwrite .CodeMirror-cursor {
|
||||
border-left: none !important;
|
||||
border-bottom: 1px solid #fff;
|
||||
width: 0.5em;
|
||||
}
|
||||
.cm-s-one-dark.CodeMirror .CodeMirror {
|
||||
background: transparent;
|
||||
|
|
Loading…
Reference in a new issue