fix(breadcrumb): add cursor pointer to breadcrumb-link#820
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR makes a single CSS styling update to the breadcrumb component. The Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add 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 |
Summary
cursor: pointerto.breadcrumb-linkCSS classbreadcrumb-link-activevariant already setscursor: default, andbreadcrumb-dropdown-trigger/breadcrumb-dropdown-itemboth setcursor: pointer— the base link class was the only interactive breadcrumb element missing itTest plan
Breadcrumb.ItemwithonClickbut nohref→ verify pointer cursor on hoverBreadcrumb.Itemwithcurrentprop → verify default cursor (unchanged)Breadcrumb.Itemwithdisabledprop → verify no pointer events (unchanged)