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

feat: Make toolbar-container selectable via shadow part #30068

Open
3 tasks done
fudom opened this issue Dec 9, 2024 · 0 comments · May be fixed by #30069
Open
3 tasks done

feat: Make toolbar-container selectable via shadow part #30068

fudom opened this issue Dec 9, 2024 · 0 comments · May be fixed by #30069
Labels

Comments

@fudom
Copy link

fudom commented Dec 9, 2024

Prerequisites

Describe the Feature Request

<ion-toolbar>
  #shadow-root (open)
    <div class="toolbar-container" part="container"> <!-- add part -->

so we can select it via css

ion-toolbar::part(container) {
  flex-wrap: wrap;
  justify-content: end;
}
@ionitron-bot ionitron-bot bot added the triage label Dec 9, 2024
@fudom fudom linked a pull request Dec 10, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant