mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Fix docs for new naming of .btn-outline
This one was overlooked at edit See #17719 and #19199
This commit is contained in:
parent
35b9c2283b
commit
c27ff124c3
@ -61,7 +61,7 @@ When using button classes on `<a>` elements that are used to trigger in-page fun
|
||||
|
||||
## Outline buttons
|
||||
|
||||
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the `.btn-*-outline` ones to remove all background images and colors on any button.
|
||||
In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the `.btn-outline-*` ones to remove all background images and colors on any button.
|
||||
|
||||
{% example html %}
|
||||
<button type="button" class="btn btn-outline-primary">Primary</button>
|
||||
|
Loading…
Reference in New Issue
Block a user