mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-25 13:02:10 +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)
|
||||
- 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
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue