mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Fix user-select in switch control
This commit is contained in:
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…
Reference in New Issue
Block a user