Skip to content

Commit

Permalink
fix(Button): make text button selectable, close #2248
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Oct 15, 2020
1 parent 0d8fc47 commit 467acf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/button/main.scss
Expand Up @@ -265,6 +265,7 @@
&-text {
box-shadow: none;
border-radius: 0;
user-select: text;

&.hover,
&:hover {
Expand Down

0 comments on commit 467acf9

Please sign in to comment.