menu: add outline to menu-controls on tab #726

This commit is contained in:
Sören Weber 2023-11-19 01:06:35 +01:00
parent 1b0e888861
commit f09c72acd8
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -1629,6 +1629,13 @@ html[dir="rtl"] .menu-control span {
appearance: none;
width: 100%;
}
.menu-control button:active,
.menu-control button:focus,
.menu-control select:active,
.menu-control select:focus{
outline-style: auto;
}
.menu-control select {
background-color: transparent;
background-image: none;