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

fix(toggle): fix box-shadow overflow in toggle #15955

Merged
merged 3 commits into from
Oct 23, 2018
Merged

Conversation

mhartington
Copy link
Contributor

Closes #14626

Short description of what this resolves:

Box shadow for toggle-inner is position: absolute, this causes a overflow in the parent toggle-icon element. Promoting the toggle-inner to a new layer fixes the issue.

Changes proposed in this pull request:

  • add translate3d to promote new layer.

Ionic Version: 1.x / 2.x / 3.x / 4.x
4.x
Fixes: #14626

@ionitron-bot ionitron-bot bot added the package: core @ionic/core package label Oct 15, 2018
@ionic-team ionic-team deleted a comment from ionitron-bot bot Oct 23, 2018
@ionic-team ionic-team deleted a comment from ionitron-bot bot Oct 23, 2018
@ionic-team ionic-team deleted a comment from ionitron-bot bot Oct 23, 2018
@ionic-team ionic-team deleted a comment from ionitron-bot bot Oct 23, 2018
@ionic-team ionic-team deleted a comment from ionitron-bot bot Oct 23, 2018
@ionic-team ionic-team deleted a comment from ionitron-bot bot Oct 23, 2018
@ionic-team ionic-team deleted a comment from ionitron-bot bot Oct 23, 2018
@adamdbradley adamdbradley merged commit 8a4dc74 into master Oct 23, 2018
@adamdbradley adamdbradley deleted the fix-toggle-overflow branch October 23, 2018 01:48
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.

V4: Toggles overflow
3 participants