From 423f112b2332e04d900a2668d6c0ac6c0c2e42ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 7 Mar 2023 06:49:38 +0100 Subject: [PATCH] Docs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177) --- site/content/docs/5.3/migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 0321e96616..afca35155a 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 -- Deprecated 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" >}}) +- Deprecated 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