commit
e4a35fdd72
2 changed files with 16 additions and 0 deletions
|
|
@ -16,3 +16,11 @@
|
||||||
.cm-gutters {
|
.cm-gutters {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cm-cursorLayer {
|
||||||
|
animation-name: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-cursor {
|
||||||
|
border-left: 2px solid currentcolor !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,3 +45,11 @@
|
||||||
#code .cm-theme-light {
|
#code .cm-theme-light {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#code .cm-cursorLayer {
|
||||||
|
animation-name: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#code .cm-cursor {
|
||||||
|
border-left: 2px solid currentcolor !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue