Skip to content

Commit

Permalink
fix(console): set user select to none for link button (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsijie authored Jul 7, 2022
1 parent 78cba36 commit d293de0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
text-decoration: none;
display: inline-flex;
align-items: center;
user-select: none;

> *:not(:first-child) {
margin-left: _.unit(1);
Expand Down

0 comments on commit d293de0

Please sign in to comment.