Skip to content

Commit

Permalink
Merge pull request #634 from StackExchange/appearance
Browse files Browse the repository at this point in the history
Add appearance:button to s-btn
  • Loading branch information
aaronshekey authored Apr 26, 2021
2 parents f46b126 + b628eda commit 791dbdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/css/components/_stacks-buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
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;

// Override for buttons having inline-block by default
&.grid {
display: flex;
Expand Down

0 comments on commit 791dbdd

Please sign in to comment.