File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed
Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 10451045 padding-left : calc (28 / var (--rem-base ) * 1rem );
10461046 }
10471047
1048- .doc a .external ::after ,
1049- .doc a [href ^= "https://" ]: not ([href *= "docs.datastax.com" ]): not ([href *= "localhost" ]): not ([href *= "127.0.0.1" ]): not (.remove-ext-icon )::after ,
1050- .doc a [href ^= "http://" ]: not ([href *= "docs.datastax.com" ]): not ([href *= "localhost" ]): not ([href *= "127.0.0.1" ]): not (.remove-ext-icon )::after
1051- {
1052- font-family : "Material Icons Outlined" , sans-serif;
1053- content : "\e89e" ;
1054- font-size : calc (16 / var (--rem-base ) * 1rem );
1055- vertical-align : bottom;
1056- margin-left : var (--ds-space-h );
1057- font-weight : normal;
1048+ .doc a .external ,
1049+ .doc a [href ^= "https://" ],
1050+ .doc a [href ^= "http://" ] {
1051+ & : not (
1052+ .remove-ext-icon ,
1053+ : has (img ),
1054+ : has (svg ),
1055+ [href *= "docs.datastax.com" ],
1056+ [href *= "localhost" ],
1057+ [href *= "127.0.0.1" ]
1058+ )::after {
1059+ font-family : "Material Icons Outlined" , sans-serif;
1060+ content : "\e89e" ;
1061+ font-size : calc (16 / var (--rem-base ) * 1rem );
1062+ vertical-align : bottom;
1063+ margin-left : var (--ds-space-h );
1064+ font-weight : normal;
1065+ }
10581066 }
10591067}
You can’t perform that action at this time.
0 commit comments