Add label and haspopup for button

This commit is contained in:
Jose Cortinas 2023-09-06 11:05:19 -05:00
parent c8ec9002d3
commit 3a03318875

View file

@ -261,6 +261,8 @@ const renderConflictedFileWithConflictMarkers: React.FunctionComponent<{
<Button
onClick={onDropdownClick}
className="small-button button-group-item arrow-menu"
ariaLabel="Resolution options"
ariaHaspopup="menu"
>
<Octicon symbol={OcticonSymbol.triangleDown} />
</Button>