-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix(button): remove wrong hover classes to restore default hover behaviour #2034
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
base: staging
Are you sure you want to change the base?
fix(button): remove wrong hover classes to restore default hover behaviour #2034
Conversation
WalkthroughAdjusted the Get Started button styling in apps/mail/components/navigation.tsx by removing hover color classes from its className. No logic or control-flow changes; click behavior remains unchanged. Changes
Sequence Diagram(s)Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (4)**/*.{css,js,ts,jsx,tsx,mdx}📄 CodeRabbit inference engine (.cursor/rules/tailwind-css-v4.mdc)
Files:
**/*.{js,jsx,ts,tsx}📄 CodeRabbit inference engine (AGENT.md)
Files:
**/*.{js,jsx,ts,tsx,css}📄 CodeRabbit inference engine (AGENT.md)
Files:
**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENT.md)
Files:
🔇 Additional comments (1)
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 |
|
closes #2033 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
@FurquanAnwer I don't see any appropriate changes closing the issue, you might wanna add |
Description
This PR removes the buggy hover class to add the default hover behaviour to make it consistent with the other "Get Started" button in the landing page.
The cursor pointer class was already there. "hover:bg-white hover:text-black" class was there which makes no sense since the default background color and text color were white and black respectively.
Type of Change
Please delete options that are not relevant.
Areas Affected
Please check all that apply:
Testing Done
Describe the tests you've done:
Security Considerations
For changes involving data or authentication:
Checklist
Screenshots/Recordings
Screencast.from.2025-09-25.14-50-22.mp4
Summary by cubic
Removed incorrect hover classes from the “Get Started” button to restore default hover behavior and match the landing page button. Keeps the pointer cursor and removes redundant bg/text overrides.
Summary by CodeRabbit