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