aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3
AgeCommit message (Collapse)AuthorFilesLines
2022-12-29Docs: replace dark btns by primary ones from Button group docs to avoid ↵Julien Déramond1-15/+15
issues in dark mode
2022-12-28Docs: display examples based on the docs current color mode (#37562)Julien Déramond26-50/+50
* Docs: display examples based on the docs current color mode * Fix _default/examples.html
2022-12-28Fix CSS variables mentioned in our docsJulien Déramond1-1/+16
2022-12-28Add .nav-underline modifier class (#33126)Mark Otto1-0/+27
* Add .nav-underline modifier class * Tweak sizing and spacing, add underline on hover * Rebuild with Sass and CSS variables * Document CSS vars * Bump bundlewatch
2022-12-28Improve readability in docs flex page (#34647)Ben Koshy1-18/+18
It's not easy to otherwise correlate the examples with the relevant classes: you'd have to mentally count and correlate them. This obviates that need. Please see the image below to see the usefulness of the above. Co-authored-by: Mark Otto <[email protected]>
2022-12-28Use aria-labelledby to associate form-text (helper) with input field … ↵Hannah Issermann2-5/+6
(#37587) * Use aria-labelledby to associate form-text (helper) with input field when it contains mandatory info (e.g. data format) * Example in input-group needs aria-describedby (or aria-labelledby) too Co-authored-by: Mark Otto <[email protected]>
2022-12-28Update /#color-schemes to v5.3Teaca-Sebastian1-1/+1
2022-12-26Docs: change some title containing '&' to bypass Algolia issueJulien Déramond3-3/+3
2022-12-26Few miscellaneous docs fixes (#37625)Mark Otto1-1/+3
* Update hero button color * Fix link color on examples index * Move .bd-btn-lg to docs buttons partial, move larger border-radius to that class so medium buttons don't look odd * Undo the markup split * Round padding up to whole number
2022-12-26Remove unnecessary `id`/`aria-labelledby` from cheatsheet accordions (#37718)Patrick H. Lauke2-12/+12
Explicit labelling (which then would also benefit from a `role="group"` or similar role) is only optional, and not really appropriate just for a cheatsheet https://www.w3.org/WAI/ARIA/apg/patterns/accordion/ Closes #37591
2022-12-24Remove some unused SVGs in Dropdowns exampleJulien Déramond1-31/+0
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR183-0/+32654
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>