diff options
| author | Louis-Maxime Piton <[email protected]> | 2023-03-02 07:45:25 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-02 07:45:25 +0100 |
| commit | 23d20fa54f56df357501498719a5c63372bc49d0 (patch) | |
| tree | 32046cd836b5b30b04d6616f62b0571b607dfe59 /site | |
| parent | 80ba84844399bd3e83ed77d42202ea8e7a3620d4 (diff) | |
| download | bootstrap-23d20fa54f56df357501498719a5c63372bc49d0.tar.xz bootstrap-23d20fa54f56df357501498719a5c63372bc49d0.zip | |
Utilities: add 0 value to `link-underline-opacity` (#38131)
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.3/utilities/link.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/site/content/docs/5.3/utilities/link.md b/site/content/docs/5.3/utilities/link.md index 2baebf9e2..1b8eaa1ef 100644 --- a/site/content/docs/5.3/utilities/link.md +++ b/site/content/docs/5.3/utilities/link.md @@ -59,6 +59,7 @@ Change the underline's distance from your text. Offset is set in `em` units to a Change the underline's opacity. Requires adding `.link-underline` to first set an `rgba()` color we use to then modify the alpha opacity. {{< example >}} +<p><a class="link-offset-2 link-underline link-underline-opacity-0" href="#">Underline opacity 0</a></p> <p><a class="link-offset-2 link-underline link-underline-opacity-10" href="#">Underline opacity 10</a></p> <p><a class="link-offset-2 link-underline link-underline-opacity-25" href="#">Underline opacity 25</a></p> <p><a class="link-offset-2 link-underline link-underline-opacity-50" href="#">Underline opacity 50</a></p> @@ -71,8 +72,8 @@ Change the underline's opacity. Requires adding `.link-underline` to first set a Just like the `.link-opacity-*-hover` utilities, `.link-offset` and `.link-underline-opacity` utilities include `:hover` variants by default. Mix and match to create unique link styles. {{< example >}} -<a class="link-offset-2 link-offset-3-hover link-underline link-underline-opacity-25 link-underline-opacity-75-hover" href="#"> - Underline opacity 10 +<a class="link-offset-2 link-offset-3-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover" href="#"> + Underline opacity 0 </a> {{< /example >}} |
