1. 07 Apr, 2022 1 commit
  2. 04 Jan, 2022 2 commits
  3. 03 Jan, 2022 1 commit
  4. 16 Dec, 2021 3 commits
  5. 30 Nov, 2021 1 commit
  6. 15 Nov, 2021 1 commit
  7. 28 Oct, 2021 1 commit
  8. 05 Oct, 2021 1 commit
  9. 28 Sep, 2021 1 commit
  10. 14 Sep, 2021 1 commit
  11. 09 Sep, 2021 1 commit
    • Patrick H. Lauke's avatar
      v4: Disabled link cleanup (#34924) · f4a1a35c
      Patrick H. Lauke authored
      manual backport of #34886
      
      per https://www.w3.org/TR/html-aria/#docconformance
      
      > It is NOT RECOMMENDED to use `aria-disabled="true"` on an `a` element with an `href` attribute.
      >
      >NOTE
      >If a link needs to be "disabled", remove the `href` attribute.
      
      This PR removes the unnecessary `href="#"`, `tabindex="-1"`, and `aria-disabled="true"` from disabled links in both docs pages and examples. `aria-disabled="true"` *is* kept for disabled link-based buttons (that have `role="button"`) as there it's appropriate to use (you *want* to convey to assistive technologies that this thing you're claiming is a button is also disabled at the moment)
      
      Further, the PR extends the "Link functionality caveat" to show the "proper" way (removing `href` and adding `.disabled` class only) to disable a link, but then explains what to do if that's not possible (and then keeps an example with all the traditional `href="#" tabindex="-1" aria-disabled="true"`, but explains clearly that it's not ideal). Same sort of explanation is also added to the pointer event utilities page
      f4a1a35c
  12. 08 Sep, 2021 1 commit
  13. 21 Jul, 2021 1 commit
    • XhmikosR's avatar
      Backport #34336 · 6c995120
      XhmikosR authored
      Remove unneeded `.text-white-50` CSS rule
      
      This is already part of Bootstrap 4.6 and 5.0.
      6c995120
  14. 09 Jun, 2021 1 commit
  15. 21 May, 2021 1 commit
  16. 15 Apr, 2021 1 commit
  17. 06 Apr, 2021 1 commit
  18. 19 Mar, 2021 1 commit
  19. 11 Mar, 2021 1 commit
  20. 17 Feb, 2021 2 commits
  21. 19 Jan, 2021 3 commits
  22. 18 Jan, 2021 1 commit
  23. 17 Jan, 2021 1 commit
  24. 15 Jan, 2021 2 commits
  25. 14 Jan, 2021 1 commit
  26. 13 Jan, 2021 1 commit
  27. 08 Jan, 2021 6 commits
  28. 05 Jan, 2021 1 commit