Skip to content

Commit

Permalink
Update restriction-card.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar170975 authored Jan 17, 2025
1 parent 8470f4f commit 6a703bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/restriction-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ class RestrictionCard extends LitElement implements LovelaceCard {
}
div:has(#card) {
height: 100%;
position: relative;
}
ha-icon {
--mdc-icon-size: var(--lock-icon-size);
Expand All @@ -292,7 +293,6 @@ class RestrictionCard extends LitElement implements LovelaceCard {
top: 0;
bottom: 0;
z-index: 1;
display: flex;
color: var(--regular-lock-color);
background: var(--restriction-overlay-background, unset);
}
Expand Down

0 comments on commit 6a703bb

Please sign in to comment.