We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3101742 commit 247c634Copy full SHA for 247c634
lib/codemirror.css
@@ -245,6 +245,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
245
position: relative;
246
overflow: visible;
247
-webkit-tap-highlight-color: transparent;
248
+ -webkit-font-variant-ligatures: none;
249
+ font-variant-ligatures: none;
250
}
251
.CodeMirror-wrap pre {
252
word-wrap: break-word;
0 commit comments