Skip to content

Commit

Permalink
Fix color-fg utilities in links (#1988)
Browse files Browse the repository at this point in the history
* Fix color-fg utilities in links

* Create gorgeous-birds-hear.md
  • Loading branch information
simurai authored Mar 11, 2022
1 parent 315bfc1 commit e3443f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-birds-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Fix color-fg utilities in links
2 changes: 1 addition & 1 deletion src/links/link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
.Link--secondary,
.Link--primary,
.Link--muted {
&:hover [class*='color-text'] {
&:hover [class*='color-fg'] {
color: inherit !important;
}
}

0 comments on commit e3443f1

Please sign in to comment.