Fixes focus state on DatePicker to match Gutenberg

This commit is contained in:
Jonathan Belcher 2018-10-10 10:48:37 -04:00
parent 9dbc59d095
commit baead063c6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
}
&:focus {
outline: 2px solid lightseagreen;
box-shadow: inset 0 -1px 0 #00435d, 0 0 0 2px #bfe7f3;
}
}