]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clarify what's being hovered /cc @kkirsche
authorMark Otto <markd.otto@gmail.com>
Thu, 18 Jun 2015 23:25:08 +0000 (16:25 -0700)
committerMark Otto <markd.otto@gmail.com>
Thu, 18 Jun 2015 23:25:08 +0000 (16:25 -0700)
docs/_includes/css/forms.html

index 554d79c6b3b9ecd21664af8fe2ea3b4cc5c95384..f0d59018bfce687a73c78b9e74373a31fb575288 100644 (file)
 
   <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>&lt;label&gt;</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>