Skip to content

Commit

Permalink
hide external link icon on external links when used with vlt
Browse files Browse the repository at this point in the history
  • Loading branch information
jackahl committed Jan 9, 2024
1 parent ffd62eb commit a1e2f84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/8.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hide external link icon on external links when used with vlt @jackahl
5 changes: 5 additions & 0 deletions src/theme/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
// the gutter to match the other blocks margin.
max-width: calc(var(--default-container-width) + 2 * 10px);
}

//Hide the external link logo when used with VLT
.content-area .block.logos a.external::after {
content: none;
}

0 comments on commit a1e2f84

Please sign in to comment.