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

Use of-type in Input Groups instead of child #12687

Closed
wants to merge 1 commit into from
Closed

Use of-type in Input Groups instead of child #12687

wants to merge 1 commit into from

Conversation

montchr
Copy link

@montchr montchr commented Feb 11, 2014

Using the :first-child and :last-child pseudo-selectors
in Input Groups assumes that there are no other elements
before or after the element selected.

That can be problematic when using something like text-hide()
to use a form label prior to the addon.

This could apply in other parts of the codebase, but at the
moment I'm only concerned with Input Groups.

Using the `:first-child` and `:last-child` pseudo-selectors
in Input Groups assumes that there are no other elements
before or after the element selected.

That can be problematic when using something like `text-hide()`
to use a form label prior to the addon.
@mdo
Copy link
Member

mdo commented Feb 11, 2014

IE8 support, yo :). Can't do this until v4 when we drop IE8.

@mdo mdo closed this Feb 11, 2014
@montchr
Copy link
Author

montchr commented Feb 11, 2014

@mdo Aha, of course.

@mdo
Copy link
Member

mdo commented Feb 11, 2014

<3

@montchr montchr deleted the st-of-type branch February 11, 2014 03:41
@mdo mdo mentioned this pull request Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants