Skip to content

Commit e3443f1

Browse files
authored
Fix color-fg utilities in links (#1988)
* Fix color-fg utilities in links * Create gorgeous-birds-hear.md
1 parent 315bfc1 commit e3443f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/gorgeous-birds-hear.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Fix color-fg utilities in links

src/links/link.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
.Link--secondary,
5050
.Link--primary,
5151
.Link--muted {
52-
&:hover [class*='color-text'] {
52+
&:hover [class*='color-fg'] {
5353
color: inherit !important;
5454
}
5555
}

0 commit comments

Comments
 (0)