fix(theme/regression): external link icon not working

closes #3424
pull/3431/head
Divyansh Singh 6 months ago
parent f8fe3aec39
commit c236570f28

@ -190,9 +190,4 @@ const pageName = computed(() =>
.VPDoc.has-aside .content-container { .VPDoc.has-aside .content-container {
max-width: 688px; max-width: 688px;
} }
.external-link-icon-enabled :is(.vp-doc a[href*='://'], .vp-doc a[target='_blank'])::after {
content: '';
color: currentColor;
}
</style> </style>

@ -558,3 +558,9 @@
.vp-external-link-icon::after { .vp-external-link-icon::after {
content: ''; content: '';
} }
/* prettier-ignore */
.external-link-icon-enabled :is(.vp-doc a[href*='://'], .vp-doc a[target='_blank'])::after {
content: '';
color: currentColor;
}

Loading…
Cancel
Save