1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 11:22:23 +04:00

Removed outline from toasts' closing btn and fixed alert btn

This commit is contained in:
memorte03
2019-12-07 21:24:17 +01:00
parent 47f8ca1036
commit 88c7696c6f
4 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -9,5 +9,5 @@
<a href="#" class="btn btn-secondary">Cancel</a>
</div>
{% endif %}
{% if include.close %}<a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>{% endif %}
{% if include.close %}<a href="#" class="close" data-dismiss="alert" aria-label="close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-md"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>{% endif %}
</div>