mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Prevent "ha-chip" focus outline frame (#14535)
This commit is contained in:
parent
20dff9d25d
commit
b389127f78
@ -77,6 +77,10 @@ export class HaChip extends LitElement {
|
|||||||
span[role="gridcell"] {
|
span[role="gridcell"] {
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user