diff options
| author | Mark Otto <[email protected]> | 2015-06-18 16:25:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-18 16:25:08 -0700 |
| commit | de2b660a1485018671ddc3b29d28a4506876fa09 (patch) | |
| tree | ea02aea1c669c014bf2025814e2a7a3e0d9e5583 | |
| parent | 0f6fab0fd0c8217b43f0599c795098ad78b82e1f (diff) | |
| download | bootstrap-de2b660a1485018671ddc3b29d28a4506876fa09.tar.xz bootstrap-de2b660a1485018671ddc3b29d28a4506876fa09.zip | |
Clarify what's being hovered /cc @kkirsche
| -rw-r--r-- | docs/_includes/css/forms.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 554d79c6b..f0d59018b 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -256,7 +256,7 @@ <h3>Checkboxes and radios</h3> <p>Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many.</p> - <p>Disabled checkboxes and radios are supported, but to provide a "not-allowed" cursor on hover, you'll need to add the <code>.disabled</code> class to the parent <code>.radio</code>, <code>.radio-inline</code>, <code>.checkbox</code>, or <code>.checkbox-inline</code>.</p> + <p>Disabled checkboxes and radios are supported, but to provide a "not-allowed" cursor on hover of the parent <code><label></code>, you'll need to add the <code>.disabled</code> class to the parent <code>.radio</code>, <code>.radio-inline</code>, <code>.checkbox</code>, or <code>.checkbox-inline</code>.</p> <h4>Default (stacked)</h4> <div class="bs-example" data-example-id="block-checkboxes-radios"> <form> |
