Skip to content

Commit 80a53ec

Browse files
committed
Make add/remove co-authors button keyboard accessible
1 parent bf05ca8 commit 80a53ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/ui/changes/commit-message.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,6 @@ export class CommitMessage extends React.Component<
530530
<button
531531
className="co-authors-toggle"
532532
onClick={this.onCoAuthorToggleButtonClick}
533-
tabIndex={-1}
534533
aria-label={this.toggleCoAuthorsText}
535534
disabled={this.props.isCommitting === true}
536535
>

0 commit comments

Comments
 (0)