Remove focus outline on composer (#572)

This commit is contained in:
Ollie H
2023-05-03 22:54:59 -07:00
committed by GitHub
parent d97e75c62f
commit 33bf9c3869
+3
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;
}