mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Remove icon slot (#6964)
This commit is contained in:
parent
af0246cd27
commit
50d37ce4f6
@ -206,7 +206,6 @@ export class HaMediaPlayerBrowse extends LitElement {
|
||||
@click=${this._actionClicked}
|
||||
>
|
||||
<ha-svg-icon
|
||||
slot="icon"
|
||||
.label=${this.hass.localize(
|
||||
`ui.components.media-browser.${this.action}-media`
|
||||
)}
|
||||
|
@ -86,7 +86,7 @@ class HaLongLivedTokens extends LitElement {
|
||||
.title=${this.hass.localize(`ui.common.delete`)}
|
||||
@click=${this._deleteToken}
|
||||
>
|
||||
<ha-svg-icon slot="icon" .path=${mdiDelete}></ha-svg-icon>
|
||||
<ha-svg-icon .path=${mdiDelete}></ha-svg-icon>
|
||||
</mwc-button>
|
||||
</ha-settings-row>`
|
||||
)}
|
||||
|
@ -89,7 +89,7 @@ class HaRefreshTokens extends LitElement {
|
||||
.title=${this.hass.localize(`ui.common.delete`)}
|
||||
@click=${this._deleteToken}
|
||||
>
|
||||
<ha-svg-icon slot="icon" .path=${mdiDelete}></ha-svg-icon>
|
||||
<ha-svg-icon .path=${mdiDelete}></ha-svg-icon>
|
||||
</mwc-button>
|
||||
</div>
|
||||
</ha-settings-row>`
|
||||
|
Loading…
x
Reference in New Issue
Block a user