Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2022-10-08 17:43:10 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2022-10-08 17:43:10 +0300
commit33e5374e554cf000444c80f0f3dd4fa16f17ab6b (patch)
tree67d1e29f077a10e55da2133cdba50a2b05d1fa90
parenta3b9a30d8c6cbe1daae9d15f78ae1838fc421446 (diff)
Turn callout into a warning
-rw-r--r--site/content/docs/5.2/components/buttons.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/components/buttons.md b/site/content/docs/5.2/components/buttons.md
index 785ce65395..f3eacff389 100644
--- a/site/content/docs/5.2/components/buttons.md
+++ b/site/content/docs/5.2/components/buttons.md
@@ -14,7 +14,7 @@ Bootstrap has a base `.btn` class that sets up basic styles such as padding and
The `.btn` class is intended to be used in conjunction with our additional predefined button styles, or to serve as a basis for your own custom styles.
-{{< callout info >}}
+{{< callout warning >}}
If you are using the `.btn` class on its own, remember to at very least define some explicit `:focus` and/or `:focus-visible` styles.
{{< /callout >}}