mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Uses information-outline icon for entity more info link (#4016)
This commit is contained in:
parent
c9242a5075
commit
8eca956cd1
@ -81,7 +81,7 @@ export class HaDeviceEntitiesCard extends LitElement {
|
||||
? html`
|
||||
<paper-icon-button
|
||||
@click=${this._openMoreInfo}
|
||||
icon="hass:open-in-new"
|
||||
icon="hass:information-outline"
|
||||
></paper-icon-button>
|
||||
`
|
||||
: ""}
|
||||
|
@ -144,7 +144,7 @@ class HaPanelDevState extends EventsMixin(PolymerElement) {
|
||||
<td>
|
||||
<paper-icon-button
|
||||
on-click="entityMoreInfo"
|
||||
icon="hass:open-in-new"
|
||||
icon="hass:information-outline"
|
||||
alt="More Info"
|
||||
title="More Info"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user