aboutsummaryrefslogtreecommitdiff
path: root/scss/_dropdown.scss
AgeCommit message (Expand)AuthorFilesLines
2021-05-27fix(dropdowns): RTL for `.dropdown-menu-*` (#34124)Gaël Poupard1-4/+4
2021-04-17Apply positioning only when Popper is not usedRohit Sharma1-13/+7
2021-02-22Remove the default positioning from `.dropup` (#33120)Rohit Sharma1-6/+3
2021-02-09Dropdown — Change the selector to check the use of Popper (#33003)Rohit Sharma1-7/+4
2021-02-09Remove the default left styling in favor of PopperRohit Sharma1-1/+4
2021-02-09Remove .dropdown-menu[style] reset and adjust .dropdown-menu-* modifiersMark Otto1-9/+10
2021-02-03Remove the initial margin from dropdown/popover in favor of Popper (#32524)Rohit Sharma1-7/+20
2020-12-10Reset Popper position in RTL (#32415)Gaël Poupard1-1/+1
2020-12-06fix(dropdown): ensure [style] will override inline stylesGaël Poupard1-1/+1
2020-12-06Fix conflict with Bootstrap CSSMartijn Cuppens1-13/+10
2020-12-06Update to popper.js v2.xJohann-S1-4/+4
2020-12-04feat(RTL): implement RTLGaël Poupard1-12/+14
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR1-1/+1
2020-09-24Add .dropdown-menu-dark (#30171)Mark Otto1-0/+41
2020-09-22Add new variable for -padding-xMark Otto1-1/+1
2020-04-06Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)Martijn Cuppens1-0/+2
2020-03-20Remove redundant text decoration from hover statesMartijn Cuppens1-1/+1
2020-03-05$link-decoration: underline affects some components (#30262)Martijn Cuppens1-0/+1
2020-02-15Added new variable for padding on dropdown header (#29946)Giovanni Mendoza1-1/+1
2020-02-12Shorten if notations so that property order can be appliedMartijn Cuppens1-3/+1
2019-08-22Drop nav divider mixinMartijn Cuppens1-1/+4
2019-07-24Apply `at-mixin-argumentless-call-parentheses: always` stylelint ruleMartijn Cuppens1-1/+1
2019-05-08Drop all hover mixinsMark Otto1-1/+2
2019-05-02Remove floats from dropdown (#28690)Martijn Cuppens1-1/+0
2019-02-07Responsive font size implementation (#23816)Martijn Cuppens1-2/+2
2019-02-03Fix dropdown radius if `$dropdown-padding-y` is not 0 (#28127)Martijn Cuppens1-5/+9
2019-01-20Make component colors configurable (#28035)Martijn Cuppens1-1/+1
2019-01-13Sync dropdown font size with btn font sizeMartijn Cuppens1-1/+1
2019-01-13Prevent wrapping if caret is included (#28029)Martijn Cuppens1-0/+2
2019-01-07Fix incorrect responsive alignment of dropdown menu (#27873)Shohei Yoshida1-11/+5
2018-12-21Add variable for dropdown-divider-margin-y (#27857)Mark Otto1-1/+1
2018-11-22Add border-radius to dropdown items (#27703)Roy Klutman1-0/+8
2018-10-23Cleanup stylelint commentsMartijn Cuppens1-2/+1
2018-10-21Add dropdown responsive alignment (#26255)ysds1-3/+20
2018-09-26Prevent pointer-events on disabled anchor dropdown-itemHoward Cox1-0/+1
2018-03-12Add basic position to dropup/right/left and dropdown-menu-right (#25400)ysds1-1/+29
2018-01-21v4.1: Add .dropdown-item-text (#22965)Mark Otto1-0/+7
2017-11-06Minor Sass consistency changes. (#24677)XhmikosR1-1/+1
2017-10-29Add dropright and dropleft (right and left placements for our dropdown) (#23860)Johann-S1-0/+28
2017-10-22Add variable to configure the `$dropdown-border-radius`. (#24376)José Francisco1-1/+1
2017-10-19Gradients and shadows (#24429)Mark Otto1-2/+2
2017-10-10Refactor a few selectors so that the least specific ones are first. (#24310)XhmikosR1-13/+13
2017-10-02Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-devMark Otto1-19/+2
2017-09-30Remove dropdown anchor focus overrideAri Rizzitano1-8/+0
2017-08-14Add option to disable carets on dropdowns through `$enable-caret`Patrick Yeo1-19/+2
2017-08-04Dropup dropdown-menu should have margin on the bottom instead of topPatrick Yeo1-0/+5
2017-08-04(#22414) Rename for consistency `$dropdown-margin-top` to `$dropdown-spacer`Patrick Yeo1-1/+1
2017-05-30tweak dropdown caret size and placementMark Otto1-2/+2
2017-05-17Use popper to align dropdown menu instead of using css with importantJohann-S1-14/+0
2017-05-14Fix dropdown-menu-right and dropdown-menu-left for DropdownJohann-S1-2/+2