File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 8686/* Can style cursor different in overwrite (non-insert) mode */
8787.CodeMirror-overwrite .CodeMirror-cursor {}
8888
89+ .CodeMirror-other-cursor {
90+ width : 0px ;
91+ position : absolute;
92+ border-right : none;
93+ }
94+
8995.cm-tab { display : inline-block; text-decoration : inherit; }
9096
9197.CodeMirror-rulers {
@@ -313,6 +319,11 @@ div.CodeMirror-dragcursors {
313319 visibility : visible;
314320}
315321
322+ div .CodeMirror-other-cursors {
323+ position : relative;
324+ z-index : 3 ;
325+ }
326+
316327.CodeMirror-selected { background : # d9d9d9 ; }
317328.CodeMirror-focused .CodeMirror-selected { background : # d7d4f0 ; }
318329.CodeMirror-crosshair { cursor : crosshair; }
@@ -332,6 +343,9 @@ div.CodeMirror-dragcursors {
332343 .CodeMirror div .CodeMirror-cursors {
333344 visibility : hidden;
334345 }
346+ .CodeMirror div .CodeMirror-other-cursors {
347+ visibility : hidden;
348+ }
335349}
336350
337351/* See issue #2901 */
You can’t perform that action at this time.
0 commit comments