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 12, 2025
1 parent 0092729 commit f00cb6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/restriction-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ class RestrictionCard extends LitElement implements LovelaceCard {
static get styles(): CSSResult {
return css`
:host {
display: inline;
position: relative;
--regular-lock-color: var(--restriction-regular-lock-color, var(--primary-text-color, #212121));
--success-lock-color: var(--restriction-success-lock-color, var(--primary-color, #03a9f4));
Expand Down

0 comments on commit f00cb6e

Please sign in to comment.