Skip to content

Commit

Permalink
fix(theme): hide external link icon when using ".VPBadge" class. (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Messi authored Jan 16, 2025
1 parent 4c469a0 commit 88f96e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theme/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
-webkit-text-decoration: underline solid;
text-decoration: underline solid;
}

.vp-doc a:has(.VPBadge)::after {
display: none !important;
}

0 comments on commit 88f96e1

Please sign in to comment.