diff options
| author | Mark Otto <[email protected]> | 2015-04-18 11:17:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-18 11:17:42 -0700 |
| commit | 09886480e025a2ca852e32dffa1a3bc0d107a924 (patch) | |
| tree | 495e22de86ed6650451215302ee9b2057578b294 | |
| parent | ddf4867a5eec85d453bd3bc3aef845abb2594da4 (diff) | |
| download | bootstrap-09886480e025a2ca852e32dffa1a3bc0d107a924.tar.xz bootstrap-09886480e025a2ca852e32dffa1a3bc0d107a924.zip | |
remove commented out code for auto aligning navbar dropdown menus
| -rw-r--r-- | scss/_dropdown.scss | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 469aa561a..4b6286cb7 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(); -// } -// } -// } |
