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 input-only checks/radios with yet to be added position utilities #23246

Merged
merged 1 commit into from
Aug 11, 2017

Conversation

mdo
Copy link
Member

@mdo mdo commented Aug 8, 2017

Fixes #22813.

Basically, our .form-check was using :only-child to try to say "limit this style to the input if there's no label text," but plain text within an HTML element doesn't count as an element (child or not). As such, we need to explicitly say when something is static.

This depends on #18476 or something like it.

@mdo mdo mentioned this pull request Aug 8, 2017
@mdo mdo merged commit 006590e into v4-dev Aug 11, 2017
@mdo mdo deleted the static-checks branch August 11, 2017 05:36
@mdo mdo mentioned this pull request Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant