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