Modify ↓
Ticket #4871 (closed bug: worksforme)
:last selector problem
| Reported by: | OneManSaint | Owned by: | john |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | last selector | Cc: | |
| Blocking: | Blocked by: |
Description
I have a couple of sets of nested lists, when using the :last selector to find the last li's in the nested ul's i only seem to be able to grab the very last one.
An example of the problem is available here
I'm sure both "third pages" should have a red border.
Change History
comment:2 Changed 4 years ago by mikecapp
The result in your example looks right to me. Did you want ":last-child" rather than ":last"?
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Updated with a work around that works as i would expect here
http://jsbin.com/ugoze