Skip to content

Commit

Permalink
Remove EasyMDE focus outline on text (#25328)
Browse files Browse the repository at this point in the history
EasyMDE in Firefox currently shows an ugly outline in the fake textarea
the CodeMirror uses. Hide it.
  • Loading branch information
silverwind authored Jun 18, 2023
1 parent ccc19ed commit 95ab485
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web_src/css/codemirror/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@
.CodeMirror-focused {
border-color: var(--color-primary) !important;
}

.CodeMirror :focus {
outline: none;
}

0 comments on commit 95ab485

Please sign in to comment.