mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
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:
parent
2e6064ce5c
commit
ff8d899266
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue