File tree 2 files changed +3
-15
lines changed
2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ This last section shouldn't show up in the nav.
532
532
533
533
== Test external link
534
534
535
- https ://amazon.com[Amazon^]
535
+ http ://amazon.com[Amazon^]
536
536
537
537
https://amazon.com[Amazon]
538
538
Original file line number Diff line number Diff line change 1
- .doc a [target = _blank ]::after {
1
+ .doc a [href ^= "https://" ]::after {
2
2
font-family : "Font Awesome Solid" , serif;
3
3
content : "\f35d" ;
4
4
font-size : inherit;
5
5
color : inherit;
6
6
display : none;
7
7
}
8
8
9
- .doc a [target = _blank ] > .svg-inline--fa {
10
- margin-left : 0.25em ;
11
- }
12
-
13
- .doc a [href *= "//" ]::after {
14
- font-family : "Font Awesome Solid" , serif;
15
- content : "\f35d" ;
16
- font-size : inherit;
17
- color : inherit;
18
- display : none;
19
- }
20
-
21
- .doc a [href *= "//" ] > .svg-inline--fa {
9
+ .doc a [href ^= "https://" ] > .svg-inline--fa {
22
10
margin-left : 0.25em ;
23
11
}
You can’t perform that action at this time.
0 commit comments