diff options
| author | Laussel LOïc <[email protected]> | 2018-09-05 23:13:50 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-13 08:47:32 +0200 |
| commit | dc07e8dca803b69a1c3a227e04278caef2908702 (patch) | |
| tree | 5be79f01f0049c9ab4cd303138d6b4790ae5acdc /js/tests/visual | |
| parent | 557d5ac74d591b7267053e5fe6db9defcb480895 (diff) | |
| download | bootstrap-dc07e8dca803b69a1c3a227e04278caef2908702.tar.xz bootstrap-dc07e8dca803b69a1c3a227e04278caef2908702.zip | |
Update toast documentation following pull #27155
Also remove close button everywhere just let it when autohide is set to false
Diffstat (limited to 'js/tests/visual')
| -rw-r--r-- | js/tests/visual/toast.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/tests/visual/toast.html b/js/tests/visual/toast.html index d069a163a..1178073f5 100644 --- a/js/tests/visual/toast.html +++ b/js/tests/visual/toast.html @@ -31,9 +31,6 @@ <img class="rounded mr-2" data-src="holder.js/20x20?size=1&text=.&bg=#007aff" alt=""> <strong class="mr-auto">Bootstrap</strong> <small>11 mins ago</small> - <button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close"> - <span aria-hidden="true">×</span> - </button> </div> <div class="toast-body"> Hello, world! This is a toast message with <strong>autohide</strong> in 2 seconds |
