update playlist hover & focus styles

This commit is contained in:
Send_Nukez 2021-10-25 13:15:18 +02:00
parent 8c9f3c2b83
commit e29cc1eacc

View file

@ -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);
}