1
1
mirror of https://github.com/primer/css.git synced 2024-11-25 18:26:14 +03:00

Fix color-fg utilities in links (#1988)

* Fix color-fg utilities in links

* Create gorgeous-birds-hear.md
This commit is contained in:
simurai 2022-03-12 02:01:15 +09:00 committed by GitHub
parent 315bfc19a3
commit e3443f1a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Fix color-fg utilities in links

View File

@ -49,7 +49,7 @@
.Link--secondary,
.Link--primary,
.Link--muted {
&:hover [class*='color-text'] {
&:hover [class*='color-fg'] {
color: inherit !important;
}
}