diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index f518665ca..1bfa8f68d 100644 --- a/web/index.html +++ b/web/index.html @@ -106,6 +106,7 @@ .ProseMirror-focused { outline: 0; } + textarea:focus, input:focus { outline: 0; } |