mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Disable backdrop filter on Heading Card (#22204)
This commit is contained in:
parent
5de888c91a
commit
a21e17fb23
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user