Browse Source

Checkbox: fix a typo in checkbox.css

Boik 8 years ago
parent
commit
1e97585690
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/theme-default/src/checkbox.css

+ 1 - 1
packages/theme-default/src/checkbox.css

@@ -216,7 +216,7 @@
       }
     }
     
-    @.is-focus {
+    &.is-focus {
       & .el-checkbox-button__inner {
         border-color: var(--checkbox-button-checked-border-color);
       }