Skip to content

Commit 9758daa

Browse files
committed
Make tabs inherit the surrounding text decoration
Issue #2884
1 parent 8cd6cbf commit 9758daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/codemirror.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
/* Can style cursor different in overwrite (non-insert) mode */
8888
div.CodeMirror-overwrite div.CodeMirror-cursor {}
8989

90-
.cm-tab { display: inline-block; }
90+
.cm-tab { display: inline-block; text-decoration: inherit; }
9191

9292
.CodeMirror-ruler {
9393
border-left: 1px solid #ccc;

0 commit comments

Comments
 (0)