Remove focus outline on composer (#572)
This commit is contained in:
parent
d97e75c62f
commit
33bf9c3869
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@
|
||||||
|
|
||||||
/* OLLIE: TODO -- this is not accessible */
|
/* OLLIE: TODO -- this is not accessible */
|
||||||
/* Remove focus state on inputs */
|
/* Remove focus state on inputs */
|
||||||
|
.ProseMirror-focused {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
input:focus {
|
input:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue