diff options
| author | XhmikosR <[email protected]> | 2020-11-14 08:16:30 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-14 08:16:30 +0200 |
| commit | 4f8b243ac1a7ccd13c6bb485463ae365010d2620 (patch) | |
| tree | dbd2d0055376e8e77ab86b125a5a000bb84c79bc /js/tests/visual/toast.html | |
| parent | f39666b61cebbe4d23813deeb9a0b72feb31d155 (diff) | |
| download | bootstrap-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.html | 4 |
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">×</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 |
