ui: vervang rood x door trash-can icoon

This commit is contained in:
cas 2026-07-24 23:54:55 +02:00
parent 510c265302
commit 8139305a4c
2 changed files with 4 additions and 4 deletions

View file

@ -3501,7 +3501,7 @@ button:active, .btn:active, .meal-card-main:active, .dagboek-item:active, .food-
</div>
</div>
<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>
`;
}).join('');
@ -3555,7 +3555,7 @@ button:active, .btn:active, .meal-card-main:active, .dagboek-item:active, .food-
</div>
</div>
<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>
`;
}).join('');

View file

@ -3501,7 +3501,7 @@ button:active, .btn:active, .meal-card-main:active, .dagboek-item:active, .food-
</div>
</div>
<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>
`;
}).join('');
@ -3555,7 +3555,7 @@ button:active, .btn:active, .meal-card-main:active, .dagboek-item:active, .food-
</div>
</div>
<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>
`;
}).join('');