From: Mark Otto Date: Sat, 18 Apr 2015 18:17:42 +0000 (-0700) Subject: remove commented out code for auto aligning navbar dropdown menus X-Git-Tag: v4.0.0-alpha~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09886480e025a2ca852e32dffa1a3bc0d107a924;p=thirdparty%2Fbootstrap.git remove commented out code for auto aligning navbar dropdown menus --- 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(); -// } -// } -// }