-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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(select): add ionic theme styles #29989
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Think all looks good AFAICT
@@ -0,0 +1,185 @@ | |||
@use "../../themes/ionic/ionic.globals.scss" as globals; | |||
@use "./select.common"; | |||
@use "./select.ionic.outline" as outline; |
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.
@use "./select.ionic.outline" as outline; | |
@use "./select.ionic.outline"; |
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.
Issue number: internal
What is the current behavior?
ion-select
does not have styles forionic
theme.What is the new behavior?
ionic
theme specifically for the outline fill, stacked label placement: typography, spacing, default size, default shape, colors, and disabled stateDoes this introduce a breaking change?
Other information
Some of the select components will look unfinished since this PR targets outline, stacked label.
Previews: