a11y: add some outline to menu controls #838

This commit is contained in:
Sören Weber 2024-04-23 21:52:58 +02:00
parent 12d3a91067
commit 0dde58adc3
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -1718,6 +1718,7 @@ html[dir="rtl"] .menu-control span {
.menu-control button {
-webkit-appearance: none;
appearance: none;
height: 1.33rem;
outline: none;
width: 100%;
}
@ -1725,7 +1726,7 @@ html[dir="rtl"] .menu-control span {
.menu-control button:focus,
.menu-control select:active,
.menu-control select:focus{
outline-style: auto;
outline-style: solid;
}
.menu-control select {