mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
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:
@ -49,7 +49,7 @@ $button-md-background-color-activated: color-shade($button-md-background-col
|
|||||||
$button-md-opacity-activated: 1 !default;
|
$button-md-opacity-activated: 1 !default;
|
||||||
|
|
||||||
/// @prop - Box shadow of the activated button
|
/// @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
|
/// @prop - Background color of the ripple on the button
|
||||||
$button-md-ripple-background-color: #555 !default;
|
$button-md-ripple-background-color: #555 !default;
|
||||||
|
Reference in New Issue
Block a user