mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 14:57:20 +00:00
Allow tapping on the name on a picture entity card (#12332)
This commit is contained in:
parent
7723d47ac1
commit
85d1f49763
@ -200,6 +200,7 @@ class HuiPictureEntityCard extends LitElement implements LovelaceCard {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: var(--ha-picture-card-text-color, white);
|
color: var(--ha-picture-card-text-color, white);
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.both {
|
.both {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user