Fix: Sidebar expander arrow should be cursor pointer - #794
Conversation
|
Caution Review failedPull request was closed or merged during review WalkthroughThis pull request adds a CSS rule to the custom SCSS stylesheet that sets the cursor to pointer for the sidebar navigation list expander element. The change addresses a bug where the expander control was displaying the default arrow cursor instead of the pointer cursor, improving the visual affordance that the element is clickable. The modification is a single, isolated styling addition with no impact on HTML structure or JavaScript behavior. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: fd33f867-efe7-4682-b460-4c1660ffb352
📒 Files selected for processing (2)
_includes/components/nav.html_sass/custom/custom.scss
|
@Nihal4777 LGTM |
8272ff2 to
3def805
Compare
3def805 to
3ca0d4d
Compare
Fixes #672
Changes done:
cursor: pointerto.nav-list-expanderin_sass/custom/custom.scssScreenshots
Before: Expander arrow shows default arrow cursor
After: Expander arrow shows pointer cursor (hand icon)
Screen.Recording.2026-05-31.171452.mp4
✅️ By submitting this PR, I have verified the following
Summary by CodeRabbit