Skip to content

Commit a5d7c09

Browse files
committed
style: update styles.
1 parent 8b09b35 commit a5d7c09

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/codemirror.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
background-color: #f7f7f7;
3434
white-space: nowrap;
3535
}
36-
.CodeMirror-linenumbers {}
3736
.CodeMirror-linenumber {
3837
padding: 0 3px 0 5px;
3938
min-width: 20px;
@@ -94,9 +93,6 @@
9493
100% {}
9594
}
9695

97-
/* Can style cursor different in overwrite (non-insert) mode */
98-
.CodeMirror-overwrite .CodeMirror-cursor {}
99-
10096
.cm-tab { display: inline-block; text-decoration: inherit; }
10197

10298
.CodeMirror-rulers {
@@ -125,10 +121,6 @@
125121
.cm-s-default .cm-atom {color: #219;}
126122
.cm-s-default .cm-number {color: #164;}
127123
.cm-s-default .cm-def {color: #00f;}
128-
.cm-s-default .cm-variable,
129-
.cm-s-default .cm-punctuation,
130-
.cm-s-default .cm-property,
131-
.cm-s-default .cm-operator {}
132124
.cm-s-default .cm-variable-2 {color: #05a;}
133125
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
134126
.cm-s-default .cm-comment {color: #a50;}

0 commit comments

Comments
 (0)