Reputation: 1686
I am developing tree view structure in html & css.
Please find the code in the below link. In that 'special folder' there is dotted line missed. I am using css :last-child for ul, li.
Can any body please solve this problem.
Upvotes: 1
Views: 83
Reputation: 14535
Try selecting only direct descendants: ul#test li:last-child > ul
.
Upvotes: 4