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(checkbox): add shadow part for label #28604

Merged
merged 5 commits into from
Dec 1, 2023
Merged

feat(checkbox): add shadow part for label #28604

merged 5 commits into from
Dec 1, 2023

Conversation

mapsandapps
Copy link
Contributor

Issue number: Part of #28300


What is the current behavior?

Developers are unable to adjust margin, width, etc. of the checkbox label

What is the new behavior?

  • Checkbox label has a shadow part.

Does this introduce a breaking change?

  • Yes
  • No

Other information

As part of this work, I investigated moving pointer-events: none up the DOM tree so developers wouldn't be able to override it with the shadow part. In my testing, I was unable to see any difference in behavior with vs without pointer-events: none. Therefore, I removed it entirely.

@github-actions github-actions bot added the package: core @ionic/core package label Nov 29, 2023
@mapsandapps mapsandapps changed the base branch from main to feature-7.6 November 29, 2023 21:28
@mapsandapps mapsandapps marked this pull request as ready for review November 29, 2023 22:37
@mapsandapps mapsandapps merged commit f9f5654 into feature-7.6 Dec 1, 2023
44 checks passed
@mapsandapps mapsandapps deleted the FW-5613 branch December 1, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants