Remove EasyMDE focus outline on text (#25328)

EasyMDE in Firefox currently shows an ugly outline in the fake textarea
the CodeMirror uses. Hide it.
pull/25284/head^2
silverwind 12 months ago committed by GitHub
parent ccc19eda0b
commit 95ab485490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,3 +43,7 @@
.CodeMirror-focused {
border-color: var(--color-primary) !important;
}
.CodeMirror :focus {
outline: none;
}

Loading…
Cancel
Save