diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-20 00:33:27 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-20 00:33:27 +0200 |
| commit | 1f6c4859fed9cf8f24aeec88a2797cdae6d458f9 (patch) | |
| tree | e215abb85461e5e5e9b546afb9e49e59a046ff50 | |
| parent | c0fe7400e50123fd18c830bbd651d993979a39eb (diff) | |
| parent | d868eb2825aaf5a2c05183247680c2285788301e (diff) | |
| download | bootstrap-1f6c4859fed9cf8f24aeec88a2797cdae6d458f9.tar.xz bootstrap-1f6c4859fed9cf8f24aeec88a2797cdae6d458f9.zip | |
Merge pull request #17081 from gps035/patch-1
Correct presented class for outline buttons
| -rw-r--r-- | docs/components/buttons.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md index d97c3a4e4..893d04df2 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -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> |
