Fixes #18550: really remove that reference

This commit is contained in:
Mark Otto 2016-02-06 20:46:11 -08:00
parent cb7b780876
commit 612d287a07
1 changed files with 0 additions and 6 deletions

View File

@ -157,12 +157,6 @@
z-index: $zindex-dropdown-backdrop;
}
// Right aligned dropdowns
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
// Allow for dropdowns to go bottom up (aka, dropup-menu)
//
// Just add .dropup after the standard .dropdown class and you're set.