Replace the animated docs link underline with a plain hover underline - #20730
Replace the animated docs link underline with a plain hover underline#20730jeffmerrick wants to merge 1 commit into
Conversation
Docs content links used a two-layer gradient background animated via background-size to sweep a gray underline in from the left on hover. Swap it for a standard text-decoration underline with a 2px offset. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Pre-merge Review — Last updated 2026-08-05T21:18:39ZTip Summary: This is a styling-only change to the docs theme: Review confidence:
Investigation log
🔍 Verification trailNo verifiable claims extracted from this diff. 🚨 Outstanding in this PRNo outstanding findings in this PR.
|
|
Your site preview for commit 654e8e8 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-20730-654e8e8a.s3-website.us-west-2.amazonaws.com |
Lighthouse Performance ReportCommit: 654e8e8 | Metric definitions
|
Proposed changes
Docs content links (
section.docs-content p a/ul li a[href]) used a two-layerlinear-gradientbackground animated viabackground-sizeto sweep a gray underline in from the left on hover. This replaces that effect with a standardtext-decoration: underlineand a 2pxtext-underline-offset, and drops thepadding-bottomthat reserved space for the animated rule. Link colors are unchanged in both light and dark mode — the dark-mode override in_docs-theme.scssonly setscolor, so it carries through untouched.Unreleased product version (optional)
N/A
Related issues (optional)
N/A