Skip to content

Commit

Permalink
Merge pull request #9 from kitconcept/external-link-icon-hide
Browse files Browse the repository at this point in the history
hide external link icon on external links when used with vlt
  • Loading branch information
jackahl authored Jan 9, 2024
2 parents ffd62eb + a1e2f84 commit 746e997
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 746e997

Please sign in to comment.