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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user