-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the color of PR comment hyperlinks. #13009
Fix the color of PR comment hyperlinks. #13009
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13009 +/- ##
==========================================
- Coverage 42.61% 42.48% -0.14%
==========================================
Files 671 671
Lines 73635 73635
==========================================
- Hits 31382 31282 -100
- Misses 37171 37290 +119
+ Partials 5082 5063 -19
Continue to review full report at Codecov.
|
Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may want to differentiate link color between unvisited and visited link, something like:
a:visited {
color: something;
}
a:link {
color: other;
}
Otherwise, ack.
That shouldn't change (and example above would be a site wide change) and PR is good as is. |
🚀 |
Fix issue #12995 by limiting the grey-color span up to cover the comment header only.