]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Use a single class name for opened/expanded/shown state of widgets 20982/head
authorJohann-S <johann.servoire@gmail.com>
Mon, 24 Oct 2016 08:57:32 +0000 (10:57 +0200)
committerJohann-S <johann.servoire@gmail.com>
Tue, 25 Oct 2016 12:07:41 +0000 (14:07 +0200)
commit9d129a43d6c24d9e60cc8fc7cfbddaaa4c586fdf
treed2bebaf0ed5680d7a3c86c22e5528afde936a7de
parentf11f630acd4b0cfad3188d125241a41b6ab11627
Use a single class name for opened/expanded/shown state of widgets
19 files changed:
docs/components/alerts.md
docs/components/collapse.md
docs/components/dropdowns.md
js/src/alert.js
js/src/collapse.js
js/src/dropdown.js
js/src/modal.js
js/src/popover.js
js/src/tooltip.js
js/tests/unit/alert.js
js/tests/unit/collapse.js
js/tests/unit/dropdown.js
js/tests/unit/popover.js
js/tests/unit/tooltip.js
js/tests/visual/alert.html
js/tests/visual/collapse.html
js/tests/visual/modal.html
scss/_dropdown.scss
scss/_tooltip.scss