From: Mark Otto Date: Thu, 18 Jun 2015 23:25:08 +0000 (-0700) Subject: Clarify what's being hovered /cc @kkirsche X-Git-Tag: v3.3.6~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de2b660a1485018671ddc3b29d28a4506876fa09;p=thirdparty%2Fbootstrap.git Clarify what's being hovered /cc @kkirsche --- diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 554d79c6b3..f0d59018bf 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -256,7 +256,7 @@

Checkboxes and radios

Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many.

-

Disabled checkboxes and radios are supported, but to provide a "not-allowed" cursor on hover, you'll need to add the .disabled class to the parent .radio, .radio-inline, .checkbox, or .checkbox-inline.

+

Disabled checkboxes and radios are supported, but to provide a "not-allowed" cursor on hover of the parent <label>, you'll need to add the .disabled class to the parent .radio, .radio-inline, .checkbox, or .checkbox-inline.

Default (stacked)