From: Julien Déramond Date: Tue, 7 Mar 2023 05:49:38 +0000 (+0100) Subject: Docs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177) X-Git-Tag: v5.3.0-alpha2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=423f112b2332e04d900a2668d6c0ac6c0c2e42ad;p=thirdparty%2Fbootstrap.git Docs: minor modifications in our migration guide for the v5.3.0-alpha2 (#38177) --- 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