-
Notifications
You must be signed in to change notification settings - Fork 13
feat: added native select styling #4624
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
base: main
Are you sure you want to change the base?
Conversation
|
🔭🐙🐈 Test this branch here: https://design-system.deutschebahn.com/core-web/review/feat-multi-select-native-select-styling-new |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Rearrange the order of text and icon in option flexbox.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
@copilot please adapt the existing styling out of the CustomSelect component, meaning |
…ent (#5585) * Initial plan * feat: adapt CustomSelect styles to native select picker Co-authored-by: mfranzke <787658+mfranzke@users.noreply.github.com> * refactor: remove redundant overflow-y property Co-authored-by: mfranzke <787658+mfranzke@users.noreply.github.com> * docs: improve comments for option height calculation Co-authored-by: mfranzke <787658+mfranzke@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: GitHub Copilot <copilot@github.com> Co-authored-by: mfranzke <787658+mfranzke@users.noreply.github.com>
|
@copilot please summarize and abstract existing styling out of the CustomSelect and new select component, meaning .db-custom-select-dropdown, .db-card, .db-custom-select-list and .db-custom-select-list>ul for the :is(::picker(select)) selector within the file packages/components/src/components/select/select.scss of this Pull Request, and .db-custom-select-list-item for the included option HTML elements, so that both are referenced from one central scss placeholder. |
Proposed changes
Resolves #3654
Types of changes
Further comments
🔭🐙🐈 Test this branch here: https://design-system.deutschebahn.com/core-web/review/feat-multi-select-native-select-styling-new