mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Add label and haspopup for button
This commit is contained in:
parent
c8ec9002d3
commit
3a03318875
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue