Radio: fix radio-button not working when other texts are selected (#4217)

This commit is contained in:
杨奕 2017-04-14 19:18:12 +08:00 committed by baiyaaaaa
parent a02c6ed3c2
commit 442b713fc3

View File

@ -24,7 +24,6 @@
position: relative; position: relative;
cursor: pointer; cursor: pointer;
transition: var(--all-transition); transition: var(--all-transition);
@utils-user-select none;
@mixin button-size var(--button-padding-vertical), var(--button-padding-horizontal), var(--button-font-size), 0; @mixin button-size var(--button-padding-vertical), var(--button-padding-horizontal), var(--button-font-size), 0;