Disable backdrop filter on Heading Card (#22204)

This commit is contained in:
Adam Kapos 2024-10-03 10:45:29 +03:00 committed by GitHub
parent bc51b53b4a
commit 44948a3474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,6 +129,8 @@ export class HuiHeadingCard extends LitElement implements LovelaceCard {
return css`
ha-card {
background: none;
backdrop-filter: none;
-webkit-backdrop-filter: none;
border: none;
box-shadow: none;
padding: 0;