From: Mark Otto Date: Wed, 17 Feb 2016 04:34:31 +0000 (-0800) Subject: Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox... X-Git-Tag: v4.0.0-alpha.3~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63a269d78bc39723e0a2a6642dba0bc9285a338d;p=thirdparty%2Fbootstrap.git Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox components --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 1c929e2c3a..371945ce70 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -13,6 +13,7 @@ position: relative; display: inline; padding-left: $custom-control-gutter; + cursor: pointer; + .custom-control { margin-left: $custom-control-spacer-x;