Switch: not display outline when focused (#12771)

pull/12776/head
hetech 2018-09-14 21:05:02 +08:00 committed by morning
parent b5f3a1a063
commit 1cbc9f6363
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@
height: 0;
opacity: 0;
margin: 0;
&:focus ~ .el-switch__core {
outline: 1px solid $--color-primary;
}
}
@include e(core) {