Skip to content

Commit b199885

Browse files
committed
fix: invalid css
1 parent 30b323d commit b199885

File tree

1 file changed

+2
-5
lines changed
  • src/client/theme-default/styles/components

1 file changed

+2
-5
lines changed

src/client/theme-default/styles/components/vp-doc.css

+2-5
Original file line numberDiff line numberDiff line change
@@ -538,11 +538,8 @@
538538
max-width: calc((100% - 24px) / 2) !important;
539539
}
540540

541-
:is(
542-
.vp-external-link-icon,
543-
.vp-doc a[href*='://'],
544-
.vp-doc a[target='_blank']
545-
)::after {
541+
:is(.vp-external-link-icon, .vp-doc a[href*="://"], .vp-doc a[target="_blank"])::after
542+
{
546543
display: inline-block;
547544
margin-top: -1px;
548545
margin-left: 4px;

0 commit comments

Comments
 (0)