0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

remove commented out code for auto aligning navbar dropdown menus

This commit is contained in:
Mark Otto 2015-04-18 11:17:42 -07:00
parent ddf4867a5e
commit 09886480e0

View File

@ -2,6 +2,7 @@
// Dropdown menus
// --------------------------------------------------
// The dropdown wrapper (div)
.dropup,
.dropdown {
@ -182,23 +183,3 @@
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();
// }
// }
// }