Skip to content

feat(radio): add shadow part for label - #28607

Merged
mapsandapps merged 6 commits into
feature-7.6from
FW-5612
Dec 1, 2023
Merged

feat(radio): add shadow part for label#28607
mapsandapps merged 6 commits into
feature-7.6from
FW-5612

Conversation

@mapsandapps

Copy link
Copy Markdown
Contributor

Issue number: Part of #28300


What is the current behavior?

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

What is the new behavior?

  • Radio 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 marked this pull request as ready for review November 29, 2023 22:37
@mapsandapps
mapsandapps requested review from a team and averyrousseau as code owners November 29, 2023 22:37

@averyrousseau averyrousseau left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested TalkBack and VoiceOver, but I couldn't find any behavior differences either, so I think we're good 👍

@mapsandapps
mapsandapps merged commit b757970 into feature-7.6 Dec 1, 2023
@mapsandapps
mapsandapps deleted the FW-5612 branch December 1, 2023 16:38
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