Skip to content

Commit

Permalink
fix(link): reduce outline width
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 21, 2019
1 parent f79fd86 commit e93c23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/link/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

&:focus {
color: $interactive-01;
outline: 3px solid currentColor;
outline: 2px solid currentColor;
outline-offset: 2px;
}

Expand Down

0 comments on commit e93c23e

Please sign in to comment.