Skip to content

feat: add hover effects to compare page skill and topic tags#854

Open
RohanVerma1308 wants to merge 1 commit into
komalharshita:mainfrom
RohanVerma1308:feat/hover-effects-compare-tags
Open

feat: add hover effects to compare page skill and topic tags#854
RohanVerma1308 wants to merge 1 commit into
komalharshita:mainfrom
RohanVerma1308:feat/hover-effects-compare-tags

Conversation

@RohanVerma1308

Copy link
Copy Markdown
Contributor

Closes #828

What changed

Added smooth hover effects to all tag types on the Compare page:

  • Topics Covered tags
  • Career Opportunities tags
  • Shared Skills chips
  • Unique Skills chips (A and B)

How

Pure CSS only — no HTML or JS changes needed. Added transition + :hover
rules to .compare-tag and .compare-skill-chip with all their variants.
Each tag lifts slightly (translateY(-2px) scale(1.05)) with a color-matched
shadow using the existing indigo/purple/green design language.
Works in both light and dark themes.

Type of change

  • New feature (non-breaking)

@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

@RohanVerma1308 is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Add hover effects to skill and topic tags on Compare page

1 participant