Uses information-outline icon for entity more info link (#4016)

This commit is contained in:
Josh McCarty 2019-10-16 07:53:25 -07:00 committed by Bram Kragten
parent c9242a5075
commit 8eca956cd1
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ export class HaDeviceEntitiesCard extends LitElement {
? html` ? html`
<paper-icon-button <paper-icon-button
@click=${this._openMoreInfo} @click=${this._openMoreInfo}
icon="hass:open-in-new" icon="hass:information-outline"
></paper-icon-button> ></paper-icon-button>
` `
: ""} : ""}

View File

@ -144,7 +144,7 @@ class HaPanelDevState extends EventsMixin(PolymerElement) {
<td> <td>
<paper-icon-button <paper-icon-button
on-click="entityMoreInfo" on-click="entityMoreInfo"
icon="hass:open-in-new" icon="hass:information-outline"
alt="More Info" alt="More Info"
title="More Info" title="More Info"
> >