lists-color: only colorize the bottom border

And make the background clearer to visually separate the header from
the list of cards
This commit is contained in:
Benjamin Tissoires 2019-01-25 18:11:40 +01:00
parent 5d6203f5f9
commit 33977b2282
3 changed files with 12 additions and 5 deletions

View file

@ -120,7 +120,8 @@ template(name="wipLimitErrorPopup")
template(name="setListColorPopup")
form.edit-label
.palette-colors: each colors
span.card-label.palette-color.js-palette-color(class="list-header-{{color}}")
// note: we use the swimlane palette to have more than just the border
span.card-label.palette-color.js-palette-color(class="swimlane-{{color}}")
if(isSelected color)
i.fa.fa-check
button.primary.confirm.js-submit {{_ 'save'}}