Skip to content

Commit

Permalink
Fix Checkbox border color collapse inside Table under chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 8, 2018
1 parent 4f0d949 commit 5bef1aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/checkbox/style/mixin.less
Expand Up @@ -143,6 +143,7 @@
&:after { &:after {
animation-name: none; animation-name: none;
border-color: @input-disabled-bg; border-color: @input-disabled-bg;
border-collapse: separate;
} }
} }


Expand Down

0 comments on commit 5bef1aa

Please sign in to comment.