Fix double tooltip on collapsed Quick Settings button (#33923)

* Fix double tooltip on collapsed Quick Settings button

* Update snapshot
This commit is contained in:
Michael Telatynski
2026-06-22 10:31:48 +00:00
committed by GitHub
parent 02ab1943a1
commit 1a3d5bbfff
2 changed files with 0 additions and 2 deletions
@@ -144,7 +144,6 @@ const QuickSettingsButton: React.FC<{
aria-label={_t("quick_settings|title")}
className={classNames("mx_QuickSettingsButton", { expanded: !isPanelCollapsed })}
onClick={openMenu}
title={isPanelCollapsed ? _t("quick_settings|title") : undefined}
ref={handle}
aria-expanded={!isPanelCollapsed}
>
@@ -371,7 +371,6 @@ exports[`<SpacePanel /> should show all activated MetaSpaces in the correct orde
role="button"
style="--cpd-icon-button-size: 32px;"
tabindex="0"
title="Quick settings"
>
<div
class="_indicator-icon_147l5_17"