Skip to content

Commit d813279

Browse files
committed
fix: add rule to hide external icon in default listing
1 parent dc08084 commit d813279

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/resources/formats/html/_quarto-rules-link-external.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ a.external:after:hover {
2020
cursor: pointer;
2121
}
2222

23+
.quarto-listing-default a.external:after {
24+
content: none;
25+
}
26+
2327
.quarto-ext-icon {
2428
display: inline-block;
2529
font-size: 0.75em;

0 commit comments

Comments
 (0)