瀏覽代碼

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) {