-
Notifications
You must be signed in to change notification settings - Fork 351
_content: show anchor links when hovering over article headers #318
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
base: master
Are you sure you want to change the base?
_content: show anchor links when hovering over article headers #318
Conversation
Previously, users had to hover directly over the ¶ symbol to reveal the anchor link, making it difficult to discover its existence. This change updates the CSS to also display the anchor link when hovering over the entire header text, improving usability. Fixes golang/go#70827
This PR (HEAD: ebcdebd) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/663875. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Tzu-Chein Yu: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Sean Liao: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Sean Liao: Patch Set 2: Code-Review+1 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-04-12T12:28:01Z","revision":"25f9f3d15cca0624693387784f990f6fb2a991c5"} Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Sean Liao: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Tzu-Chein Yu: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Tzu-Chein Yu: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Sean Liao: Patch Set 2: Auto-Submit+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Message from Dmitri Shuralyov: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/663875. |
Previously, users had to hover directly over the ¶ symbol to reveal the
anchor link, making it difficult to discover its existence.
This change updates the CSS to also display the anchor link when hovering
over the entire header text, improving usability.
Fixes golang/go#70827