mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
@ -59,12 +59,11 @@ export class BackButton implements ComponentInterface {
|
||||
const showBackButton = this.defaultHref !== undefined;
|
||||
|
||||
return {
|
||||
'ion-activatable': true,
|
||||
class: {
|
||||
...createColorClasses(this.color),
|
||||
|
||||
// ion-buttons target .button
|
||||
'button': true,
|
||||
'button': true, // ion-buttons target .button
|
||||
'ion-activatable': true,
|
||||
'show-back-button': showBackButton
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user