Skip to content

Commit 99756dd

Browse files
committed
fix: use .eds-icon selector instead of > svg in Link
1 parent 3ee850c commit 99756dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/eds-core-react/src/components/next/Link/link.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
border-radius: var(--eds-spacing-border-radius-rounded);
5353
}
5454

55-
.eds-link[data-variant='standalone'] > svg {
55+
.eds-link[data-variant='standalone'] .eds-icon {
5656
color: var(--eds-color-text-strong);
5757
}
5858
}

0 commit comments

Comments
 (0)