From 6cf4d3b0316c222c238e67b9ccea396ea6b6d9cb Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Sun, 16 Mar 2025 23:28:40 +0100 Subject: [PATCH] fix: more focus/selection bugs (#21) --- themes/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/theme.css b/themes/theme.css index 54c75c1..4c0f87a 100644 --- a/themes/theme.css +++ b/themes/theme.css @@ -20,7 +20,6 @@ .mdl-slider::-moz-range-thumb {background-color: var(--main-color);} .navMenuOption-selected, -.listItemButton:focus, .iconOsdProgressInner, .mdl-slider-background-lower { background-color: var(--main-color); @@ -98,6 +97,7 @@ html { background-color: var(--second-background) !important; } +.paper-icon-button-light:hover:not(:disabled), .paper-icon-button-light:active:not(:disabled), .listItem:hover, .listItem:focus, @@ -170,7 +170,6 @@ html { .selectLabelFocused, .textareaLabelFocused, .button-link, -.button-flat:focus, .button-flat:hover, .itemAction:focus, .emby-tab-button-active>.emby-button-foreground,