Skip to content
Snippets Groups Projects
Commit 5cbd1efb authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Disable outline for hidden textarea

Possibly it is showing on mobile safari, despite the zero width parent
parent c4ebc547
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@
.CodeMirror textarea {
font-family: inherit !important;
font-size: inherit !important;
outline: none !important;
}
.CodeMirror-cursor {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment