From e29cc1eacc85fa21146120eaa8e89b1119801007 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Mon, 25 Oct 2021 13:15:18 +0200 Subject: [PATCH] update playlist hover & focus styles --- user.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/user.css b/user.css index 06b1df9..f7eeed0 100644 --- a/user.css +++ b/user.css @@ -267,9 +267,19 @@ input[type="color"]:active::before { } .main-trackList-playingIcon { + image-rendering: pixelated; filter: grayscale(1); } +.main-trackList-trackListRow:hover { + background-color: rgba(var(--spice-rgb-selected-row), 0.2) !important; +} + +.main-trackList-trackListRow:focus-within, +[aria-selected="true"] > .main-trackList-trackListRow { + background-color: rgba(var(--spice-rgb-selected-row), 0.4) !important; +} + span.artist-artistVerifiedBadge-badge svg > path:first-of-type { fill: var(--spice-button); }