mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
style(tap-click): rename activable to activatable
This commit is contained in:
@ -149,6 +149,7 @@ export class Button {
|
||||
const { buttonType, color, expand, fill, mode, shape, size, strong } = this;
|
||||
|
||||
return {
|
||||
'ion-activatable': true,
|
||||
class: {
|
||||
...createColorClasses(color),
|
||||
...getButtonClassMap(buttonType, mode),
|
||||
@ -158,8 +159,7 @@ export class Button {
|
||||
...getButtonTypeClassMap(buttonType, strong ? 'strong' : undefined, mode),
|
||||
...getButtonTypeClassMap(buttonType, fill, mode),
|
||||
'focused': this.keyFocus,
|
||||
},
|
||||
'ion-activable': true,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user