1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

Merge pull request #20982 from Johann-S/fix19344

Fix #19344 - Use a single class name for opened/expanded/shown state of widgets
This commit is contained in:
Mark Otto
2016-10-25 19:57:51 -07:00
committed by GitHub
19 changed files with 113 additions and 113 deletions

View File

@@ -111,7 +111,7 @@
}
// Open state for the dropdown
.open {
.active {
// Show the menu
> .dropdown-menu {
display: block;