mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Bugfixes
This commit is contained in:
parent
5067d04009
commit
5a103bf5e9
@ -21,6 +21,9 @@ export default new Polymer({
|
||||
},
|
||||
|
||||
entityTapped(ev) {
|
||||
if (ev.target.classList.contains('paper-toggle-button')) {
|
||||
return;
|
||||
}
|
||||
ev.stopPropagation();
|
||||
const entityId = ev.model.item.entityId;
|
||||
this.async(() => moreInfoActions.selectEntity(entityId), 1);
|
||||
|
@ -33,6 +33,7 @@
|
||||
}
|
||||
|
||||
paper-icon-item {
|
||||
padding-left: 24px;
|
||||
cursor: pointer;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user