-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
code within a link label does not look linkified #7339
Comments
+1 to make |
Does this require input or agreement from multiple people? If it's okay, I can give it a try. |
Go ahead ! |
2cents: Instead of green make it have a green underline. |
Hmm, I would keep it consistent: When two things are styled differently, I expect some kind of difference. If there's suddenly an underline that doesn't occur elsewhere, I would think "what is this underline" (whereas if the colour is the link colour, my brain already recognises that and will think "link"). |
…7339) (#7386) Co-authored-by: mpruser <[email protected]>
URL:
https://nodejs-pxw2fivbz-openjs.vercel.app/en/learn/modules/publishing-a-package
Browser Name:
Brave (Chromium)
Browser Version:
131.0.6778.108
Operating System:
macOS 14.6
How to reproduce the issue:
In the above, I would expect the
color
ofrequire()
to be the same as the link colour (green).I believe the current is unintentional, and due to the style of
main code
having the same css specificity thanmain a
(both0,0,2
), but last wins, andmain code
occurs after.I think
color
of link should have higher specificity to ensure it is not overridden.The text was updated successfully, but these errors were encountered: