Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2016-10-24 11:57:32 +0300
committerJohann-S <johann.servoire@gmail.com>2016-10-25 15:07:41 +0300
commit9d129a43d6c24d9e60cc8fc7cfbddaaa4c586fdf (patch)
treed2bebaf0ed5680d7a3c86c22e5528afde936a7de /js/tests/visual/modal.html
parentf11f630acd4b0cfad3188d125241a41b6ab11627 (diff)
Use a single class name for opened/expanded/shown state of widgets
Diffstat (limited to 'js/tests/visual/modal.html')
-rw-r--r--js/tests/visual/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html
index a9e2c2440a..5d7ee0fc04 100644
--- a/js/tests/visual/modal.html
+++ b/js/tests/visual/modal.html
@@ -71,7 +71,7 @@
</a>
</h5>
</div>
- <div id="collapseOne" class="collapse in" role="tabpanel" aria-labelledby="headingOne">
+ <div id="collapseOne" class="collapse active" role="tabpanel" aria-labelledby="headingOne">
<div class="card-block">
Lorem ipsum
</div>