Fix focus styles
This commit is contained in:
parent
d4fec73d64
commit
abae58489c
3 changed files with 14 additions and 1 deletions
|
|
@ -27,6 +27,10 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.selectTrigger:focus {
|
||||
outline: auto;
|
||||
}
|
||||
|
||||
.selectedItem {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue