From 0a6cf9036c6bc3c5d1c68de971c95b70f5125aca Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 3 Jul 2020 12:34:32 +0100 Subject: [PATCH] Docs: improve/expand button documentation (#31093) * Docs: improve/expand button documentation - since we're not doing the disabled cursor thing anymore anyway, remove confusing/unnecessary mention for link-based disabled buttons - make the disabled toggle example using a link actually follow the preceding advice of also having `tabindex="-1"` and `aria-disabled="true"` - tweak the link functionality callout to also still mention `aria-disabled` to reinforce the idea - tweak toggle state description (not just ` @@ -118,7 +122,7 @@ Add `data-toggle="button"` to toggle a button's `active` state. If you're pre-to {{< example >}} Toggle link Active toggle link -Disabled toggle link +Disabled toggle link {{< /example >}} ### Methods diff --git a/site/content/docs/5.0/forms/checks-radios.md b/site/content/docs/5.0/forms/checks-radios.md index 6d8bdf3860..8de3d43364 100644 --- a/site/content/docs/5.0/forms/checks-radios.md +++ b/site/content/docs/5.0/forms/checks-radios.md @@ -227,6 +227,10 @@ Bootstrap's `.btn` styles can be applied to `