Skip to content

Commit

Permalink
Fix Chrome rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed May 17, 2024
1 parent bf50410 commit cc45ff4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ html.is-clipped--nav {
}

.nav-list a.link-external::after {
content: url(../img/octicons-16.svg#view-link-external);
width: 16px;
height: 16px;
content: url(../img/link-external.svg);
width: 14px;
height: 14px;
display: inline-block;
vertical-align: middle;
margin: 0 0 2px 5px;
margin: 0 0 6px 5px;
filter: opacity(0.5);
}

Expand Down
1 change: 1 addition & 0 deletions src/img/link-external.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 cc45ff4

Please sign in to comment.