deps: upgrade rc-checkbox to fix #2744

This commit is contained in:
Benjy Cui 2017-02-28 11:37:29 +08:00
parent 2fb52944e4
commit dd86e33283
2 changed files with 4 additions and 6 deletions

View File

@ -13,11 +13,9 @@
vertical-align: middle;
.@{checkbox-prefix-cls}-wrapper:hover &,
&:hover,
&-focused {
.@{checkbox-inner-prefix-cls} {
border-color: @primary-color;
}
&:hover &-inner,
&-input:focus + &-inner {
border-color: @primary-color;
}
&-inner {

View File

@ -44,7 +44,7 @@
"rc-animate": "~2.3.0",
"rc-calendar": "~7.6.0",
"rc-cascader": "~0.11.0",
"rc-checkbox": "~1.4.0",
"rc-checkbox": "~1.5.0",
"rc-collapse": "~1.6.4",
"rc-dialog": "~6.5.0",
"rc-dropdown": "~1.4.8",