From 58e03cd4bf7aad216f19055853c693f7c595b9f5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Aug 2015 00:05:40 -0700 Subject: [PATCH] tweak buttons docs --- docs/components/buttons.md | 43 ++++++++------------------------------ 1 file changed, 9 insertions(+), 34 deletions(-) diff --git a/docs/components/buttons.md b/docs/components/buttons.md index e1244fe8b0..6e25ebe22e 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -136,32 +136,11 @@ This class uses `pointer-events: none` to try to disable the link functionality While button classes can be used on `` and ` - -{% endexample %} - -#### Single toggle +### Toggle states Add `data-toggle="button"` to toggle a button's `active` state. If you're pre-toggling a button, you must manually add the `.active` class **and** `aria-pressed="true"` to the ` {% endexample %} -### Checkbox and radio +### Checkbox and radio buttons Bootstrap's `.button` styles can be applied to other elements, such as `