Skip to content
Snippets Groups Projects
Commit 96e9a19e authored by chris's avatar chris
Browse files

add aria pressed button

parent 0c725919
No related branches found
No related tags found
1 merge request!458Hhmi accessibility
...@@ -91,6 +91,7 @@ const MenuButton = props => { ...@@ -91,6 +91,7 @@ const MenuButton = props => {
return ( return (
<Wrapper <Wrapper
active={active} active={active}
aria-pressed={active || false}
className={className} className={className}
disabled={disabled} disabled={disabled}
onMouseDown={onMouseDown} onMouseDown={onMouseDown}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment