aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/helpers
AgeCommit message (Collapse)AuthorFilesLines
2024-03-06Improve front matter "added" paramsXhmikosR5-5/+10
Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker
2023-09-29Doc: consistent rendering of 'Heads up!' callouts (#39249)Julien Déramond1-1/+1
2023-07-16New Sass variable to change vertical rule widthJulien Déramond1-0/+8
2023-06-14Fix stack examples (#38745)Kyle Tsang1-2/+2
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond3-5/+5
Co-authored-by: Mark Otto <[email protected]>
2023-03-17icon-link.md: remove moot aliases (#38246)XhmikosR1-1/+0
2023-03-02Icon link: envariable + enhance the documentation (#38130)Louis-Maxime Piton1-1/+24
* Envariable the icon-link helper * Proposal * .
2023-02-25Drop unused `--bs-focus-ring-box-shadow` and add documentation for ↵Julien Déramond1-0/+8
`--bs-focus-ring-{x|y|blur}` (#38095)
2023-01-21Docs: tweak icon link and callouts (#37923)Patrick H. Lauke2-1/+5
* Tweak callout for icon link - no need to talk about `alt` for `<img>` since these don't use `<img>` - make start of sentence more readable * Tweak language of dropdown warning callout * Tweak popover warning callout * Tweak rtl warning callouts * Tweak color warning callout * Add/move accessibility callout for color to relevant pages * Update site/content/docs/5.3/helpers/icon-link.md * Update site/layouts/partials/callouts/warning-color-assistive-technologies.md Co-authored-by: Mark Otto <[email protected]>
2023-01-17Proposallouismaximepiton2-20/+20
2023-01-16Sass docs updates (#37897)Mark Otto1-1/+1
* Add maps * Redesign scss-docs rendering * Update other CSS sections * Fix linter
2023-01-10Update colored links, add new `.link-body-emphasis` helper (#37833)Mark Otto1-0/+6
* Rewrite colored links to use color property again instead of --bs-link-color-rgb value because nav links and more do not set --bs-link-color-rgb * Update bundlewatch * Document it Co-authored-by: Julien Déramond <[email protected]>
2023-01-03Add new link utilities, icon link helper, and update colored link helpers ↵Mark Otto2-4/+86
(#37762) * Add new link utilities, update colored link helpers * Remove commented out code * Fixes * Remove examples changes * Fixes and copy * Fix icon-link instances on homepage * Bump bundlewatch * Fix node-sass issue for rgba() function bug * More bundlewatch * One more time after merge * Add callout for a11y * Hover and focus-visible * Add a11y callouts * Remove duplicate for now * More code review feedback
2022-12-30Docs: enhance Focus ring example section descJulien Déramond1-1/+1
2022-12-29Focus ring helper and utilities (#33125)Mark Otto1-0/+60
* Add global variables for box-shadow focus rings * Update instances of -btn-focus-box-shadow to use -ring-box-shadow, unless it's for buttons or inputs * fix variable name * Add CSS variables for global focus styling, document it * Move to CSS vars section * Update scss/_nav.scss Co-authored-by: Gaël Poupard <[email protected]> * Helper and utils * Fix bundlewatch * Change 'Focus ring' in sidebar so that the page can be visible * Minor typo fix * fix merge * Revamp some more, improve docs Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
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-24Release v5.3.0-alpha1 (#37661)XhmikosR10-0/+507
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>