mirror of https://github.com/ElemeFE/element
Switch: not display outline when focused (#12771)
parent
b5f3a1a063
commit
1cbc9f6363
|
@ -49,9 +49,6 @@
|
||||||
height: 0;
|
height: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
&:focus ~ .el-switch__core {
|
|
||||||
outline: 1px solid $--color-primary;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include e(core) {
|
@include e(core) {
|
||||||
|
|
Loading…
Reference in New Issue