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

Thanks to bronger and xet7 !

Related #3418
reviewable/pr3419/r1^2
Lauri Ojansivu 4 years ago
parent 2e6064ce5c
commit ff8d899266
  1. 8
      client/components/lists/listHeader.jade

@ -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'}}

Loading…
Cancel
Save