aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual/alert.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-25 19:57:51 -0700
committerGitHub <[email protected]>2016-10-25 19:57:51 -0700
commitaa11f002182877fe545933d6ac6009cd5363072c (patch)
tree69abc28b1a2a61eccbff89bfe86d3662c29d2695 /js/tests/visual/alert.html
parent2eaef44edd2bd64dd12bea94ac24914a4f287d47 (diff)
parent9d129a43d6c24d9e60cc8fc7cfbddaaa4c586fdf (diff)
downloadbootstrap-aa11f002182877fe545933d6ac6009cd5363072c.tar.xz
bootstrap-aa11f002182877fe545933d6ac6009cd5363072c.zip
Merge pull request #20982 from Johann-S/fix19344
Fix #19344 - Use a single class name for opened/expanded/shown state of widgets
Diffstat (limited to 'js/tests/visual/alert.html')
-rw-r--r--js/tests/visual/alert.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/visual/alert.html b/js/tests/visual/alert.html
index 15fb3091a..1b60dae23 100644
--- a/js/tests/visual/alert.html
+++ b/js/tests/visual/alert.html
@@ -13,12 +13,12 @@
<h1>Alert <small>Bootstrap Visual Test</small></h1>
- <div class="alert alert-warning fade in">
+ <div class="alert alert-warning fade active">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.
</div>
- <div class="alert alert-danger fade in">
+ <div class="alert alert-danger fade active">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<h4>Oh snap! You got an error!</h4>
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>