fix(fab-button): set opacity on disabled fab button (#18685)

fixes #18682
This commit is contained in:
Brandy Carney
2019-07-01 10:54:02 -04:00
committed by GitHub
parent 98499acff9
commit 6042b39313

View File

@ -132,7 +132,7 @@
// --------------------------------------------------
:host(.fab-button-disabled) {
--opacity: .5;
opacity: .5;
pointer-events: none;
}