From 95ceba4dd98df5c364e95911939190d7b0fb2595 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Fri, 7 Mar 2025 23:35:52 +0100 Subject: [PATCH] fix: incorrect `paper-icon-button-light:active` color aka when you hold down the spacebar after clicking the play/pause button (music) --- themes/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/theme.css b/themes/theme.css index bf8997e..5612228 100644 --- a/themes/theme.css +++ b/themes/theme.css @@ -98,6 +98,7 @@ html { background-color: var(--second-background) !important; } +.paper-icon-button-light:active:not(:disabled), .paper-icon-button-light:hover:not(:disabled), .listItem:hover, .listItem:focus,