Skip to content

Commit

Permalink
Remove the border around cards (was introduced in 2022.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Savjee committed Nov 27, 2022
1 parent f99929e commit a080e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/button-text-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ export class BoilerplateCard extends LitElement {
box-shadow: 2px 2px rgba(0, 0, 0, 0);
padding: 16px;
outline: none;
border: none;
}
ha-card.edit-preview {
Expand Down

0 comments on commit a080e0d

Please sign in to comment.