Don't show tooltip on overflow menu in dashboard toolbar (#27763)

This commit is contained in:
Paul Bottein
2025-11-03 14:30:04 +01:00
committed by Bram Kragten
parent 11d3f5c2ba
commit ee6c82aba9

View File

@@ -391,12 +391,11 @@ class HUIRoot extends LitElement {
slot="trigger"
id="dashboardmenu"
.path=${mdiDotsVertical}
.label=${this.hass!.localize("ui.panel.lovelace.editor.menu.open")}
hide-title
></ha-icon-button>
${listItems}
</ha-button-menu>
<ha-tooltip placement="bottom" for="dashboardmenu">
${this.hass!.localize("ui.panel.lovelace.editor.menu.open")}
</ha-tooltip>
`);
}
return html`${result}`;