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

@ -157,7 +157,7 @@ export class Button {
...getColorClassMap(buttonType, color, fill, mode),
'focused': this.keyFocus,
},
'tappable': true,
'ion-activable': true,
};
}