Skip to content

Commit 5bef1aa

Browse files
committed
Fix Checkbox border color collapse inside Table under chrome
https://gw.alipayobjects.com/zos/rmsportal/IfMpUxFpHMcPkgDFsCuH.png
1 parent 4f0d949 commit 5bef1aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/checkbox/style/mixin.less

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
&:after {
144144
animation-name: none;
145145
border-color: @input-disabled-bg;
146+
border-collapse: separate;
146147
}
147148
}
148149

0 commit comments

Comments
 (0)