Skip to content

Commit

Permalink
Only recolor external link icon in Link
Browse files Browse the repository at this point in the history
  • Loading branch information
ry5n committed Jun 24, 2019
1 parent 9181edd commit ec75133
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
@@ -1,5 +1,4 @@
.Link {
@include recolor-icon(currentColor);
appearance: none;
display: inline;
text-align: inherit;
Expand All @@ -18,6 +17,7 @@
}

.IconLockup {
@include recolor-icon(currentColor);
display: inline;
white-space: nowrap;

Expand Down

0 comments on commit ec75133

Please sign in to comment.