add queue icon hover and active state

This commit is contained in:
Send_Nukez 2021-11-04 13:12:26 +01:00
parent 14294113d0
commit 8b7e96bf39
2 changed files with 11 additions and 3 deletions

View file

@ -11,6 +11,7 @@ Fixed:
- "Liked Songs" having an playing indicator wich looks bad (#87)
- Queue icon is hidden (#73) (Temporary until a better solution is found)
- Playbar album name is now white again
- Color sometimes not changing until restart
Improved:
- Background image now dosen't leak out of the main center area

View file

@ -846,9 +846,16 @@ li.GlueDropTarget {
width: auto;
min-width: unset !important;
& span {
display: block !important;
color: spiceColor("subtext");
button {
span {
display: block !important;
color: spiceColor("subtext");
}
&:hover span,
&.control-button--active span {
color: spiceColor("text");
}
}
}