Fix checkbox of checked style under Table missing in IE

close #12597
This commit is contained in:
afc163 2018-10-27 17:33:36 +08:00
parent 9afe7bcbff
commit c9e2d8acf6

View File

@ -50,6 +50,9 @@
border-radius: @border-radius-sm;
background-color: @checkbox-check-color;
transition: all .3s;
// Fix IE checked style
// https://github.com/ant-design/ant-design/issues/12597
border-collapse: separate;
&:after {
@check-width: (@checkbox-size / 14) * 5px;