mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(tap-click): works inside shadow-dom
adds private ion-activable attribute fixes #15128
This commit is contained in:
@ -157,7 +157,7 @@ export class Button {
|
||||
...getColorClassMap(buttonType, color, fill, mode),
|
||||
'focused': this.keyFocus,
|
||||
},
|
||||
'tappable': true,
|
||||
'ion-activable': true,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user