Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-14 09:16:30 +0300
committerGitHub <noreply@github.com>2020-11-14 09:16:30 +0300
commit4f8b243ac1a7ccd13c6bb485463ae365010d2620 (patch)
treedbd2d0055376e8e77ab86b125a5a000bb84c79bc /js/tests/visual/toast.html
parentf39666b61cebbe4d23813deeb9a0b72feb31d155 (diff)
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 bee3f6729e..c26278d948 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