| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-06 | Fix the focus ring on focused checked buttons (#39595) | Louis-Maxime Piton | 1 | -0/+9 | |
| 2023-09-13 | New `$btn-link-focus-shadow-rgb` for color modes customisation (#39119) | Giovanni Piller Cottrer | 1 | -1/+1 | |
| 2023-03-02 | Fix button visibility issue on dark theme (#38115) | lavsemen | 1 | -1/+1 | |
| * Fix button visibility issue on dark theme * Add $btn-color-variable in _buttons.scss * Apply suggestions from code review --------- Co-authored-by: Семен Лаверентьев <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2023-02-20 | Fix shadow of .btn-link | Serhii Babakov | 1 | -1/+1 | |
| 2023-01-06 | Switch from none keyword value to a fake shadow for btn-link | Mark Otto | 1 | -1/+1 | |
| 2022-09-20 | Explicitly target `.btn-check` and undo `:hover` (#37165) | Patrick H. Lauke | 1 | -2/+8 | |
| rather than the other way around, which caused specificity issues | |||||
| 2022-09-04 | Remove gradient from .btn-link | Mark Otto | 1 | -0/+3 | |
| 2022-09-04 | Rework button focus/active styling, with extra changes for checks/radios ↵ | Patrick H. Lauke | 1 | -10/+17 | |
| (#37026) * Replace :focus styles with :focus-visible * Remove :active / .active styles * Don't apply :hover styles for `.btn` that follows a `.btn-check` This removes a large part of the visual confusion of button checks/radios - that you currently have to move your mouse away from them to see what they actually changed to (checked or unchecked) * Reintroduce :active, but *not* for button checks/radios * Sort focus styling specifically for button checks/radios don't change background on focus, just give it the border/outline. again, avoids confusion whether something is checked or not while focused * Re-add `outline:0` which was lost when resolving last merge conflict Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-08-31 | v5/docs: reintroduce `outline` for docs code samples, buttons when ↵ | Patrick H. Lauke | 1 | -1/+5 | |
| `:not(:focus-visible)` (#36507) * Remove outline suppression for focused `<pre>` Sighted keyboard users rely on knowing where their focus is. If the `<pre>` receives focus (so that it can be scrolled by keyboard users, for instance) then it's essential that they know this is the case * Only suppress outline for buttons when `:not(:focus-visible)` * Add right-hand margin to pre avoids having the focus outline awkwardly clipped by the copy button | |||||
| 2022-08-31 | bugfix undefined border color variable for btn | Michael Geuchmann | 1 | -0/+1 | |
| 2022-07-17 | Fix active/focused button link text color | Julien Déramond | 1 | -0/+9 | |
| 2022-06-08 | Manually set hover and active backgrounds and borders for dark and light buttons | Mark Otto | 1 | -1/+21 | |
| 2022-05-22 | Stylelint: Disable `custom-property-empty-line-before` | Mark Otto | 1 | -2/+0 | |
| 2022-05-20 | add back focus box shadow on btn link | Ryan Berliner | 1 | -0/+1 | |
| 2022-03-31 | Adding @include everytime it's not the case | louismaxime.piton | 1 | -1/+1 | |
| 2022-03-13 | Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981) | Mark Otto | 1 | -52/+52 | |
| * Add additional root variables, rename $variable-prefix to $prefix - Adds new root CSS variables for border-radius, border-width, border-color, and border-style - Adds new root CSS variables for heading-color, link-colors, code color, and highlight color - Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss - Updates $mark-padding to be an even pixel number - Renames $variable-prefix to $prefix throughout * Bundlewatch | |||||
| 2022-02-16 | Fixed border radius var name and .show target | Eugene Kopyov | 1 | -1/+1 | |
| 2022-02-14 | Convert .btn and mixins to use CSS variables | Mark Otto | 1 | -25/+72 | |
| 2021-10-09 | Revert "Add `align-self: center` to buttons for improved rendering in flex ↵ | Mark Otto | 1 | -1/+0 | |
| containers" (#35143) This reverts commit 94c80ff613dce6620591acd7f9930ce8f40c5ed0. | |||||
| 2021-09-07 | Add `align-self: center` to buttons for improved rendering in flex containers | Zaid Jawed | 1 | -0/+1 | |
| Fixes #34834 | |||||
| 2021-02-10 | Add Sass docs (variables, mixins, and loops) to most pages (#32747) | Mark Otto | 1 | -0/+2 | |
| * WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-11-09 | Drop `.btn-block` classes, replace with utilities (#31995) | Mark Otto | 1 | -15/+0 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-15 | Switch to btn-check | Martijn Cuppens | 1 | -3/+3 | |
| 2020-06-15 | Remove checkbox/radio toggle from button plugin in favor of a CSS only solution | Martijn Cuppens | 1 | -4/+5 | |
| 2020-06-12 | Stylelint: remove redundant disables (#31006) | XhmikosR | 1 | -1/+1 | |
| 2020-04-26 | Rename variables for brevity | Mark Otto | 1 | -1/+1 | |
| - Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion` - Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers` | |||||
| 2020-03-23 | Added focus state to .btn-link (#30036) | Tim Dujardin | 1 | -1/+0 | |
| 2020-03-20 | Remove redundant text decoration from hover states | Martijn Cuppens | 1 | -1/+1 | |
| 2020-03-05 | $link-decoration: underline affects some components (#30262) | Martijn Cuppens | 1 | -0/+1 | |
| Co-authored-by: Shohei Yoshida <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2019-12-27 | Simplify disabled styles (#29296) | Martijn Cuppens | 1 | -17/+9 | |
| * Simplify disabled styles * Mention pointer-events usage | |||||
| 2019-10-25 | Add configurable button text wrapping (#29554) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-08-30 | Clean up line heights & add line height utilities (#29271) | Martijn Cuppens | 1 | -3/+4 | |
| 2019-08-16 | Restore `cursor: pointer` for checkbox/radio buttons (#29239) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-07-12 | Remove attribute selectors (#28988) | Martijn Cuppens | 1 | -9/+0 | |
| 2019-05-08 | Drop all hover mixins | Mark Otto | 1 | -2/+2 | |
| Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project. | |||||
| 2019-04-23 | Separate `$btn-link` colors from `$link-color` (#28681) | GeoSot | 1 | -2/+2 | |
| 2019-02-07 | Optional btn & input font sizes (#28068) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-02-06 | Add text-decoration to .btn-link. (#28169) | Bardi Harborow | 1 | -0/+1 | |
| 2019-01-04 | Move hand cursor for buttons to reboot | Martijn Cuppens | 1 | -5/+0 | |
| 2018-10-17 | Fix btn focus color (#27178) | Martijn Cuppens | 1 | -2/+1 | |
| 2018-09-18 | Variable .btn and .form-control font sizes (#26908) | Martijn Cuppens | 1 | -3/+3 | |
| 2018-09-17 | #27220: cleanup .btn-link hover/focus properties (#27250) | Martijn Cuppens | 1 | -4/+0 | |
| 2018-09-02 | Set .btn base color | Martijn Cuppens | 1 | -0/+2 | |
| 2018-09-02 | Move transparent background to .btn and remove background-image | Martijn Cuppens | 1 | -0/+1 | |
| 2018-08-19 | Remove nowrap from .btn | Rowan-James Tran | 1 | -1/+0 | |
| 2018-07-20 | Allow background images for active buttons | Martijn Cuppens | 1 | -1/+0 | |
| 2018-03-12 | Disable link functionality on disabled `btn-link` (#25645) | Peter Etelej | 1 | -0/+1 | |
| Future-proof disabling of clicks on disabled `btn-link`. Fixes #25639 ensuring consistency between `btn-link` `<button>`s and `<a>`s when disabled. | |||||
| 2018-01-18 | Outline button hover color (#25339) | Mark Otto | 1 | -5/+1 | |
| 2018-01-15 | Consistently use `:disabled` rather than `[disabled]` selector (#25317) | Patrick H. Lauke | 1 | -4/+4 | |
| Closes https://github.com/twbs/bootstrap/issues/25316 | |||||
| 2017-12-27 | line break | Mark Otto | 1 | -0/+1 | |
