ui: Use inline SVG icons for tag search

Tests:

- All the icons appear as before in both light/dark themes.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2026-03-11 23:36:49 -07:00 committed by James Valleroy
parent a2c362a1b3
commit bd20469ed0
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -3,6 +3,7 @@
{% endcomment %}
{% load i18n %}
{% load plinth_extras %}
{% if tags %}
<div class="container">
@ -14,7 +15,7 @@
data-tag="{{ tag }}">
{% trans tag %}
<button class="btn btn-sm btn-default remove-tag">
<i class="fa fa-times"></i>
{% icon 'times' %}
</button>
</span>
{% endfor %}