fix: Revert checkbox z-index

fix #10480

ref #10452

reverted for #10385
This commit is contained in:
afc163 2018-05-18 15:36:54 +08:00
parent df7ef9a833
commit 7c4f6e8b2a
2 changed files with 1 additions and 4 deletions

View File

@ -72,6 +72,7 @@
&-input {
position: absolute;
left: 0;
z-index: 1;
cursor: pointer;
opacity: 0;
top: 0;

View File

@ -362,10 +362,6 @@
border-radius: @border-radius-base;
box-shadow: @box-shadow-base;
.@{ant-prefix}-checkbox-input {
z-index: 1;
}
.@{ant-prefix}-dropdown-menu {
border: 0;
box-shadow: none;