Skip to content

Commit

Permalink
fix(button): display box shadow correctly for Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed May 9, 2017
1 parent 4b60e89 commit cbe0b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/button.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $button-md-background-color-activated: color-shade($button-md-background-col
$button-md-opacity-activated: 1 !default;

/// @prop - Box shadow of the activated button
$button-md-box-shadow-activated: 0 3px 5px rgba(0, 0, 0, .14), 0 3px 5px rgba(0, 0, 0, .21) !default;
$button-md-box-shadow-activated: 0 3px 5px rgba(0, 0, 0, .14), 0 3px 5px rgba(0, 0, 0, .21), 0 0 0 0 transparent !default;

/// @prop - Background color of the ripple on the button
$button-md-ripple-background-color: #555 !default;
Expand Down

0 comments on commit cbe0b42

Please sign in to comment.