mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +02:00
remove commented out code for auto aligning navbar dropdown menus
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
// Dropdown menus
|
// Dropdown menus
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
// The dropdown wrapper (div)
|
// The dropdown wrapper (div)
|
||||||
.dropup,
|
.dropup,
|
||||||
.dropdown {
|
.dropdown {
|
||||||
@@ -182,23 +183,3 @@
|
|||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Component alignment
|
|
||||||
//
|
|
||||||
// Reiterate per navbar.less and the modified component alignment there.
|
|
||||||
//
|
|
||||||
// TODO: remove?
|
|
||||||
|
|
||||||
// @include media-breakpoint-up(sm) {
|
|
||||||
// .navbar-right {
|
|
||||||
// .dropdown-menu {
|
|
||||||
// .dropdown-menu-right();
|
|
||||||
// }
|
|
||||||
// // Necessary for overrides of the default right aligned menu.
|
|
||||||
// // Will remove come v4 in all likelihood.
|
|
||||||
// .dropdown-menu-left {
|
|
||||||
// .dropdown-menu-left();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
Reference in New Issue
Block a user