2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1
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;