Remove focus outline on composer (#572)
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
|
||||
/* OLLIE: TODO -- this is not accessible */
|
||||
/* Remove focus state on inputs */
|
||||
.ProseMirror-focused {
|
||||
outline: 0;
|
||||
}
|
||||
input:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user