fixes #2528 add icon class

This commit is contained in:
HWFord
2026-02-23 17:59:24 +01:00
parent b0c6da3efd
commit 1441831e9d

View File

@@ -7,7 +7,7 @@
</a>
{if count($SELECT_RELATED_TAGS) > 1}
<a class="selected-related-tag-remove" href="{$TAG.remove_url}" style="border:none;" title="{'remove this tag from the list'|translate}">
<i class="gallery-icon-cancel"></i>
<i class="gallery-icon-cancel fas fa-plus"></i>
</a>
{/if}
</span>