fix(button): use class instead of reflect

fixes #15623
This commit is contained in:
Manu Mtz.-Almeida
2018-10-08 16:02:00 -05:00
parent e2ea08b29b
commit e189cc6ec2
2 changed files with 12 additions and 38 deletions

View File

@ -62,7 +62,7 @@
font-kerning: none;
}
:host([disabled]) {
:host(.button-disabled) {
pointer-events: none;
}