2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Use a single class name for opened/expanded/shown state of widgets

This commit is contained in:
Johann-S
2016-10-24 10:57:32 +02:00
parent f11f630acd
commit 9d129a43d6
19 changed files with 113 additions and 113 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
}
// Open state for the dropdown
.open {
.active {
// Show the menu
> .dropdown-menu {
display: block;
+1 -1
View File
@@ -11,7 +11,7 @@
word-wrap: break-word;
opacity: 0;
&.in { opacity: $tooltip-opacity; }
&.active { opacity: $tooltip-opacity; }
&.tooltip-top,
&.bs-tether-element-attached-bottom {