Skip to content

Commit 037b945

Browse files
kaynethNyholm
authored andcommitted
Replace unicode close icon by the Bootstrap Icon (#248)
It wasn't showing on all devices. I replaced it by the one of the [Boostrap documentation](https://getbootstrap.com/docs/4.1/utilities/close-icon/)
1 parent 380d979 commit 037b945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/WebUI/show.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
{% endif %}
7979
<a class="message-key" href="#{{ message.key }}">{{ message.key }}</a>
8080
{% if allow_delete %}
81-
<a class="message-delete" href="javascript:void(0)" data-key="{{ message.key }}" title="Delete translation" onclick='confirm("Are you sure?")?deleteTranslation(this):false;'>&#x274C;</a>
81+
<a class="message-delete close" href="javascript:void(0)" data-key="{{ message.key }}" title="Delete translation" onclick='confirm("Are you sure?")?deleteTranslation(this):false;'><span>&times;</span></a>
8282
{% endif %}
8383
<textarea
8484
class="form-control"

0 commit comments

Comments
 (0)