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
1 changed files with 1 additions and 0 deletions

View File

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