aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/components
AgeCommit message (Collapse)AuthorFilesLines
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton6-26/+26
2023-01-15Changed ```popover``` to ```tooltip``` in docsMaciej Kubień1-3/+3
Changed ```popover``` to ```tooltip``` in tooltip component docs page.
2023-01-11Mention deprecated classes for color mode on offcanvasMark Otto1-1/+5
2023-01-07Docs: missing deprecated callout for `list-group-item-variant()` mixinJulien Déramond1-0/+2
2023-01-05Docs: Small enhancements (#37803)Louis-Maxime Piton1-1/+1
* Consistency with the doc * Bring a class to avoid weird behavior * Consistency + Add some explaining text * fix(color)
2023-01-03Rewrite some callouts to remove most headings and reduce their contentMark Otto5-36/+16
2023-01-03Docs: fix accordion flush descriptionJulien Déramond1-1/+1
2023-01-03Docs: add explanation of the base `.btn` class (#37275)Patrick H. Lauke1-1/+15
* Docs: add explanation of the base `.btn` class and a callout reminding authors to at least define some focus styling if they intend to use it "naked" * Turn callout into a warning * Add initial heading * Tweak callout wording
2023-01-02fix live toast demo (#37590)AucT1-3/+3
* fix live toast demo * Fix live toast demo * Update snippets.js * Update toasts.md * Update snippets.js * Code review comments addressed Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2023-01-02Docs: add CSS variables section in close button sectionJulien Déramond1-1/+9
2023-01-02Docs: offcanvas toggles accessibility fixes, fully hide layout template inputLouis-Maxime Piton1-3/+3
Co-authored-by: Patrick H. Lauke <[email protected]>
2023-01-02Update tooltips.mdXhmikosR1-2/+1
2022-12-30Docs: Remove unnecessary `id`/`aria-labelledby` from accordion examplesPatrick H. Lauke1-18/+18
Follow-up to https://github.com/twbs/bootstrap/pull/37718
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-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-28Update /#color-schemes to v5.3Teaca-Sebastian1-1/+1
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR24-0/+9047
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>