Commit 43d3eb1beaa0ea70c19ff307bc7562565a802a58

Authored by Aresn
Committed by GitHub
1 parent 11d8490e

Update switch.less

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/styles/components/switch.less
... ... @@ -166,7 +166,7 @@
166 166 }
167 167 }
168 168  
169   - &-disabled.&-checked{
  169 + &-disabled&-checked{
170 170 border-color: @primary-color;
171 171 background-color: @primary-color;
172 172 opacity: .4;
... ...