소스 검색

Switch: not display outline when focused (#12771)

hetech 7 년 전
부모
커밋
1cbc9f6363
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      packages/theme-chalk/src/switch.scss

+ 0 - 3
packages/theme-chalk/src/switch.scss

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