Code review comment for lp:~wallyworld/launchpad/new-team-picker-simple-form

Revision history for this message
Curtis Hovey (sinzui) wrote :

I suspect lines 512 and 680 will fail in IE 8 because it does not support nth-child(). We fixed a few cases of this recently.

There are two choices:
1. use('selector-css3') to add support for IE8
2. replace :nth-child(1) with :first-child which I think is easier to read.

review: Needs Fixing (code)

« Back to merge proposal