fix Checkbox border

This commit is contained in:
afc163 2016-11-09 20:38:57 +08:00
parent 1903990315
commit 563f8120cd

View File

@ -93,6 +93,7 @@
.@{checkbox-prefix-cls}-indeterminate {
.@{checkbox-inner-prefix-cls} {
background-color: @primary-color;
border-color: @primary-color;
}
}