mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Add tabIndex to the button to make it keyboard focusable
Signed-off-by: Marco Zehe <marcozehe@mailbox.org>
This commit is contained in:
parent
78555ed422
commit
19e6587548
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ export default class ReactionsRowButton extends React.PureComponent {
|
|||
return <span className={classes}
|
||||
role="button"
|
||||
aria-label={label}
|
||||
tabindex="0"
|
||||
onClick={this.onClick}
|
||||
onMouseOver={this.onMouseOver}
|
||||
onMouseOut={this.onMouseOut}
|
||||
|
|
Loading…
Reference in a new issue