mirror of https://github.com/twbs/bootstrap.git
Docs: consistent deprecation messages in Close Button dark variant (#38247)
This commit is contained in:
parent
fe786cdd55
commit
4ba2deb534
|
|
@ -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 New Issue