File tree Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 180
180
color : var (--link_unresolved-font-color ) !important ;
181
181
}
182
182
183
- .doc a .external ::after {
184
- font-family : "Material Icons Outlined" , sans-serif;
185
- content : "\e89e" ;
186
- font-size : calc (16 / var (--rem-base ) * 1rem );
187
- vertical-align : bottom;
188
- margin-left : var (--ds-space-h );
189
- font-weight : normal;
190
- }
191
-
192
- .doc a .ds-button .external ::after {
193
- margin-left : calc (6 / var (--rem-base ) * 1rem );
194
- margin-bottom : var (--ds-space-q );
195
- font-size : calc (20 / var (--rem-base ) * 1rem );
196
- }
197
-
198
183
.doc i .fa {
199
184
hyphens : none;
200
185
font-style : normal;
Original file line number Diff line number Diff line change
1
+ .doc a .external ::after ,
2
+ .doc a [href ^= "https://" ]: not ([href *= "docs.datastax.com" ]): not ([href *= "localhost" ]): not ([href *= "127.0.0.1" ]): not (.remove-ext-icon )::after ,
3
+ .doc a [href ^= "http://" ]: not ([href *= "docs.datastax.com" ]): not ([href *= "localhost" ]): not ([href *= "127.0.0.1" ]): not (.remove-ext-icon )::after {
4
+ font-family : "Material Icons Outlined" , sans-serif;
5
+ content : '\e89e' ;
6
+ font-size : calc (16 / var (--rem-base ) * 1rem );
7
+ vertical-align : bottom;
8
+ margin-left : var (--ds-space-h );
9
+ font-weight : normal;
10
+ }
Original file line number Diff line number Diff line change 28
28
@import "print.css" ;
29
29
@import "docsearch.css" ;
30
30
@import "tailwind/tailwind.css" ;
31
+ @import "external-link-icon.css" ;
You can’t perform that action at this time.
0 commit comments