]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: rollback some modification about `.text-muted` deprecation messages
authorJulien Déramond <juderamond@gmail.com>
Thu, 2 Mar 2023 07:28:45 +0000 (08:28 +0100)
committerMark Otto <otto@github.com>
Thu, 2 Mar 2023 18:23:03 +0000 (10:23 -0800)
site/content/docs/5.3/migration.md
site/content/docs/5.3/utilities/colors.md

index e13391e148a11b1656c4553e389d8e418ba758d0..3cf60aaf28f3e5e7e5a7128f2a26094bd50ed021 100644 (file)
@@ -214,9 +214,9 @@ We've also introduced a new `.progress-stacked` class to more logically wrap [mu
 
 ### Utilities
 
-- <span class="badge text-warning-emphasis bg-warning-subtle">Deprecated</span> `.text-body-secondary` will be be replaced by `.text-body-secondary` in v6.
+- <span class="badge text-warning-emphasis bg-warning-subtle">Deprecated</span> `.text-muted` will be be replaced by `.text-body-secondary` in v6.
 
-  With the addition of the expanded theme colors and variables, the `.text-body-secondary` variables and utility have been deprecated with v5.3.0. Its default value has also has been reassigned to the new `--bs-secondary-color` CSS variable to better support color modes. It will be removed in v6.0.0.
+  With the addition of the expanded theme colors and variables, the `.text-muted` variables and utility have been deprecated with v5.3.0. Its default value has also has been reassigned to the new `--bs-secondary-color` CSS variable to better support color modes. It will be removed in v6.0.0.
 
 - Adds new `.overflow-x`, `.overflow-y`, and several `.object-fit-*` utilities. _The object-fit property is used to specify how an `<img>` or `<video>` should be resized to fit its container, giving us a responsive alternative to using `background-image` for a resizable fill/fit image._
 
index 2023049d40d67d8b8fc9a81a50cd6df092e4e547..8f27d826c2a5f777c810383305a90b9d1de0220a 100644 (file)
@@ -43,7 +43,7 @@ Color utilities like `.text-*` that generated from our original `$theme-colors`
 {{< /callout >}}
 
 {{< callout warning >}}
-**Deprecation:** With the addition of the expanded theme colors and variables, the `.text-body-secondary` utility has been deprecated as of v5.3.0. Its default value has also has been reassigned to the new `--bs-secondary-color` CSS variable to better support color modes. It will be removed in v6.0.0.
+**Deprecation:** With the addition of the expanded theme colors and variables, the `.text-muted` utility has been deprecated as of v5.3.0. Its default value has also has been reassigned to the new `--bs-secondary-color` CSS variable to better support color modes. It will be removed in v6.0.0.
 {{< /callout >}}
 
 ## Opacity