Skip to content

Commit

Permalink
Merge pull request #271 from storybookjs/4979-ensure-keyboard-focused…
Browse files Browse the repository at this point in the history
…-buttons-are-outlined

Ensure outline appears on LinkButton keyboard focus
  • Loading branch information
darleendenno authored Jun 28, 2021
2 parents 0134522 + d185c96 commit 6020685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const LinkButton = styled.button`
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
`;

/**
Expand Down

0 comments on commit 6020685

Please sign in to comment.