From 85d1f49763a715583c964c56707d553ea14d6b5d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 15 Apr 2022 06:55:22 -0700 Subject: [PATCH] Allow tapping on the name on a picture entity card (#12332) --- src/panels/lovelace/cards/hui-picture-entity-card.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/lovelace/cards/hui-picture-entity-card.ts b/src/panels/lovelace/cards/hui-picture-entity-card.ts index 087e5e5069..aaab63cb0f 100644 --- a/src/panels/lovelace/cards/hui-picture-entity-card.ts +++ b/src/panels/lovelace/cards/hui-picture-entity-card.ts @@ -200,6 +200,7 @@ class HuiPictureEntityCard extends LitElement implements LovelaceCard { font-size: 16px; line-height: 16px; color: var(--ha-picture-card-text-color, white); + pointer-events: none; } .both {