docs: hosted instance link hover#2208
Conversation
…provider, context, hooks, and query utilities are now exported from `@namehash/namehash-ui`.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
Warning Review limit reached
More reviews will be available in 45 minutes and 15 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the docs site UI for the “Hosted at” URL in the hosted instance card by removing the hover text-color change, aiming to keep the hover interaction limited to underline offset.
Changes:
- Removed the hover text color shift from the hosted instance URL link.
- Kept the underline-offset hover interaction and its transition timing.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Greptile SummaryThis PR removes hover text-color transitions from documentation links site-wide, keeping only the
Confidence Score: 5/5Safe to merge — all changes are scoped to documentation site CSS and component styling with no logic or data-handling code touched. The diff is entirely CSS class adjustments and a small stylesheet refactor: removing color transitions from hover states and narrowing transition-all to transition-[text-underline-offset]. The new general .sl-markdown-content a:hover rule is correct and the heading-anchor carve-out prevents regressions on anchor links. No logic, API, or build configuration is affected. No files require special attention. Important Files Changed
Reviews (4): Last reviewed commit: "code suggestion" | Re-trigger Greptile |
|
@greptile |
…ode-link-styling Brings in PR #2208 component-level hover cleanups (HostedEnsNodeInstance, OmnigraphStaticExampleSet, enskit/example.mdx, enssdk/example.mdx) and the broader `a:hover` override in starlight.css. Conflict in starlight.css resolved by: - Keeping #2208's broader `.sl-markdown-content a:hover` override. - Dropping our narrower `> p a` / `li a` hover rule (redundant under #2208's selector). - Keeping the code-link underline-offset rule from this branch.
Lite PR
Tip: Review docs on the ENSNode PR process
Summary
Why
Testing
Notes for Reviewer (Optional)
spotted this:
that we should get rid of, we don't typically have this kind of link with icon.
Pre-Review Checklist (Blocking)