extensions-app: Add tooltips to icon-only buttons

Also, remove their a11y labels, because Orca also
reads tooltips.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3271>
This commit is contained in:
Automeris naranja 2024-04-16 21:56:06 -03:00
parent 2c08fe6201
commit 94ba7a5df2
2 changed files with 2 additions and 6 deletions

View File

@ -101,12 +101,10 @@
</child>
<child type="suffix">
<object class="GtkMenuButton">
<property name="tooltip-text" translatable="yes">Extension Details</property>
<property name="icon-name">view-more-symbolic</property>
<property name="has-frame">false</property>
<property name="valign">center</property>
<accessibility>
<property name="label" translatable="yes">Extension Details</property>
</accessibility>
<property name="popover">
<object class="GtkPopover" id="detailsPopover">
<style>

View File

@ -136,12 +136,10 @@
<property name="use-underline">true</property>
<child type="suffix">
<object class="GtkMenuButton">
<property name="tooltip-text" translatable="yes">More Information</property>
<property name="valign">center</property>
<property name="has-frame">false</property>
<property name="icon-name">info-outline-symbolic</property>
<accessibility>
<property name="label" translatable="yes">More Information</property>
</accessibility>
<property name="popover">
<object class="GtkPopover" id="infoPopover">
<property name="child">