1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-23 00:19:40 +00:00

Replace icons

This commit is contained in:
Jonathan Adeline 2023-09-28 13:39:41 +00:00
parent 607b215130
commit 4321aaea9a
417 changed files with 2788 additions and 1938 deletions
web-frontend/modules/database/components/row

View file

@ -15,7 +15,7 @@
class="field-multiple-select__remove"
@click.prevent="removeValue($event, value, item.id)"
>
<i class="fas fa-times"></i>
<i class="iconoir-cancel"></i>
</a>
</li>
</ul>
@ -25,7 +25,7 @@
class="add"
@click.prevent="toggleDropdown()"
>
<i class="fas fa-plus add__icon"></i>
<i class="iconoir-plus add__icon"></i>
{{ $t('rowEditFieldMultipleSelect.addOption') }}
</a>
<FieldSelectOptionsDropdown