VSB-TUO/Admin sidebar submenu buttons clickable as block - #967
Conversation
|
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
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 |
…-item-list's childs
There was a problem hiding this comment.
Pull Request Overview
This PR improves the UX of the admin sidebar by making submenu items fully clickable as blocks instead of just the anchor text being clickable.
- Converts anchor elements in submenu items to full-width clickable blocks
- Applies proper padding to anchors to make the entire row area clickable
- Adjusts vertical padding to prevent double padding on nested elements
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| expandable-admin-sidebar-section.component.scss | Converts submenu anchors to full-width blocks and applies padding for clickable area |
| admin-sidebar.component.scss | Resets padding on nested sidebar items to prevent double padding |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Problem description
In the expandable admin sidebar section submenu items was only text clickable link.