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

v4: Add z-index to .custom-check to fix custom checks in CSS columns #30810

Merged
merged 3 commits into from Jun 4, 2020

Commits on May 13, 2020

  1. v4: Add z-index to .custom-check to fix custom checks in CSS columns

    For some reason, custom checks in CSS columns need a new stacking order to maintain visibility. This PR adds `z-index: 1` to trigger that new stacking order. Since v5's forms are being redone entirely, and we're dropping IE10/11 there, I think this is totally fine to ship with v4 only. Will need to check v5's forms it in Edge though.
    
    Fixes #29607.
    mdo committed May 13, 2020
    Copy the full SHA
    dcbd8ce View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Copy the full SHA
    d55f3bc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Copy the full SHA
    aa10785 View commit details
    Browse the repository at this point in the history