mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Remove EasyMDE focus outline on text (#25328)
EasyMDE in Firefox currently shows an ugly outline in the fake textarea the CodeMirror uses. Hide it.
This commit is contained in:
		| @@ -43,3 +43,7 @@ | ||||
| .CodeMirror-focused { | ||||
|   border-color: var(--color-primary) !important; | ||||
| } | ||||
|  | ||||
| .CodeMirror :focus { | ||||
|   outline: none; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user