aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual/toast.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-14 08:16:30 +0200
committerGitHub <[email protected]>2020-11-14 08:16:30 +0200
commit4f8b243ac1a7ccd13c6bb485463ae365010d2620 (patch)
treedbd2d0055376e8e77ab86b125a5a000bb84c79bc /js/tests/visual/toast.html
parentf39666b61cebbe4d23813deeb9a0b72feb31d155 (diff)
downloadbootstrap-4f8b243ac1a7ccd13c6bb485463ae365010d2620.tar.xz
bootstrap-4f8b243ac1a7ccd13c6bb485463ae365010d2620.zip
Fix `.close` instances (#32152)
Diffstat (limited to 'js/tests/visual/toast.html')
-rw-r--r--js/tests/visual/toast.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/tests/visual/toast.html b/js/tests/visual/toast.html
index bee3f6729..c26278d94 100644
--- a/js/tests/visual/toast.html
+++ b/js/tests/visual/toast.html
@@ -42,9 +42,7 @@
<span class="d-block bg-primary rounded mr-2" style="width: 20px; height: 20px;"></span>
<strong class="mr-auto">Bootstrap</strong>
<small class="text-muted">2 seconds ago</small>
- <button type="button" class="ml-2 mb-1 close" data-bs-dismiss="toast" aria-label="Close">
- <span aria-hidden="true">&times;</span>
- </button>
+ <button type="button" class="ml-2 mb-1 btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">
Heads up, toasts will stack automatically