Make popup more accessible

This commit is contained in:
Ajay
2025-05-23 04:24:13 -04:00
parent 2391337ee2
commit 75d0043e45
2 changed files with 4 additions and 4 deletions

View File

@@ -293,7 +293,7 @@
padding: 10px 15px;
transition: background-color 0.2s ease-in-out;
}
.sbControlsMenu-item:hover {
.sbControlsMenu-item:hover, .sbControlsMenu-item:focus {
background-color: #444;
}
.sbControlsMenu-itemIcon {