Fixes focus state on DatePicker to match Gutenberg
This commit is contained in:
parent
9dbc59d095
commit
baead063c6
|
@ -62,7 +62,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 2px solid lightseagreen;
|
box-shadow: inset 0 -1px 0 #00435d, 0 0 0 2px #bfe7f3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue