Add arrow down icon in the right of the plus icon

- there isn't a good plus icon which means the card is added at the
  bottom, so i try to use 2 icons for this feature
This commit is contained in:
Martin Filser 2021-11-27 11:51:24 +01:00
parent 861b98ea37
commit a7b7bfafb5
3 changed files with 16 additions and 3 deletions

View file

@ -110,7 +110,7 @@ BlazeComponent.extendComponent({
position: 'top',
});
},
'click .js-add-card.fa-plus-square'(event) {
'click .js-add-card.list-header-plus-square-icon'(event) {
const listDom = $(event.target).parents(
`#js-list-${this.currentData()._id}`,
)[0];