only color listitems in context menus

This commit is contained in:
Levi 2024-06-12 22:27:32 +02:00
parent c3d91f22e2
commit 346bdac453

View file

@ -349,7 +349,7 @@ div[data-role=controlgroup] a.ui-btn-active {
.Mui-selected:hover { .Mui-selected:hover {
background-color: var(--translucent-hover-3) !important; background-color: var(--translucent-hover-3) !important;
} }
.listItem:hover { .actionSheetMenuItem..listItem:hover {
background: var(--card-background-2); background: var(--card-background-2);
} }