Prevent "ha-chip" focus outline frame (#14535)

This commit is contained in:
Philip Allgaier 2022-12-05 15:55:23 +01:00 committed by GitHub
parent 20dff9d25d
commit b389127f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,10 @@ export class HaChip extends LitElement {
span[role="gridcell"] {
line-height: 14px;
}
:host {
outline: none;
}
`;
}
}