aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/helpers/focus-ring.md
AgeCommit message (Collapse)AuthorFilesLines
2024-03-06Improve front matter "added" paramsXhmikosR1-1/+2
Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond1-2/+2
Co-authored-by: Mark Otto <[email protected]>
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)
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]>