1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 08:33:31 +01:00

Make bar-gauge card feature non-clickable (#30068)

This commit is contained in:
Paul Bottein
2026-03-09 11:52:09 +01:00
committed by GitHub
parent 5e3c80ef6e
commit 052909ea01

View File

@@ -83,6 +83,7 @@ class HuiBarGaugeCardFeature extends LitElement implements LovelaceCardFeature {
height: var(--feature-height);
border-radius: var(--feature-border-radius);
overflow: hidden;
pointer-events: none !important;
}
:host > div {
height: 100%;