diff --git a/scss/_utilities.scss b/scss/_utilities.scss index 1f3c7b4ac2a1..b7c38249aa96 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -426,7 +426,7 @@ $utilities: map-merge( ), "text-decoration": ( property: text-decoration, - values: none + values: none underline line-through ), "font-style": ( property: font-style, diff --git a/site/content/docs/4.3/content/typography.md b/site/content/docs/4.3/content/typography.md index d4daabdd033f..a3451324568e 100644 --- a/site/content/docs/4.3/content/typography.md +++ b/site/content/docs/4.3/content/typography.md @@ -135,9 +135,7 @@ Styling for common inline HTML5 elements. {{< example >}}

You can use the mark tag to highlight text.

This line of text is meant to be treated as deleted text.

-

This line of text is meant to be treated as no longer accurate.

This line of text is meant to be treated as an addition to the document.

-

This line of text will render as underlined

This line of text is meant to be treated as fine print.

This line rendered as bold text.

This line rendered as italicized text.

@@ -149,7 +147,7 @@ While not shown above, feel free to use `` and `` in HTML5. `` is meant ## Text utilities -Change text alignment, transform, style, weight, line-height and color with our [text utilities]({{< docsref "/utilities/text" >}}) and [color utilities]({{< docsref "/utilities/colors" >}}). +Change text alignment, transform, style, weight, line-height, decoration and color with our [text utilities]({{< docsref "/utilities/text" >}}) and [color utilities]({{< docsref "/utilities/colors" >}}). ## Abbreviations diff --git a/site/content/docs/4.3/utilities/text.md b/site/content/docs/4.3/utilities/text.md index 3ae40fabc970..f54020644cdd 100644 --- a/site/content/docs/4.3/utilities/text.md +++ b/site/content/docs/4.3/utilities/text.md @@ -109,8 +109,10 @@ Reset a text or link's color with `.text-reset`, so that it inherits the color f ## Text decoration -Remove a text decoration with a `.text-decoration-none` class. +Decorate text in components with text decoration classes. {{< example >}} -Non-underlined link +

This text has a line underneath it.

+

This text has a line going through it.

+This link has its text decoration removed {{< /example >}}