mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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`
|
return css`
|
||||||
ha-card {
|
ha-card {
|
||||||
background: none;
|
background: none;
|
||||||
|
backdrop-filter: none;
|
||||||
|
-webkit-backdrop-filter: none;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user