aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-02-16 20:34:31 -0800
committerMark Otto <[email protected]>2016-02-16 20:34:31 -0800
commit63a269d78bc39723e0a2a6642dba0bc9285a338d (patch)
treef0f9790be012e825d0da00eb5b9a29eba7e60be7
parent4d62aa41c7a1e4b9dc315bcc3c342cf299e0986d (diff)
downloadbootstrap-63a269d78bc39723e0a2a6642dba0bc9285a338d.tar.xz
bootstrap-63a269d78bc39723e0a2a6642dba0bc9285a338d.zip
Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox components
-rw-r--r--scss/_custom-forms.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index 1c929e2c3..371945ce7 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;