Hide user avatars from screen readers in group and room user lists.
Like in pill components, these only duplicate information for screen readers, so hide them. Signed-off-by: Marco Zehe <marcozehe@mailbox.org>
This commit is contained in:
parent
5325b5677f
commit
41e3e266e4
3 changed files with 3 additions and 3 deletions
|
@ -208,7 +208,7 @@ export default createReactClass({
|
|||
}
|
||||
|
||||
const av = (
|
||||
<MemberAvatar member={member} width={36} height={36} />
|
||||
<MemberAvatar member={member} width={36} height={36} aria-hidden="true" />
|
||||
);
|
||||
|
||||
if (member.user) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue