mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-08 17:32:23 +05:30
Merge pull request '[accessibility] Open the custom select when it gains focus' (#44) from banaanihillo/mozhi:accessibility/custom-select-keyboard into master
Reviewed-on: https://codeberg.org/aryak/mozhi/pulls/44
This commit is contained in:
commit
934616c72f
@ -240,7 +240,8 @@ button:hover {
|
||||
background-color: var(--engine-options-hover-bg);
|
||||
}
|
||||
|
||||
.custom-select:hover .options {
|
||||
.custom-select:hover .options,
|
||||
.custom-select:focus-within .options {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user