mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 19:20:23 +00:00
Docs: consistent deprecation messages in Close Button dark variant (#38247)
This commit is contained in:
parent
fe786cdd55
commit
4ba2deb534
1 changed files with 3 additions and 1 deletions
|
|
@ -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 >}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue