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:
@@ -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">×</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>
|
||||
|
||||
Reference in New Issue
Block a user