Fix checkbox hover border color

pull/5353/merge
afc163 8 years ago
parent 65d62cd17c
commit 4a20dfcf2f

@ -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;

Loading…
Cancel
Save