Remove focus outline on composer (#572)

zio/stable
Ollie H 2023-05-03 22:54:59 -07:00 committed by GitHub
parent d97e75c62f
commit 33bf9c3869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@
/* OLLIE: TODO -- this is not accessible */
/* Remove focus state on inputs */
.ProseMirror-focused {
outline: 0;
}
input:focus {
outline: 0;
}