Fix outline on mouseover in firefox (#7052)

This commit is contained in:
Thomas Lovén 2020-09-21 13:10:33 +02:00 committed by GitHub
parent 4b846964be
commit f80bea27a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,10 @@ export class HuiCardOptions extends LitElement {
outline: 2px solid var(--primary-color);
}
::slotted(*) {
display: block;
}
ha-card {
border-top-right-radius: 0;
border-top-left-radius: 0;