Skip to content

Commit 88f1cca

Browse files
authored
chore: Inherit font smoothing for secondary links (#672)
1 parent 090a87d commit 88f1cca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/link/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ $font-sizes: (
3232
@if $variant == 'info' {
3333
@include styles.font-smoothing;
3434
}
35+
@if $variant == 'secondary' {
36+
-webkit-font-smoothing: inherit;
37+
-moz-osx-font-smoothing: inherit;
38+
}
3539
@include styles.link-style(map.get(constants.$link-variants, $variant));
3640
}
3741
}

0 commit comments

Comments
 (0)