Browse Source

Fix user-select in switch control

pull/330/head
afc163 9 years ago
parent
commit
374dca4660
  1. 1
      style/components/switch.less

1
style/components/switch.less

@ -15,6 +15,7 @@
background-color: #ccc;
cursor: pointer;
transition: all @switch-duration @ease-in-out-circ;
user-select: none;
&-inner {
color:#fff;

Loading…
Cancel
Save