fix(button): display box shadow correctly for Chrome

See the following bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=713674

References #11585
This commit is contained in:
Brandy Carney
2017-05-09 15:50:30 -04:00
parent 4b60e89849
commit cbe0b42e74

View File

@ -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;