-
Notifications
You must be signed in to change notification settings - Fork 80
fix(accordion-item): stretch slotted actions only #11082
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
Alternatively, we could also tweak |
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.
👍
This could be a nice fallback for all non-action elements. A user can always slot a div, unset styles - but I think center align is a more expected default than align-top? |
@macandcheese Fortunately, slotted, non-action items are already centered, so no further changes needed! 🎉 |
**Related Issue:** #10731 ## Summary This avoids unintentionally styling other actionable components and offers more flexibility. **Note**: this changes styles to use explicit selectors instead of universal ones to improve maintainability.
Related Issue: #10731
Summary
This avoids unintentionally styling other actionable components and offers more flexibility.
Note: this changes styles to use explicit selectors instead of universal ones to improve maintainability.