From 374dca46601bdc8f134f9a5239242cdeb33ec4dd Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 23 Sep 2015 11:44:39 +0800 Subject: [PATCH] Fix user-select in switch control --- style/components/switch.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/components/switch.less b/style/components/switch.less index 27e1a78162..128fd26c3c 100644 --- a/style/components/switch.less +++ b/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;