Skip to content

Commit db5ff26

Browse files
committed
remove external link icon from buttons [netlify-ignore]
1 parent 941878e commit db5ff26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_sass/components/_markdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293

294294
}
295295

296-
a[target="_blank"]:after{
296+
a[target="_blank"]:after:not(.reference-button){
297297
content: url("/docs/images/external-link-alt-solid.svg");
298298
margin-left: 4px;
299299
}

0 commit comments

Comments
 (0)