Try to fix Color picker of lists is empty. Part 5, reverting part 4.

Thanks to bronger and xet7 !

Related #3418
This commit is contained in:
Lauri Ojansivu 2021-01-06 20:08:12 +02:00
parent 2e6064ce5c
commit ff8d899266

View file

@ -152,9 +152,9 @@ template(name="wipLimitErrorPopup")
template(name="setListColorPopup")
form.edit-label
.palette-colors: each colors
unless $eq color 'white'
span.card-label.palette-color.js-palette-color(card-details-{{color}})
if(isSelected color)
i.fa.fa-check
// note: we use the swimlane palette to have more than just the border
span.card-label.palette-color.js-palette-color(class=colorClass)
if(isSelected color)
i.fa.fa-check
button.primary.confirm.js-submit {{_ 'save'}}
button.js-remove-color.negate.wide.right {{_ 'unset-color'}}