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