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
bc51b53b4a
commit
44948a3474
@ -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