fix(fab-button): sets pointer-events none when disabled

relates to #15129
fixes #15120
This commit is contained in:
Manu Mtz.-Almeida
2018-08-10 20:12:58 +02:00
parent b70bb70991
commit 04d33e5630
3 changed files with 7 additions and 1 deletions

View File

@ -81,6 +81,7 @@ export class FabButton {
class: {
...createColorClasses(this.color),
...this.getFabClassMap(),
'fab-button-disabled': this.disabled,
'fab-button-translucent': this.translucent
}
};