| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-09-08 | Replace Sass division with multiplication and custom divide() function | Mark Otto | 1 | -7/+7 | |
| Fixes #34353. Co-Authored-By: Slaven Tomac <[email protected]> | |||||
| 2021-05-21 | Spinner alignment changes | Mark Otto | 1 | -3/+4 | |
| 2021-02-08 | _variables.scss: add missing newline before new section (#32868) | pricop | 1 | -0/+1 | |
| 2021-01-19 | Backport #32037 (#32833) | XhmikosR | 1 | -0/+2 | |
| * Backport #32037 Add `.navbar-nav-scroll` for vertical scrolling of navbar content * drop the css var for a Sass css Co-authored-by: Mark Otto <[email protected]> | |||||
| 2021-01-15 | Lighten disabled dropdown text to $gray-500 | Mark Otto | 1 | -1/+1 | |
| Fixes #32474 | |||||
| 2021-01-13 | Darken dropdown item hover style | Patrick H. Lauke | 1 | -1/+1 | |
| Backport of https://github.com/twbs/bootstrap/pull/32754 | |||||
| 2021-01-08 | Backport #32423 | XhmikosR | 1 | -0/+2 | |
| Add two new variables for pagination border-radius values | |||||
| 2020-11-13 | Manually backport #32121 (#32141) | XhmikosR | 1 | -1/+1 | |
| Use correct value order Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-10-27 | Handle the Ubuntu sans-serif case (#31657) | Gaël Poupard | 1 | -1/+1 | |
| On Ubuntu, our native font-stack doesn't output the same font on Firefox and Chrome. This is [a known aliasing issue](http://fontfamily.io/sans-serif) — check at the bottom, Ubuntu 14.04. Ubuntu 18.04 (my current) doesn't use the same (Firefox uses Liberation Sans, Chrome uses the default system font Ubuntu). I'm inclined to prefer Liberation Sans since it's closer to Arial / Helvetica. This patch already exists in Boosted, didn't notice it was missing in bootstrap until today… BTW, our linked Smashing Magazine's system fonts post mentions this and is even more accurate since it targets the three major Linux distributions. AFAIK this is not needed since [Liberation Sans is available everywhere](http://fontfamily.io/Liberation_Sans) — but we might go back to `Oxygen, Ubuntu, Cantarell`if we want to stick to system fonts. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-10-05 | Backport Reboot's th updates | Mark Otto | 1 | -0/+1 | |
| Manually backports #30781 to v4. | |||||
| 2020-09-30 | Add new variable for -padding-x | Mark Otto | 1 | -0/+1 | |
| (cherry picked from commit fe77208a01b9b41ce13a9c68139d9f1618c48ec9) | |||||
| 2020-06-24 | Stylelint: remove redundant inline suppressions | XhmikosR | 1 | -12/+5 | |
| 2020-06-04 | fix(custom forms): nullify box-shadow for custom forms' states (#30957) | Gaël Poupard | 1 | -3/+3 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-05-11 | Add new interaction utilities and role attr to Reboot (#30562) | Mark Otto | 1 | -0/+1 | |
| - Adds .user-select-* utils from v5 - Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors - Adds new docs page to demonstrate both - Includes Sass list for customizing user select | |||||
| 2020-02-17 | Added new variable for padding on dropdown header (#29946) | Giovanni Mendoza | 1 | -0/+1 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-01-02 | Escape brackets (#29857) | Martijn Cuppens | 1 | -0/+2 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2019-11-25 | Fixed input-height-sm and input-height-lg calculations (#29653) | Sam Duvall | 1 | -2/+2 | |
| 2019-11-07 | Make check label cursor customizable (#29633) | Gary PEGEOT | 1 | -0/+1 | |
| 2019-11-02 | backport #29516: added animation when modal backdrop is static | Johann-S | 1 | -0/+1 | |
| 2019-11-02 | Add configurable button text wrapping (#29554) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-11-01 | Convert v4-dev calc() left overs to add/subtract functions | Martijn Cuppens | 1 | -2/+2 | |
| 2019-11-01 | Add add and subtract function | ysds | 1 | -10/+10 | |
| 2019-10-14 | Add variable for `$breadcrumb-font-size` (#29467) | astrahov | 1 | -0/+2 | |
| 2019-10-14 | Variable card height (#29462) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-09-26 | Cleanup | Mark Otto | 1 | -0/+1 | |
| - Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin | |||||
| 2019-08-17 | Enable wrapping for elements in .modal-footer (#25103) | Martijn Cuppens | 1 | -0/+3 | |
| 2019-08-17 | Fix Firefox rendering issue (#29234) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-07-30 | Optimize the inline SVGs. | XhmikosR | 1 | -6/+6 | |
| 2019-07-30 | Backport "Use escape-svg() function (#29077)" | Martijn Cuppens | 1 | -11/+18 | |
| Adapted for v4-dev. | |||||
| 2019-07-10 | Change invalid icon from cross to exclamation mark (#28944) | Martijn Cuppens | 1 | -1/+1 | |
| The cross icon was confusing since some browsers use it as a reset button. | |||||
| 2019-06-18 | Fix width and height of data svg images in IE10 (#28883) | Morteza Ziyae | 1 | -10/+10 | |
| 2019-05-30 | Calc modal header/footer border radius according to the border width (#28775) | Shohei Yoshida | 1 | -0/+1 | |
| 2019-05-09 | Fix incorrect variable for popover border radius (#28733) | Shohei Yoshida | 1 | -0/+1 | |
| * Use $popover-border-radius * Move and rename the local $offset-border-width to the global variable | |||||
| 2019-04-29 | Add `$custom-control-label-color` variable (#28633) | Shohei Yoshida | 1 | -0/+2 | |
| 2019-04-29 | Remove scss variable defined twice (#28567) | Loïc Goyet | 1 | -1/+0 | |
| 2019-02-07 | Responsive font size implementation (#23816) | Martijn Cuppens | 1 | -9/+9 | |
| 2019-02-07 | Optional btn & input font sizes (#28068) | Martijn Cuppens | 1 | -0/+5 | |
| 2019-02-07 | Add map-name param to _assert-starts-at-zero (#24986) | Zachary Welch | 1 | -1/+1 | |
| * Add map-name param to _assert-starts-at-zero * Set default value for backwards compatibility | |||||
| 2019-01-22 | Add `deprecate()` mixin (#28092) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-01-20 | Make component colors configurable (#28035) | Martijn Cuppens | 1 | -0/+6 | |
| 2019-01-13 | Remove map-merge (#28033) | Martijn Cuppens | 1 | -23/+13 | |
| 2019-01-13 | Sync dropdown font size to base font size | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-13 | Sync dropdown font size with btn font size | Martijn Cuppens | 1 | -0/+1 | |
| 2019-01-13 | Prevent useless property rendering | Martijn Cuppens | 1 | -2/+2 | |
| 2019-01-13 | Don't render a background by default | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-13 | Prevent rendering of color property by default | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-14 | Change comment heading title to `Typography` (#28032) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-14 | Align toast variables (#28041) | Martijn Cuppens | 1 | -13/+14 | |
| 2019-01-13 | Change default custom select styles (#28027) | Martijn Cuppens | 1 | -3/+3 | |
| 2019-01-11 | Add form-validation-states Sass map (#27999) | Mark Otto | 1 | -0/+15 | |
