mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Try to fix Color picker of lists is empty. Part 4.
Thanks to bronger and xet7 ! Related #3418
This commit is contained in:
parent
c7f260d030
commit
2e6064ce5c
1 changed files with 4 additions and 4 deletions
|
|
@ -152,8 +152,8 @@ template(name="wipLimitErrorPopup")
|
|||
template(name="setListColorPopup")
|
||||
form.edit-label
|
||||
.palette-colors: each colors
|
||||
// note: we use the swimlane palette to have more than just the border
|
||||
span.card-label.palette-color.js-palette-color(class=colorClass)
|
||||
unless $eq color 'white'
|
||||
span.card-label.palette-color.js-palette-color(card-details-{{color}})
|
||||
if(isSelected color)
|
||||
i.fa.fa-check
|
||||
button.primary.confirm.js-submit {{_ 'save'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue