Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(link): Fixed external link icon in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherif-Elhefnawy authored and thomaspink committed Mar 23, 2022
1 parent 90e421c commit eec1750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/barista-components/style/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ a.dt-link {
a.dt-link.dt-theme-dark {
@include dt-link-dark();

&::after {
background: dt-external-link-icon(#ffffff);
&.dt-external::after {
background-image: dt-external-link-icon(#ffffff);
}
}

0 comments on commit eec1750

Please sign in to comment.