From 170bb6836c13c438047e24f29ce2e0149ba0f6bc Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 29 Jan 2025 07:52:14 -0800 Subject: [PATCH] Fix: Hover and active states were not working in Select View menu --- Theme/ElegantFin-theme-nightly.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 615b0e5..3b773a2 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1468,6 +1468,10 @@ div[data-role=controlgroup] a.ui-btn-active { background-color: transparent; } +.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check[style*="hidden"]):active { + background-color: rgba(255, 255, 255, 0.125); +} + .navMenuOption { border-radius: var(--smallRadius) !important; margin: 0em 1em !important;