| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-01-13 | Suppress focus outline for buttons when it shouldn't be visible in Chromium | Patrick H. Lauke | 1 | -0/+9 | |
| Manual backport of https://github.com/twbs/bootstrap/pull/32689 | |||||
| 2021-01-13 | Remove old/unnecessary reboot bug fix | Patrick H. Lauke | 1 | -9/+0 | |
| Manual backport of https://github.com/twbs/bootstrap/pull/32631 | |||||
| 2020-11-20 | scss: remove needless Stylelint disables (#32212) | XhmikosR | 1 | -1/+1 | |
| 2020-11-13 | Manually backport #32121 (#32141) | XhmikosR | 1 | -2/+2 | |
| Use correct value order Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-10-05 | Backport Reboot's th updates | Mark Otto | 1 | -3/+7 | |
| Manually backports #30781 to v4. | |||||
| 2020-09-30 | Stylelint: replace deprecated options | XhmikosR | 1 | -1/+1 | |
| 2020-06-04 | Prevent conflicts with components with classes (#30830) | Martijn Cuppens | 1 | -1/+1 | |
| 2020-05-11 | Add new interaction utilities and role attr to Reboot (#30562) | Mark Otto | 1 | -0/+7 | |
| - 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-05-02 | Backport #30685 | Martijn Cuppens | 1 | -0/+3 | |
| `<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge | |||||
| 2020-04-01 | Backport #30353 (#30361) | Martijn Cuppens | 1 | -12/+0 | |
| Remove appearance from date inputs Co-authored-by: XhmikosR <[email protected]> | |||||
| 2019-07-31 | Fix reboot for placeholder links (#29164) | Shohei Yoshida | 1 | -5/+1 | |
| 2019-07-31 | Fix reboot for placeholder links (#29162) | Patrick H. Lauke | 1 | -3/+2 | |
| Backport of #29140 | |||||
| 2019-07-31 | Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule for v4 ↵ | Martijn Cuppens | 1 | -2/+2 | |
| mixins | |||||
| 2019-03-12 | Remove indiscriminate outline suppression for tabindex="-1" elements (#28437) | Patrick H. Lauke | 1 | -6/+10 | |
| instead, only apply outline suppression if the browser wouldn't normally apply the focus outline, using the (currently experimental) `:focus-visible` pseudo-class | |||||
| 2019-02-07 | Responsive font size implementation (#23816) | Martijn Cuppens | 1 | -6/+6 | |
| 2019-01-04 | Move hand cursor for buttons to reboot | Martijn Cuppens | 1 | -0/+12 | |
| 2019-01-04 | Prevent select word wrap in Safari (#27932) | Martijn Cuppens | 1 | -0/+8 | |
| 2018-12-28 | reboot: Fix comment (#27937) | XhmikosR | 1 | -1/+1 | |
| 2018-12-23 | Blacklist border-radius property (use mixin instead) (#27900) | Martijn Cuppens | 1 | -0/+1 | |
| 2018-12-12 | Remove now unnecessary -ms-viewport and -ms-overflow-style directives (#27789) | Patrick H. Lauke | 1 | -15/+2 | |
| Edge/Mobile appears to have moved support for `-ms-viewport` behind a flag at some point, instead supporting meta viewport directives. Removing this altogether also fixes issues in IE11 on high-dpi displays - see https://github.com/twbs/bootstrap/issues/21780 | |||||
| 2018-12-06 | Replaced fixed 'bolder' font weight value in reboot with variable. (#27782) | Gijs Rogé | 1 | -1/+1 | |
| The default font weight value for <strong> <br> in reboot was set by a fixed value we now use the variable $font-weight-bolder to let users override this value. | |||||
| 2018-12-04 | Remove double 'the' in comment (#27767) | acidrums4 | 1 | -1/+1 | |
| 2018-11-18 | Prevent text decoration skip inc and reorder comments (#27673) | Martijn Cuppens | 1 | -4/+6 | |
| 2018-11-04 | Add TODO | Martijn Cuppens | 1 | -0/+1 | |
| 2018-11-04 | Resolve #26226: Sync with normalize 8.0.0 | Varunram | 1 | -7/+1 | |
| diff credits: @client9 | |||||
| 2018-10-23 | Cleanup stylelint comments | Martijn Cuppens | 1 | -6/+2 | |
| 2018-09-02 | Remove `-webkit-text-decoration-skip` | Martijn Cuppens | 1 | -1/+0 | |
| 2018-07-20 | Fix property order | ysds | 1 | -1/+1 | |
| 2018-07-20 | Remove `:not(:root)` from the workaround for SVG overflow bug | ysds | 1 | -6/+3 | |
| * `svg:not(:root)` specificity is very high (https://github.com/necolas/normalize.css/issues/718) * Bootstrap do not support SVG documents (See #26878) | |||||
| 2018-07-20 | Lower the specificity of vertical-align of SVG | ysds | 1 | -2/+7 | |
| 2018-06-24 | Render inline svg like img (#25874) | Martijn Cuppens | 1 | -0/+1 | |
| 2018-04-23 | Replace reboot monospace hack with system font stack | nickg | 1 | -3/+1 | |
| 2018-04-16 | Remove `dialog` from the HTML5 shim style (#26269) | Patrick H. Lauke | 1 | -1/+1 | |
| `<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }` by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers, but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims. | |||||
| 2018-03-12 | Replace "loose" HEX values with their respective variables (#25672) | Jacob Müller | 1 | -1/+1 | |
| 2018-02-19 | Add color variable for caption (#25657) | ysds | 1 | -1/+1 | |
| 2018-02-11 | Create a variable for label margin bottom (#25561) | Andres Galante | 1 | -1/+1 | |
| 2018-01-11 | Remove `touch-action:manipulation` click optimization (#25250) | Patrick H. Lauke | 1 | -23/+0 | |
| Due to a severe performance bug in Chrome (see https://bugs.chromium.org/p/chromium/issues/detail?id=800522) and due to the fact that (with the exception of IE/Edge on Windows desktop with touchscreen) all modern browsers now optimize the click delay away anyway, this optimization is not needed. Closes https://github.com/twbs/bootstrap/issues/24670 | |||||
| 2017-12-28 | Set `cursor:pointer` for `<summary>` | Andres Galante | 1 | -0/+1 | |
| 2017-11-06 | Minor Sass consistency changes. (#24677) | XhmikosR | 1 | -1/+1 | |
| * use `background-color` instead of the shorthand * use `outline: 0` consistently * fix transform order * remove quotes from `SFMono-Regular` | |||||
| 2017-10-23 | Enable stylelint's `function-comma-space-after`. (#24501) | XhmikosR | 1 | -1/+1 | |
| The option is set to `always-single-line` in stylelint-config-standard which we extend. | |||||
| 2017-10-07 | Enable stylelint for _reboot.scss. | XhmikosR | 1 | -3/+13 | |
| 2017-10-03 | Use variable for heading margin bottom in reboot | Simon Knox | 1 | -1/+1 | |
| 2017-10-02 | Switch to stylelint. (#23572) | XhmikosR | 1 | -1/+1 | |
| 2017-09-27 | Reset button element border-radius in Reboot (#24126) | Mark Otto | 1 | -0/+7 | |
| 2017-09-26 | Add style for non-overlapping scrollbar in IE (#24081) | Prateek Goel | 1 | -0/+3 | |
| 2017-09-26 | Normalize all links. (#24109) | XhmikosR | 1 | -1/+1 | |
| * use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one | |||||
| 2017-08-21 | Exclude input type=range from touch-action:manipulation | Patrick H. Lauke | 1 | -1/+1 | |
| 2017-08-14 | Remove remaining v4 alpha references (#23414) | Jacob Müller | 1 | -1/+1 | |
| * Remove remaining references to v4 Alpha This commit removes the remaining refrences to the v4 Alpha website and replaces them with the corresponding v4 Beta ones. **Note:** We have to hard code the current docs version at some places. Wouldn't it be good to have a `/docs/latest/` redirect to solve this "issue" in the future? * Don't update the domain in the CNAME file | |||||
| 2017-08-10 | Fix to Chrome inheritance bug (#22872) (#23118) | Prateek Goel | 1 | -7/+6 | |
| * Fix to Chrome inheritance bug (#22872) * Remove box-sizing from html box-sizing removed from html and order of wild card selected and html selector swapped to maintain correctness of comments. | |||||
| 2017-08-10 | Add margin variable for paragraphs (#23140) | Prateek Goel | 1 | -1/+1 | |
