mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #19204 from TiGR/patch-1
Fix docs for new naming of .btn-outline [skip sauce]
This commit is contained in:
commit
82d5f4bf56
@ -61,7 +61,7 @@ When using button classes on `<a>` elements that are used to trigger in-page fun
|
|||||||
|
|
||||||
## Outline buttons
|
## 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 %}
|
{% example html %}
|
||||||
<button type="button" class="btn btn-outline-primary">Primary</button>
|
<button type="button" class="btn btn-outline-primary">Primary</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user