Commit 09886480 authored by Mark Otto's avatar Mark Otto

remove commented out code for auto aligning navbar dropdown menus

parent ddf4867a
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// Dropdown menus // Dropdown menus
// -------------------------------------------------- // --------------------------------------------------
// The dropdown wrapper (div) // The dropdown wrapper (div)
.dropup, .dropup,
.dropdown { .dropdown {
...@@ -182,23 +183,3 @@ ...@@ -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();
// }
// }
// }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment