mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Add documentation about .text-decoration-none (#27686)
This commit is contained in:
parent
1fe56358e7
commit
7c8cd0f272
@ -112,3 +112,12 @@ Reset a text or link's color with `.text-reset`, so that it inherits the color f
|
||||
</p>
|
||||
{% endcapture %}
|
||||
{% include example.html content=example %}
|
||||
|
||||
## Text decoration
|
||||
|
||||
Remove a text decoration with a `.text-decoration-none` class.
|
||||
|
||||
{% capture example %}
|
||||
<a href="#" class="text-decoration-none">Non-underlined link</a>
|
||||
{% endcapture %}
|
||||
{% include example.html content=example %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user