Skip to content

Commit 8d90c02

Browse files
silverwindGiteaBot
authored andcommitted
Remove EasyMDE focus outline on text (go-gitea#25328)
EasyMDE in Firefox currently shows an ugly outline in the fake textarea the CodeMirror uses. Hide it.
1 parent 7e06e6a commit 8d90c02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/css/codemirror/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@
4343
.CodeMirror-focused {
4444
border-color: var(--color-primary) !important;
4545
}
46+
47+
.CodeMirror :focus {
48+
outline: none;
49+
}

0 commit comments

Comments
 (0)