Skip to content
Snippets Groups Projects
Commit 9758daa8 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Make tabs inherit the surrounding text decoration

Issue #2884
parent 8cd6cbf4
No related branches found
No related tags found
Loading
......@@ -87,7 +87,7 @@
/* Can style cursor different in overwrite (non-insert) mode */
div.CodeMirror-overwrite div.CodeMirror-cursor {}
.cm-tab { display: inline-block; }
.cm-tab { display: inline-block; text-decoration: inherit; }
.CodeMirror-ruler {
border-left: 1px solid #ccc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment