aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/examples/dropdowns
AgeCommit message (Collapse)AuthorFilesLines
2024-08-02Docs: add `aria-hidden="true"` to decorative SVGs (#40686)Julien Déramond1-2/+2
2024-07-19Examples: minor accessibility improvements (#40620)Christian Oliff1-4/+4
- no need for `role="document"` on modals (was removed from Bootstrap a while ago) - use `type="email"` for email input - add aria-labels for previous month and next month buttons on date picker demo Co-authored-by: Julien Déramond <[email protected]>
2023-05-31Use `.d-none` instead of inline stylingJulien Déramond1-1/+1
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton1-2/+2
2023-01-10Update snippet examples for dark mode (#37834)Mark Otto2-113/+260
* Update snippet examples for dark mode * Fix markup * Review comments * undo colored links docs from this PR
2022-12-28Docs: display examples based on the docs current color mode (#37562)Julien Déramond1-1/+1
* Docs: display examples based on the docs current color mode * Fix _default/examples.html
2022-12-24Remove some unused SVGs in Dropdowns exampleJulien Déramond1-31/+0
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR2-0/+417
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>