From 16609053acb4ea19be81bdf872bd648126986e0e Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:21:22 +0300 Subject: [PATCH] ha-fab: fix styles for disabled (#29446) * Update ha-fab.ts * fix styles for "disabled" * fix styles * do not change opacity Co-authored-by: Paul Bottein * revert & simplify --------- Co-authored-by: Paul Bottein --- src/components/ha-fab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-fab.ts b/src/components/ha-fab.ts index ab8e68966f..298bfb002c 100644 --- a/src/components/ha-fab.ts +++ b/src/components/ha-fab.ts @@ -39,7 +39,7 @@ export class HaFab extends FabBase { } :disabled { --mdc-theme-secondary: var(--disabled-text-color); - pointer-events: none; + cursor: not-allowed !important; } `, // safari workaround - must be explicit