aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual
diff options
context:
space:
mode:
authorStarsam80 <[email protected]>2016-10-27 16:13:17 -0600
committerStarsam80 <[email protected]>2016-12-07 21:20:15 -0700
commitbf39bb3ac3d2aef4687b3cd4762015d5f218e2bc (patch)
tree968d25a858633f88255e3cc6c923f07a7c44d36c /js/tests/visual
parentede925d79bf92d5983a4508c6ed6fda9310e1e8b (diff)
downloadbootstrap-bf39bb3ac3d2aef4687b3cd4762015d5f218e2bc.tar.xz
bootstrap-bf39bb3ac3d2aef4687b3cd4762015d5f218e2bc.zip
Rename `.active` to `.show`
Diffstat (limited to 'js/tests/visual')
-rw-r--r--js/tests/visual/alert.html6
-rw-r--r--js/tests/visual/collapse.html2
-rw-r--r--js/tests/visual/modal.html2
3 files changed, 5 insertions, 5 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">&times;</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">&times;</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">&times;</span>
</button>
diff --git a/js/tests/visual/collapse.html b/js/tests/visual/collapse.html
index 973d3c5ee..47ac06fd2 100644
--- a/js/tests/visual/collapse.html
+++ b/js/tests/visual/collapse.html
@@ -21,7 +21,7 @@
</h5>
</div>
- <div id="collapseOne" class="collapse active" role="tabpanel" aria-labelledby="headingOne">
+ <div id="collapseOne" class="collapse show" role="tabpanel" aria-labelledby="headingOne">
<div class="card-block">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html
index 69d392350..361bf6b87 100644
--- a/js/tests/visual/modal.html
+++ b/js/tests/visual/modal.html
@@ -65,7 +65,7 @@
</h5>
</div>
- <div id="collapseOne" class="collapse active" role="tabpanel" aria-labelledby="headingOne">
+ <div id="collapseOne" class="collapse show" role="tabpanel" aria-labelledby="headingOne">
<div class="card-block">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>