Skip to content

Commit 7412af3

Browse files
committed
Make sure we capture http requests as well as https
1 parent b101440 commit 7412af3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/css/external-link-icon.css

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
.doc a[href^="https://"]::after {
1+
.doc a[href^="https://"]::after,
2+
.doc a[href^="http://"]::after {
23
font-family: "Font Awesome Regular", serif;
34
content: "\f35d";
45
font-size: inherit;
56
color: inherit;
67
display: none;
78
}
89

9-
.doc a[href^="https://"] > .svg-inline--fa {
10+
.doc a[href^="https://"] > .svg-inline--fa,
11+
.doc a[href^="http://"] > .svg-inline--fa {
1012
margin-left: 0.25em;
1113
}

0 commit comments

Comments
 (0)