CheckBox: hide the native input using z-index (#9746)

fix issue #9677 https://github.com/ElemeFE/element/issues/9677
pull/9407/merge
阿林 2018-02-10 18:57:10 +08:00 committed by 杨奕
parent 472b72423e
commit c726289094
1 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@
margin: 0;
width: 0;
height: 0;
left: -999px;
z-index: -1;
}
@include e(label) {
@ -288,7 +288,7 @@
outline: none;
position: absolute;
margin: 0;
left: -999px;
z-index: -1;
}
&.is-checked {