Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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