Fix checkbox hover border color

This commit is contained in:
afc163 2017-03-29 11:24:35 +08:00
parent 65d62cd17c
commit 4a20dfcf2f

View File

@ -12,7 +12,7 @@
position: relative;
vertical-align: text-bottom;
.@{checkbox-prefix-cls}-wrapper:hover &,
.@{checkbox-prefix-cls}-wrapper:hover &-inner,
&:hover &-inner,
&-input:focus + &-inner {
border-color: @primary-color;