mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 21:03:00 -05:00
[web] Fix color of current item in queue
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user