-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat: support reverse button collapsing order in menu-bar #7124
Conversation
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.
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.
Done. Couldn't find a CSS-only fix for this so I needed to compute first-visible
and last-visible
attributes for the buttons.
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.
Can this be considered a breaking change? I mean, if someone is customizing the buttons based on the previous CSS selectors (*-of-type
), how would it behave with the new selectors?
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.
When reverseCollapse
is not used, the previous selectors should work as before.
Quality Gate passedIssues Measures |
This ticket/PR has been released with Vaadin 24.4.0.alpha4 and is also targeting the upcoming stable 24.4.0 version. |
Description
Support reverse button collapsing order in menu-bar
keep-items-order.mp4
Part of vaadin/platform#5018
Type of change
Feature