Skip to content
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 hash for glossary headings #428

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Conversation

timothymcmackin
Copy link
Collaborator

The headings for the imported glossary show the hash mark all the time, but the rest of the site shows them only on hover.

In this screencap, the hash is shown even when the mouse is not over the heading:
Screenshot 2024-08-01 at 10 00 08 AM

This PR changes the header links in the imported glossary from this:

<a class="headerlink" href="#tezos" title="Link to this heading">#</a>

To this, which matches other links on the site:

<a class="hash-link" href="#tezos" title="Direct link to Tezos" aria-label="Direct link to Tezos"></a>

@timothymcmackin timothymcmackin self-assigned this Aug 1, 2024
@timothymcmackin timothymcmackin requested a review from a team as a code owner August 1, 2024 14:04
Copy link

vercel bot commented Aug 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs-staging ✅ Ready (Inspect) Visit Preview Aug 1, 2024 2:04pm

@timothymcmackin timothymcmackin merged commit 69d3a90 into staging Aug 7, 2024
3 checks passed
@timothymcmackin timothymcmackin deleted the fix-glossary-heading-hash branch August 7, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant