File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ pre > .hljs {
115
115
}
116
116
117
117
/* External link */
118
- .u-exlink ::after {
118
+ a [href ^= "http://" ]: after ,
119
+ a [href ^= "https://" ]: after {
119
120
content : '' ;
120
121
position : relative;
121
122
display : inline-block;
@@ -127,14 +128,16 @@ pre > .hljs {
127
128
background : url(http://github.com/..%3Cspan%20class=pl-c1%3E/%3C/span%3Eimg/link-external.svg) no-repeat top right;
128
129
background-size : auto 100% ;
129
130
}
130
- .u-exlink : hover ,
131
- .u-exlink : focus {
131
+
132
+ a [href ^= "http://" ]: hover ,
133
+ a [href ^= "https://" ]: hover ,
134
+ a [href ^= "http://" ]: focus ,
135
+ a [href ^= "https://" ]: focus {
132
136
cursor : pointer;
133
137
text-decoration : underline;
134
138
outline : none;
135
139
}
136
140
137
-
138
141
/* Content ------------------ */
139
142
140
143
.content {
You can’t perform that action at this time.
0 commit comments