]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove commented out code for auto aligning navbar dropdown menus
authorMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 18:17:42 +0000 (11:17 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 18 Apr 2015 18:17:42 +0000 (11:17 -0700)
scss/_dropdown.scss

index 469aa561a055beda34be4ac5f42f30b116f39738..4b6286cb7ad456b17541421148bc8c647a7ee7ed 100644 (file)
@@ -2,6 +2,7 @@
 // Dropdown menus
 // --------------------------------------------------
 
+
 // The dropdown wrapper (div)
 .dropup,
 .dropdown {
     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();
-//     }
-//   }
-// }