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 ccc19ed commit 95ab485Copy full SHA for 95ab485
web_src/css/codemirror/base.css
@@ -43,3 +43,7 @@
43
.CodeMirror-focused {
44
border-color: var(--color-primary) !important;
45
}
46
+
47
+.CodeMirror :focus {
48
+ outline: none;
49
+}
0 commit comments