fix: External link icon is not visible in doc content.

pull/4712/head
Dusan Vuckovic 5 months ago committed by GitHub
parent 21f24b9994
commit 7df08f6b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -545,6 +545,7 @@
/* prettier-ignore */
:is(.vp-external-link-icon, .vp-doc a[href*='://'], .vp-doc a[target='_blank']):not(:is(.no-icon, svg a, :has(img, svg)))::after {
display: inline-block;
content: '';
margin-top: -1px;
margin-left: 4px;
width: 11px;

Loading…
Cancel
Save