aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-05 23:14:53 -0700
committerMark Otto <[email protected]>2015-08-05 23:14:53 -0700
commitbe299c1b8bdff1e247af9ab211f3db89c24e1836 (patch)
tree0f5b5b4c0d0a0e6174891104b1a12a313299e1b0 /docs/components
parentf534cabc7e0ff4607f123d29f7e188f1731d74f9 (diff)
downloadbootstrap-be299c1b8bdff1e247af9ab211f3db89c24e1836.tar.xz
bootstrap-be299c1b8bdff1e247af9ab211f3db89c24e1836.zip
switch to primary button there
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/buttons.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md
index 77d090cbe..e0f6796b9 100644
--- a/docs/components/buttons.md
+++ b/docs/components/buttons.md
@@ -48,10 +48,10 @@ The `.btn` classes are designed to be used with the `<button>` element. However,
When using button classes on `<a>` elements that are used to trigger in-page functionality (like collapsing content), rather than linking to new pages or sections within the current page, these links should be given a `role="button"` to appropriately convey their purpose to assistive technologies such as screen readers.
{% example html %}
-<a class="btn btn-secondary" href="#" role="button">Link</a>
-<button class="btn btn-secondary" type="submit">Button</button>
-<input class="btn btn-secondary" type="button" value="Input">
-<input class="btn btn-secondary" type="submit" value="Submit">
+<a class="btn btn-primary" href="#" role="button">Link</a>
+<button class="btn btn-primary" type="submit">Button</button>
+<input class="btn btn-primary" type="button" value="Input">
+<input class="btn btn-primary" type="submit" value="Submit">
{% endexample %}
## Sizes