This commit is contained in:
vapormusic 2022-05-20 22:12:20 +07:00
commit 6e438c7eb7
17 changed files with 143 additions and 26 deletions

View file

@ -254,6 +254,9 @@
height: 32px;
flex: 0 0 auto;
}
.cd-queue-item:hover {
background: var(--selected);
}
.cd-queue-item.selected {
background: var(--selected);
}

View file

@ -306,6 +306,10 @@
flex: 0 0 auto;
}
&:hover {
background: var(--selected);
}
&.selected {
background: var(--selected);
}