mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-08 20:52:23 +05:30
Open the custom select when it gains focus
This commit is contained in:
parent
f38dcd8647
commit
251df5cdd8
@ -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 New Issue
Block a user