]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox...
authorMark Otto <markdotto@gmail.com>
Wed, 17 Feb 2016 04:34:31 +0000 (20:34 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 17 Feb 2016 04:34:31 +0000 (20:34 -0800)
scss/_custom-forms.scss

index 1c929e2c3a030c8d54fbf959d8ddbc542ddefa3f..371945ce706ff46b414385bfcbaa6e70e18e0e0c 100644 (file)
@@ -13,6 +13,7 @@
   position: relative;
   display: inline;
   padding-left: $custom-control-gutter;
+  cursor: pointer;
 
   + .custom-control {
     margin-left: $custom-control-spacer-x;