-
Notifications
You must be signed in to change notification settings - Fork 13.5k
fix(button): update styling for badge #30414
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: next
Are you sure you want to change the base?
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.
Please update the PR title to be a fix since the PR is aiming to change the outcome to reflect the true styles.
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.
Just needs to have ios
and md
styles to match ionic
when it comes to positioning. If the positions are the same, then we can move the styles to the common file.
...adge/test/hint/badge.e2e.ts-snapshots/badge-hint-button-size-ios-ltr-Mobile-Chrome-linux.png
Outdated
Show resolved
Hide resolved
...badge/test/hint/badge.e2e.ts-snapshots/badge-hint-button-size-md-ltr-Mobile-Chrome-linux.png
Outdated
Show resolved
Hide resolved
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.
LGTM
Issue number: internal
What is the current behavior?
Some stylings for the ion-badge when slotted in an ion-button were missing.
What is the new behavior?
Updated the styling for the ion-badge when slotted in an ion-button according to the designs:
:has
pseudo-selector for a simple 'button-had-badge' class;Does this introduce a breaking change?
Other information