Commit c7262890 authored by 阿林's avatar 阿林 Committed by 杨奕

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

fix issue #9677 https://github.com/ElemeFE/element/issues/9677
parent 472b7242
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment