mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 03:19:44 +00:00
Don't show tooltip on overflow menu in dashboard toolbar (#27763)
This commit is contained in:
committed by
Bram Kragten
parent
11d3f5c2ba
commit
ee6c82aba9
@@ -391,12 +391,11 @@ class HUIRoot extends LitElement {
|
|||||||
slot="trigger"
|
slot="trigger"
|
||||||
id="dashboardmenu"
|
id="dashboardmenu"
|
||||||
.path=${mdiDotsVertical}
|
.path=${mdiDotsVertical}
|
||||||
|
.label=${this.hass!.localize("ui.panel.lovelace.editor.menu.open")}
|
||||||
|
hide-title
|
||||||
></ha-icon-button>
|
></ha-icon-button>
|
||||||
${listItems}
|
${listItems}
|
||||||
</ha-button-menu>
|
</ha-button-menu>
|
||||||
<ha-tooltip placement="bottom" for="dashboardmenu">
|
|
||||||
${this.hass!.localize("ui.panel.lovelace.editor.menu.open")}
|
|
||||||
</ha-tooltip>
|
|
||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
return html`${result}`;
|
return html`${result}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user