fix Checkbox cursor, #1076

This commit is contained in:
afc163 2016-02-24 20:30:54 +08:00
parent feaf02b406
commit d1acaac78c

View File

@ -156,6 +156,10 @@
}
}
.@{checkbox-prefix-cls}-wrapper {
cursor: pointer;
}
.@{checkbox-prefix-cls}-wrapper + span,
.@{checkbox-prefix-cls} + span {
margin-left: 8px;