Skip to content

Commit

Permalink
fix: link focus color
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Aug 20, 2021
1 parent 3ca2ff5 commit b69ab90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/link/bem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

.utrecht-link:focus,
.utrecht-link--focus {
@include utrecht-focus();
color: var(--utrecht-link-focus-color, var(--utrecht-link-color));
text-decoration: var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline));
@include utrecht-focus();
}

/* stylelint-disable-next-line block-no-empty */
Expand Down

0 comments on commit b69ab90

Please sign in to comment.