浏览代码

Switch: not display outline when focused (#12771)

hetech 6 年之前
父节点
当前提交
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) {