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

@ -369,7 +369,6 @@ export class Alert implements ComponentInterface, OverlayInterface {
{i.label}
</div>
</div>
{this.mode === 'md' && <ion-ripple-effect></ion-ripple-effect>}
</button>
))}
</div>
@ -429,6 +428,7 @@ export class Alert implements ComponentInterface, OverlayInterface {
<span class="alert-button-inner">
{button.text}
</span>
{this.mode === 'md' && <ion-ripple-effect></ion-ripple-effect>}
</button>
)}
</div>