mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-08 17:20:47 +00:00
add queue icon hover and active state
This commit is contained in:
parent
14294113d0
commit
8b7e96bf39
2 changed files with 11 additions and 3 deletions
|
|
@ -11,6 +11,7 @@ Fixed:
|
||||||
- "Liked Songs" having an playing indicator wich looks bad (#87)
|
- "Liked Songs" having an playing indicator wich looks bad (#87)
|
||||||
- Queue icon is hidden (#73) (Temporary until a better solution is found)
|
- Queue icon is hidden (#73) (Temporary until a better solution is found)
|
||||||
- Playbar album name is now white again
|
- Playbar album name is now white again
|
||||||
|
- Color sometimes not changing until restart
|
||||||
|
|
||||||
Improved:
|
Improved:
|
||||||
- Background image now dosen't leak out of the main center area
|
- Background image now dosen't leak out of the main center area
|
||||||
|
|
|
||||||
|
|
@ -846,9 +846,16 @@ li.GlueDropTarget {
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: unset !important;
|
min-width: unset !important;
|
||||||
|
|
||||||
& span {
|
button {
|
||||||
display: block !important;
|
span {
|
||||||
color: spiceColor("subtext");
|
display: block !important;
|
||||||
|
color: spiceColor("subtext");
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover span,
|
||||||
|
&.control-button--active span {
|
||||||
|
color: spiceColor("text");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue