Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshekey committed Apr 26, 2021
1 parent 1aeae45 commit b628eda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/css/components/_stacks-buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
text-decoration: none;
cursor: pointer;
user-select: none;


// Guard against the difference in configurable resets
// Eric Meyer's reset does not include this, while normalize.css does
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
Expand Down

0 comments on commit b628eda

Please sign in to comment.