diff options
| author | Julien Déramond <[email protected]> | 2022-12-30 20:16:33 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-12-30 16:48:07 -0800 |
| commit | 4b12084a2ab1216e8f7fd746cf6605fdc221177c (patch) | |
| tree | 1e467011f178255468749e2fd341efa246bffb8f | |
| parent | 9e17b2b34cdec9dce063bba09b01aa9a63e7dd94 (diff) | |
| download | bootstrap-4b12084a2ab1216e8f7fd746cf6605fdc221177c.tar.xz bootstrap-4b12084a2ab1216e8f7fd746cf6605fdc221177c.zip | |
Docs: enhance Focus ring example section desc
| -rw-r--r-- | site/content/docs/5.3/helpers/focus-ring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/helpers/focus-ring.md b/site/content/docs/5.3/helpers/focus-ring.md index 5819bf1c6..2a71975cc 100644 --- a/site/content/docs/5.3/helpers/focus-ring.md +++ b/site/content/docs/5.3/helpers/focus-ring.md @@ -11,7 +11,7 @@ The `.focus-ring` helper removes the default `outline` on `:focus`, replacing it ## Example -Click into the example below and press <kbd>Tab</kbd> to see the focus ring in action. +Click directly on the link below to see the focus ring in action, or into the example below and then press <kbd>Tab</kbd>. {{< example >}} <a href="#" class="d-inline-flex focus-ring py-1 px-2 text-decoration-none border rounded-2"> |
