Skip to content
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

CSS optimization MuiListItem MuiListSecondaryAction #18244

Closed
2 tasks done
jsdev opened this issue Nov 7, 2019 · 1 comment
Closed
2 tasks done

CSS optimization MuiListItem MuiListSecondaryAction #18244

jsdev opened this issue Nov 7, 2019 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@jsdev
Copy link
Contributor

jsdev commented Nov 7, 2019

should not need position absolute and top:50% etc to align a secondary action on a list item, when flex is an option.

  • The issue is present in the latest release.
  • I have searched the issues of this repository and believe that this is not a duplicate.
@oliviertassinari oliviertassinari added the duplicate This issue or pull request already exists label Nov 7, 2019
@oliviertassinari
Copy link
Member

oliviertassinari commented Nov 7, 2019

I think that we can move the thread to #13597, it's about improving the handling of this component. The position absolute comes from the constraint that button > button (nesting) is forbidden (HTML spec).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants