aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-03-07 06:49:38 +0100
committerGitHub <[email protected]>2023-03-07 06:49:38 +0100
commit423f112b2332e04d900a2668d6c0ac6c0c2e42ad (patch)
treed796e6445306eed712e7024a92abbcee4449fa70
parent833da72712fbc1bb61807218acb60476dfc9e0ed (diff)
downloadbootstrap-423f112b2332e04d900a2668d6c0ac6c0c2e42ad.tar.xz
bootstrap-423f112b2332e04d900a2668d6c0ac6c0c2e42ad.zip
Docs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177)
-rw-r--r--site/content/docs/5.3/migration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md
index 0321e9661..afca35155 100644
--- a/site/content/docs/5.3/migration.md
+++ b/site/content/docs/5.3/migration.md
@@ -69,7 +69,7 @@ If you're migrating from our previous alpha release of v5.3.0, please reviewing
### Docs
-- Examples are now displayed with the appropriate light or dark color mode as dictated by the setting in our docs. However, they lack an individual color mode picker for the time being.
+- Examples are now displayed with the appropriate light or dark color mode as dictated by the setting in our docs. Each example has an individual color mode picker.
- Improved included JavaScript for live Toast demo.
@@ -150,7 +150,7 @@ Learn more by reading the new [color modes documentation]({{< docsref "/customiz
#### Dropdowns
-- <span class="badge text-warning-emphasis bg-warning-subtle">Deprecated</span> The `.dropdown-menu-dark` class has been deprecated and replaced with `data-bs-theme="dark"` on the close button or any parent element. [See the docs for an example.]({{< docsref "/components/dropdowns#dark-dropdowns" >}})
+- <span class="badge text-warning-emphasis bg-warning-subtle">Deprecated</span> The `.dropdown-menu-dark` class has been deprecated and replaced with `data-bs-theme="dark"` on the dropdown or any parent element. [See the docs for an example.]({{< docsref "/components/dropdowns#dark-dropdowns" >}})
#### Close button