fix(ripple-effect): follow MD spec (#16330)

* fix(ripple-effect): follow md spec

* add box-shadow back

* add ripple effect to alert and action-sheet
This commit is contained in:
Manu MA
2018-11-15 16:08:39 +01:00
committed by GitHub
parent 02a266cc85
commit 6d5944613a
14 changed files with 109 additions and 59 deletions

View File

@ -6,7 +6,7 @@
:host {
--background: #{$fab-md-background-color};
--background-activated: #{$fab-md-background-color-activated};
--background-activated: var(--background);
--background-focused: var(--background-activated);
--color: #{$fab-md-text-color};
--color-activated: #{$fab-md-text-color};
@ -45,4 +45,4 @@
:host(.fab-button-in-list) ::slotted(ion-icon) {
font-size: $fab-md-list-button-icon-font-size;
}
}