1. 14 Sep, 2022 2 commits
  2. 13 Sep, 2022 4 commits
  3. 09 Sep, 2022 3 commits
  4. 07 Sep, 2022 3 commits
  5. 06 Sep, 2022 1 commit
  6. 05 Sep, 2022 2 commits
  7. 04 Sep, 2022 3 commits
    • Mark Otto's avatar
      Remove gradient from .btn-link · 2504b899
      Mark Otto authored
      2504b899
    • Patrick H. Lauke's avatar
      Rework button focus/active styling, with extra changes for checks/radios (#37026) · 32c457db
      Patrick H. Lauke authored
      
      * 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: default avatarMark Otto <markd.otto@gmail.com>
      32c457db
    • Geremia Taglialatela's avatar
      Add workarounds for postcss values parser error · b8880e5e
      Geremia Taglialatela authored
      postcss-values-parser returns a syntax error when a negative value is
      provided in a `calc` function after a CSS variable.
      
      This is not an issue with Bootstrap itself, but a workaround to allow
      projects using postcss-values-parser to keep upgrading and compiling
      bootstrap
      
      Ref: shellscape/postcss-values-parser#138, twbs/bootstrap#35033
      
      Fix: #36851
      b8880e5e
  8. 03 Sep, 2022 2 commits
  9. 02 Sep, 2022 3 commits
  10. 01 Sep, 2022 17 commits