mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
remove commented out code for auto aligning navbar dropdown menus
This commit is contained in:
parent
ddf4867a5e
commit
09886480e0
@ -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();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user