Skip to content

Commit 27bfaba

Browse files
committed
Also hide selection in gutter on Firefox
1 parent 1d00df9 commit 27bfaba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/codemirror.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
224224
z-index: 4;
225225
}
226226
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
227+
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }
227228

228229
.CodeMirror-lines {
229230
cursor: text;

0 commit comments

Comments
 (0)