Skip to content

Commit

Permalink
Update expternal link icon
Browse files Browse the repository at this point in the history
  • Loading branch information
iAdramelk committed Dec 2, 2019
1 parent 967a225 commit dd4cd8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
14 changes: 6 additions & 8 deletions src/Documentation/Markdown/Markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,16 +390,14 @@ export const GithubLink = styled(LightButton)`
`

const ExternalLink = styled.a`
position: relative;
padding-right: 21px;
&:after {
position: absolute;
top: 2px;
position: relative;
top: 1px;
right: 0;
width: 16px;
height: 16px;
/* Icon source https://www.iconfinder.com/icons/2561428/external_link_icon */
width: 12px;
height: 12px;
margin-left: 1px;
/* Icon source https://en.wikipedia.org/w/skins/Vector/images/external-link-ltr-icon.svg */
content: url(/static/img/external-link.svg);
}
`
7 changes: 6 additions & 1 deletion static/img/external-link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd4cd8a

Please sign in to comment.