mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(fab-button): set opacity on disabled fab button (#18685)
fixes #18682
This commit is contained in:
@ -132,7 +132,7 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
:host(.fab-button-disabled) {
|
:host(.fab-button-disabled) {
|
||||||
--opacity: .5;
|
opacity: .5;
|
||||||
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user