[codex] remove card link hover underlines#1891
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codex review: needs maintainer review before merge. Keep this PR open. It is a draft PR from a MEMBER, which requires maintainer judgment, and current main still has the global hover underline without the hover-specific card override proposed by the PR. The diff is narrow CSS-only work and does not show a security or supply-chain regression. Maintainer follow-up before merge: Keep the draft PR open for normal maintainer review. The proposed boundary is appropriate: a small Best possible solution: Keep the draft PR open for normal maintainer review. The proposed boundary is appropriate: a small Acceptance criteria:
What I checked:
Likely related people:
Remaining risk / open question:
Codex review notes: model gpt-5.5, reasoning high; reviewed against 22bb94cee27f. |
|
Maintainer validation for the ClawSweeper note:
This addresses the requested maintainer review without broadening the patch. |
Greptile SummaryAdds a grouped block of Confidence Score: 5/5Safe to merge — single-file CSS change with no logic impact, all selectors verified against component usage. The change is a targeted, correct CSS specificity fix with no P0/P1 findings. Every class name in the new rule set is confirmed present in the codebase, and the approach is idiomatic. No files require special attention. Reviews (1): Last reviewed commit: "fix: remove card link hover underlines" | Re-trigger Greptile |
Summary
Why
The global
a:hoverunderline was showing on full-card links, which made card surfaces like Skills, Plugins, Users, Trending Now, and category cards look like inline text links.Validation
bunx oxfmt --check src/styles.cssgit diff --checkbun run lintbun run format:checkcurrently fails on 76 pre-existing unrelated files;src/styles.csspasses the targeted formatter check and is not listed in the failures.Preview
http://localhost:3000/with public ClawHub Convex endpoints and verified card hover behavior visually.