mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Correct presented class for outline buttons
This commit is contained in:
parent
43a6765fbe
commit
d868eb2825
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,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-primary-outline">Primary</button>
|
||||
|
|
Loading…
Reference in a new issue