fix(tap-click): works inside shadow-dom

adds private ion-activable attribute

fixes #15128
This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 22:48:58 +02:00
parent 270ece0b5e
commit 0dc70f7f6d
10 changed files with 28 additions and 21 deletions

View File

@ -77,7 +77,7 @@ export class FabButton {
hostData() {
return {
'tappable': !this.disabled,
'ion-activable': !this.disabled,
class: {
...createColorClasses(this.color),
...this.getFabClassMap(),