Fix user-select in switch control

pull/330/head
afc163 9 years ago
parent 8436a1a108
commit 374dca4660

@ -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