mirror of https://github.com/ElemeFE/element
Radio: remove native input's offset of radio button (#10592)
parent
4b5000ffeb
commit
ae32925318
|
@ -54,7 +54,6 @@
|
||||||
outline: none;
|
outline: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
left: -999px;
|
|
||||||
|
|
||||||
&:checked {
|
&:checked {
|
||||||
& + .el-radio-button__inner {
|
& + .el-radio-button__inner {
|
||||||
|
|
Loading…
Reference in New Issue