mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
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:
parent
861b98ea37
commit
a7b7bfafb5
3 changed files with 16 additions and 3 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue