From 09886480e025a2ca852e32dffa1a3bc0d107a924 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Apr 2015 11:17:42 -0700 Subject: [PATCH] remove commented out code for auto aligning navbar dropdown menus --- scss/_dropdown.scss | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 469aa561a0..4b6286cb7a 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -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(); -// } -// } -// }