1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-14 23:18:21 +00:00

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 <paul.bottein@gmail.com>

* revert & simplify

---------

Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
This commit is contained in:
ildar170975
2026-02-11 14:21:22 +03:00
committed by GitHub
parent 7beadb8108
commit 16609053ac

View File

@@ -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