Remove focus outline on composer (#572)
parent
d97e75c62f
commit
33bf9c3869
|
@ -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…
Reference in New Issue