diff options
| author | Mark Otto <[email protected]> | 2016-12-19 21:44:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-19 21:44:03 -0800 |
| commit | 8eeb71c91c39c01142d2501e6feda7e4f09f8205 (patch) | |
| tree | e7b751ac49ede3082cd200d38846c95751825a1c /js/tests/visual/alert.html | |
| parent | 7e5f21c2b4e5d28b75f58de1509699eaa49c4872 (diff) | |
| parent | d991c868a4b9b598a622f739547f71ee0ea7a352 (diff) | |
| download | bootstrap-8eeb71c91c39c01142d2501e6feda7e4f09f8205.tar.xz bootstrap-8eeb71c91c39c01142d2501e6feda7e4f09f8205.zip | |
Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into Starsam80-fix-20982
Diffstat (limited to 'js/tests/visual/alert.html')
| -rw-r--r-- | js/tests/visual/alert.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/visual/alert.html b/js/tests/visual/alert.html index 4b003efd8..f99c2d242 100644 --- a/js/tests/visual/alert.html +++ b/js/tests/visual/alert.html @@ -11,14 +11,14 @@ <div class="container"> <h1>Alert <small>Bootstrap Visual Test</small></h1> - <div class="alert alert-warning alert-dismissible fade active" role="alert"> + <div class="alert alert-warning alert-dismissible fade show" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> <strong>Holy guacamole!</strong> You should check in on some of those fields below. </div> - <div class="alert alert-danger alert-dismissible fade active" role="alert"> + <div class="alert alert-danger alert-dismissible fade show" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> @@ -31,7 +31,7 @@ </p> </div> - <div class="alert alert-danger alert-dismissible fade active" role="alert"> + <div class="alert alert-danger alert-dismissible fade show" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> |
