From 346bdac4533c4477a303b721f91fa34c8ca6d815 Mon Sep 17 00:00:00 2001 From: Levi Date: Wed, 12 Jun 2024 22:27:32 +0200 Subject: [PATCH] only color listitems in context menus --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ae7b2c4..d15d0c0 100644 --- a/style.css +++ b/style.css @@ -349,7 +349,7 @@ div[data-role=controlgroup] a.ui-btn-active { .Mui-selected:hover { background-color: var(--translucent-hover-3) !important; } -.listItem:hover { +.actionSheetMenuItem..listItem:hover { background: var(--card-background-2); }