fix chekbox style

This commit is contained in:
afc163 2015-11-13 23:09:04 +08:00
parent 8a48f3c2a5
commit 4b20e08c20

View File

@ -80,6 +80,11 @@
height: 1px;
}
}
&:hover {
.@{checkbox-inner-prefix-cls} {
border-color: @primary-color;
}
}
}
// 选中状态
.@{checkbox-wrap-prefix-cls}-checked {