• Mark Otto's avatar
    Fixes #10370: Improved and deprecated dropdown menu alignment options · 11c6ab76
    Mark Otto authored
    * Removes an old pair of selectors that didn’t properly target the
    right-aligned navbar alignment of dropdown menus.
    * Deprecates the `.pull-right` alignment in favor of a more specific
    and unique class name.
    * Adds `.dropdown-menu-right` as the new alignment class. This is then
    mixin-ed into the `.navbar-right.navbar-nav` dropdown menus for
    auto-alignment.
    * To override that auto-alignment, use `.dropdown-menu-left` as needed.
    11c6ab76
navbar.less 13.6 KB