Skip to content

Commit

Permalink
Navigation Component: Make sure the button takes up the whole row (#2…
Browse files Browse the repository at this point in the history
…8230)

Fix odd focus outline of Navigation component button.
  • Loading branch information
david-szabo97 authored Jan 15, 2021
1 parent c386782 commit 9b323e8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ export const ItemBaseUI = styled.li`
button,
a {
width: 100%;
&:hover,
&:focus:not( [aria-disabled='true'] ):active,
&:active:not( [aria-disabled='true'] ):active {
Expand Down

0 comments on commit 9b323e8

Please sign in to comment.