aboutsummaryrefslogtreecommitdiff
path: root/scss/_dropdown.scss
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2016-10-24 10:57:32 +0200
committerJohann-S <[email protected]>2016-10-25 14:07:41 +0200
commit9d129a43d6c24d9e60cc8fc7cfbddaaa4c586fdf (patch)
treed2bebaf0ed5680d7a3c86c22e5528afde936a7de /scss/_dropdown.scss
parentf11f630acd4b0cfad3188d125241a41b6ab11627 (diff)
downloadbootstrap-9d129a43d6c24d9e60cc8fc7cfbddaaa4c586fdf.tar.xz
bootstrap-9d129a43d6c24d9e60cc8fc7cfbddaaa4c586fdf.zip
Use a single class name for opened/expanded/shown state of widgets
Diffstat (limited to 'scss/_dropdown.scss')
-rw-r--r--scss/_dropdown.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 47702e795..30d4a1be2 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -111,7 +111,7 @@
}
// Open state for the dropdown
-.open {
+.active {
// Show the menu
> .dropdown-menu {
display: block;