Skip to content

Commit d11704c

Browse files
authored
Merge pull request #2609 from segmentio/DOC-483
Removed the hyperlink new tab icon [DOC-483]
2 parents e405047 + c194c8c commit d11704c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/_sass/components/_markdown.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,10 @@
308308

309309
}
310310

311-
a[target="_blank"]:not(.reference-button):after {
312-
content: url("/docs/images/external-link-alt-solid.svg");
313-
margin-left: 4px;
314-
}
311+
//a[target="_blank"]:not(.reference-button):after {
312+
//content: url("/docs/images/external-link-alt-solid.svg");
313+
// margin-left: 4px;
314+
//}
315315

316316
a.no-icon[target="_blank"]:after {
317317
content: none
@@ -436,4 +436,4 @@ div.highlighter-rouge {
436436
color: black;
437437
font-weight: bold;
438438
margin-left: 3px
439-
}
439+
}

0 commit comments

Comments
 (0)