Don't show tooltip for ha button menu in top bar (#27723)

This commit is contained in:
Paul Bottein 2025-10-30 18:17:38 +01:00 committed by GitHub
parent fe41e72774
commit e3abe9736c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -321,6 +321,8 @@ class HUIRoot extends LitElement {
.id="button-${index}"
.path=${item.icon}
slot="trigger"
.label=${label}
hide-title
></ha-icon-button>
${item.subItems
.filter((subItem) => subItem.visible)
@ -340,9 +342,6 @@ class HUIRoot extends LitElement {
`
)}
</ha-button-menu>
<ha-tooltip placement="bottom" .for="button-${index}">
${label}
</ha-tooltip>
`
: html`
<ha-icon-button