diff --git a/src/components/ha-chip.ts b/src/components/ha-chip.ts index 88bfc8be3c..d9fa23971f 100644 --- a/src/components/ha-chip.ts +++ b/src/components/ha-chip.ts @@ -77,6 +77,10 @@ export class HaChip extends LitElement { span[role="gridcell"] { line-height: 14px; } + + :host { + outline: none; + } `; } }