mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
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:
parent
a2c362a1b3
commit
bd20469ed0
@ -3,6 +3,7 @@
|
|||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% load plinth_extras %}
|
||||||
|
|
||||||
{% if tags %}
|
{% if tags %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -14,7 +15,7 @@
|
|||||||
data-tag="{{ tag }}">
|
data-tag="{{ tag }}">
|
||||||
{% trans tag %}
|
{% trans tag %}
|
||||||
<button class="btn btn-sm btn-default remove-tag">
|
<button class="btn btn-sm btn-default remove-tag">
|
||||||
<i class="fa fa-times"></i>
|
{% icon 'times' %}
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user