Skip to content

apps: Improve a11y of the remove buttons from handler_dialog

In the File & Link Associations dialog (handler_dialog), the remove button from list rows doesn't have a tooltip; also, Orca doesn't read this button properly, since there is no a11y label.

Fix that by adding a tooltip, which also acts as an a11y label.

Screenshot_from_2024-02-20_05-57-23 Screenshot_from_2024-02-20_05-57-17

Merge request reports