Skip to content

Commit

Permalink
fix(icon): don't allow user text selection by default
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 558041454
  • Loading branch information
asyncLiz authored and Copybara-Service committed Aug 18, 2023
1 parent 156ca3c commit 53aab28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions icon/internal/_icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
overflow: hidden;
letter-spacing: normal;
text-transform: none;
user-select: none;
white-space: nowrap;
word-wrap: normal;

Expand Down

0 comments on commit 53aab28

Please sign in to comment.