ui: vervang rood x door trash-can icoon
This commit is contained in:
parent
510c265302
commit
8139305a4c
2 changed files with 4 additions and 4 deletions
|
|
@ -3501,7 +3501,7 @@ button:active, .btn:active, .meal-card-main:active, .dagboek-item:active, .food-
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="eetmoment-item-kh">${formatKh(miKh)} g</span>
|
<span class="eetmoment-item-kh">${formatKh(miKh)} g</span>
|
||||||
<button class="eetmoment-remove" data-haptic="strong" data-moment="${moment.id}" data-entry="${i}" data-mi="${mi}" aria-label="Verwijderen"><i class="fas fa-xmark"></i></button>
|
<button class="eetmoment-remove" data-haptic="strong" data-moment="${moment.id}" data-entry="${i}" data-mi="${mi}" aria-label="Verwijderen"><i class="fas fa-trash-can"></i></button>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
}).join('');
|
}).join('');
|
||||||
|
|
@ -3555,7 +3555,7 @@ button:active, .btn:active, .meal-card-main:active, .dagboek-item:active, .food-
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="eetmoment-item-kh">${formatKh(itemKh)} g</span>
|
<span class="eetmoment-item-kh">${formatKh(itemKh)} g</span>
|
||||||
<button class="eetmoment-remove" data-haptic="strong" data-moment="${moment.id}" data-index="${i}" aria-label="Verwijderen" title="Verwijderen"><i class="fas fa-xmark"></i></button>
|
<button class="eetmoment-remove" data-haptic="strong" data-moment="${moment.id}" data-index="${i}" aria-label="Verwijderen" title="Verwijderen"><i class="fas fa-trash-can"></i></button>
|
||||||
</li>
|
</li>
|
||||||
`;
|
`;
|
||||||
}).join('');
|
}).join('');
|
||||||
|
|
|
||||||
|
|
@ -3501,7 +3501,7 @@ button:active, .btn:active, .meal-card-main:active, .dagboek-item:active, .food-
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="eetmoment-item-kh">${formatKh(miKh)} g</span>
|
<span class="eetmoment-item-kh">${formatKh(miKh)} g</span>
|
||||||
<button class="eetmoment-remove" data-haptic="strong" data-moment="${moment.id}" data-entry="${i}" data-mi="${mi}" aria-label="Verwijderen"><i class="fas fa-xmark"></i></button>
|
<button class="eetmoment-remove" data-haptic="strong" data-moment="${moment.id}" data-entry="${i}" data-mi="${mi}" aria-label="Verwijderen"><i class="fas fa-trash-can"></i></button>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
}).join('');
|
}).join('');
|
||||||
|
|
@ -3555,7 +3555,7 @@ button:active, .btn:active, .meal-card-main:active, .dagboek-item:active, .food-
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="eetmoment-item-kh">${formatKh(itemKh)} g</span>
|
<span class="eetmoment-item-kh">${formatKh(itemKh)} g</span>
|
||||||
<button class="eetmoment-remove" data-haptic="strong" data-moment="${moment.id}" data-index="${i}" aria-label="Verwijderen" title="Verwijderen"><i class="fas fa-xmark"></i></button>
|
<button class="eetmoment-remove" data-haptic="strong" data-moment="${moment.id}" data-index="${i}" aria-label="Verwijderen" title="Verwijderen"><i class="fas fa-trash-can"></i></button>
|
||||||
</li>
|
</li>
|
||||||
`;
|
`;
|
||||||
}).join('');
|
}).join('');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue