mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Fix outline on mouseover in firefox (#5430)
This commit is contained in:
parent
0241334656
commit
12a7fc9337
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user