Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
feat(button): Add user-select: none; to button (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
BBosman authored and traviskaufman committed Feb 8, 2017
1 parent 49f1167 commit 2b319dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-button/mdc-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
user-select: none;
box-sizing: border-box;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(black, .18);
Expand Down

0 comments on commit 2b319dd

Please sign in to comment.