Fix user-select in switch control

This commit is contained in:
afc163 2015-09-23 11:44:39 +08:00
parent 8436a1a108
commit 374dca4660

View File

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