Fix focus styles

This commit is contained in:
Robert Long 2022-01-18 16:03:49 -08:00
commit abae58489c
3 changed files with 14 additions and 1 deletions

View file

@ -27,6 +27,10 @@
width: 100%;
}
.selectTrigger:focus {
outline: auto;
}
.selectedItem {
white-space: nowrap;
overflow: hidden;