Verbosify buttons

This commit is contained in:
Joachim
2021-04-21 17:35:55 +02:00
parent 13957c2f44
commit f7adaee0ed
5 changed files with 29 additions and 25 deletions

View File

@ -13,6 +13,9 @@
<span class="icon icon-{{ icon }}" title="{{ text }}">
<span class="is-sr-only">{{ text }}</span>
</span>
{% elif icon_with_text %}
<span class="icon icon-{{ icon_with_text }}" aria-hidden></span>
<span>{{ text }}</span>
{% else %}
<span>{{ text }}</span>
{% endif %}