0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox components

This commit is contained in:
Mark Otto 2016-02-16 20:34:31 -08:00
parent 4d62aa41c7
commit 63a269d78b

View File

@ -13,6 +13,7 @@
position: relative; position: relative;
display: inline; display: inline;
padding-left: $custom-control-gutter; padding-left: $custom-control-gutter;
cursor: pointer;
+ .custom-control { + .custom-control {
margin-left: $custom-control-spacer-x; margin-left: $custom-control-spacer-x;