Open the custom select when it gains focus
This commit is contained in:
parent
f38dcd8647
commit
251df5cdd8
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@ button:hover {
|
|||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
.custom-select:hover .options {
|
||||
.custom-select:hover .options,
|
||||
.custom-select:focus-within .options {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue