mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 21:27:52 +08:00
Radio: fix radio-button not working when other texts are selected (#4217)
This commit is contained in:
parent
a02c6ed3c2
commit
442b713fc3
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user