mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(ziro): hover color of selected playlist (#898)
This commit is contained in:
parent
2a5151ae3d
commit
21918a3584
@ -73,6 +73,11 @@
|
||||
.main-rootlist-rootlist .os-scrollbar {
|
||||
padding: 0 0 0 8px;
|
||||
}
|
||||
.main-rootlist-rootlistItemLinkActive .main-rootlist-expandArrow:focus,
|
||||
.main-rootlist-rootlistItemLinkActive .main-rootlist-textWrapper:focus,
|
||||
.main-rootlist-rootlistItemLinkActive .main-rootlist-textWrapper:hover {
|
||||
color: var(--spice-main);
|
||||
}
|
||||
/* player */
|
||||
.main-nowPlayingBar-center .playback-progressbar {
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user