mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-12 23:42:32 -04:00
[web] Fix color of current item in queue
This commit is contained in:
parent
b11865289a
commit
ed266e3b30
@ -34,7 +34,7 @@
|
||||
:class="{
|
||||
'has-text-primary': isCurrent,
|
||||
'has-text-grey-light': !isNext,
|
||||
'has-text-grey': isNext && isCurrent
|
||||
'has-text-grey': isNext && !isCurrent
|
||||
}"
|
||||
v-text="item.album"
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user