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 7e06e6a commit 3bd311cCopy full SHA for 3bd311c
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