+ disable cursor blink
+ make cursor thicker
This commit is contained in:
parent
876e851517
commit
370d82e66c
2 changed files with 16 additions and 0 deletions
|
|
@ -16,3 +16,11 @@
|
|||
.cm-gutters {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.cm-cursorLayer {
|
||||
animation-name: inherit !important;
|
||||
}
|
||||
|
||||
.cm-cursor {
|
||||
border-left: 2px solid currentcolor !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue