Browse Source

fix chekbox style

pull/520/head
afc163 9 years ago
parent
commit
4b20e08c20
  1. 5
      style/components/checkbox.less

5
style/components/checkbox.less

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

Loading…
Cancel
Save