-
Notifications
You must be signed in to change notification settings - Fork 79
fix(combobox): Visually nest group items properly #6749
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
Conversation
I can haz review? :) |
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.
It looks like when |
@ashetland isn't that what the issue is asking for? item-groups should provide nesting indentation? |
This PR does make it look how it did previously. |
Thanks @driskull, you're totally right. This PR fixes the behavior of nesting groups. Should the other behavior fix be logged as its own issue? Sometimes we've been making little fixes like this as we catch them, but maybe that's not the best practice. Happy to log a separate issue if that's the preferred approach. |
Yes, definitely. Otherwise we get scope creep |
Awesome. Approving now. 🚀 |
Related Issue: #6384
Summary
Fix css for nesting group combobox items.