Some fixes in focus and click handling (#5847)

This commit is contained in:
Bram Kragten
2020-05-13 12:47:09 +02:00
committed by GitHub
parent 7f1fb6f75f
commit cc46797576
6 changed files with 96 additions and 63 deletions

View File

@@ -184,11 +184,6 @@ class HuiGenericEntityRow extends LitElement {
state-badge {
flex: 0 0 40px;
}
state-badge:focus {
outline: none;
background: var(--divider-color);
border-radius: 100%;
}
:host([rtl]) .flex {
margin-left: 0;
margin-right: 16px;