-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: restore color for visited links #35108
Conversation
A previous change altered the rendering of visited links. This restores it.
@aduh95 @DerekNonGeneric @nodejs/website |
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.
LGTM
People don't want to know which links they have already visited? |
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.
I see now why this can result in sub-par documentation browsing experience.
Could also use a slightly darker green for visited links. Sometimes it's a useful feature. |
Collaborators, 👍 here to fast-track to get this landed in time for the 14.10.1 release. |
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.
LGTM
Commit Queue failed- Loading data for nodejs/node/pull/35108 ✔ Done loading data for nodejs/node/pull/35108 ----------------------------------- PR info ------------------------------------ Title doc: restore color for visited links (#35108) Author Rich Trott (@Trott) Branch Trott:green -> nodejs:master Labels doc, fast-track Commits 1 - doc: restore color for visited links Committers 1 - Rich Trott PR-URL: https://github.com/nodejs/node/pull/35108 Reviewed-By: Tobias Nießen Reviewed-By: Derek Lewis Reviewed-By: Franziska Hinkelmann ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/35108 Reviewed-By: Tobias Nießen Reviewed-By: Derek Lewis Reviewed-By: Franziska Hinkelmann -------------------------------------------------------------------------------- ✔ Last GitHub Actions successful ✖ No Jenkins CI runs detected ℹ This PR was created on Tue, 08 Sep 2020 22:09:45 GMT ✔ Approvals: 3 ✔ - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/35108#pullrequestreview-484529575 ✔ - Derek Lewis (@DerekNonGeneric): https://github.com/nodejs/node/pull/35108#pullrequestreview-484604383 ✔ - Franziska Hinkelmann (@fhinkel) (TSC): https://github.com/nodejs/node/pull/35108#pullrequestreview-484744498 ℹ This PR is being fast-tracked -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu |
Landed in 661b770. |
A previous change altered the rendering of visited links. This restores it. PR-URL: #35108 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
A previous change altered the rendering of visited links. This restores it. PR-URL: #35108 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
A previous change altered the rendering of visited links. This restores it. PR-URL: #35108 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
A previous change altered the rendering of visited links. This restores it. PR-URL: #35108 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
A previous change altered the rendering of visited links. This restores it. PR-URL: nodejs#35108 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
A previous change altered the rendering of visited links. This restores
it.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes