mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
update playlist hover & focus styles
This commit is contained in:
parent
8c9f3c2b83
commit
e29cc1eacc
1 changed files with 10 additions and 0 deletions
10
user.css
10
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue