Slightly better presentation of read receipts to screen reader users (#8662)
This commit is contained in:
parent
e1e87ac019
commit
c1c3ed6a9e
2 changed files with 4 additions and 1 deletions
|
@ -199,10 +199,12 @@ export function ReadReceiptGroup(
|
|||
|
||||
return (
|
||||
<div className="mx_EventTile_msgOption">
|
||||
<div className="mx_ReadReceiptGroup">
|
||||
<div className="mx_ReadReceiptGroup" role="group" aria-label={_t("Read receipts")}>
|
||||
<AccessibleButton
|
||||
className="mx_ReadReceiptGroup_button"
|
||||
inputRef={button}
|
||||
aria-label={tooltipText}
|
||||
aria-haspopup="true"
|
||||
onClick={openMenu}
|
||||
onMouseOver={showTooltip}
|
||||
onMouseLeave={hideTooltip}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue