From: Julien Déramond Date: Thu, 16 Mar 2023 16:22:20 +0000 (+0100) Subject: Docs: consistent deprecation messages in Close Button dark variant (#38247) X-Git-Tag: v5.3.0-alpha2~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ba2deb53424e6b64370a27c71206c14d027e976;p=thirdparty%2Fbootstrap.git Docs: consistent deprecation messages in Close Button dark variant (#38247) --- diff --git a/site/content/docs/5.3/components/close-button.md b/site/content/docs/5.3/components/close-button.md index 033958deda..533271b498 100644 --- a/site/content/docs/5.3/components/close-button.md +++ b/site/content/docs/5.3/components/close-button.md @@ -24,7 +24,9 @@ Disabled close buttons change their `opacity`. We've also applied `pointer-event ## Dark variant -{{< callout info >}} +{{< deprecated-in "5.3.0" >}} + +{{< callout warning >}} **Heads up!** As of v5.3.0, the `.btn-close-white` class is deprecated. Instead, use `data-bs-theme="dark"` to change the color mode of the close button. {{< /callout >}}