Fix outline on mouseover in firefox (#5430)

This commit is contained in:
Thomas Lovén 2020-04-03 15:25:53 +02:00 committed by GitHub
parent 0241334656
commit 12a7fc9337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ export class HuiCardOptions extends LitElement {
static get styles(): CSSResult {
return css`
:host(:hover) {
overflow: hidden;
outline: 2px solid var(--primary-color);
}