|
@@ -152,9 +152,9 @@ template(name="wipLimitErrorPopup")
|
|
template(name="setListColorPopup")
|
|
template(name="setListColorPopup")
|
|
form.edit-label
|
|
form.edit-label
|
|
.palette-colors: each colors
|
|
.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.primary.confirm.js-submit {{_ 'save'}}
|
|
button.js-remove-color.negate.wide.right {{_ 'unset-color'}}
|
|
button.js-remove-color.negate.wide.right {{_ 'unset-color'}}
|