mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -76,7 +76,7 @@ export class FabButton {
|
||||
hostData() {
|
||||
|
||||
return {
|
||||
'tappable': true,
|
||||
'tappable': !this.disabled,
|
||||
class: {
|
||||
...createColorClasses(this.color),
|
||||
...this.getFabClassMap(),
|
||||
|
Reference in New Issue
Block a user