Merge pull request '[accessibility] Open the custom select when it gains focus' (#44) from banaanihillo/mozhi:accessibility/custom-select-keyboard into master
Some checks failed
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 15m12s
mozhi pipeline / Build and publish artifacts (push) Has been cancelled

Reviewed-on: https://codeberg.org/aryak/mozhi/pulls/44
This commit is contained in:
Arya 2024-08-23 13:14:48 +00:00
commit 934616c72f

View File

@ -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;
}