I’m viewing the below example in Chrome and can’t seem to get cursor: pointer to work on the :after element of li. Is there a way to get around this?
I’m viewing the below example in Chrome and can’t seem to get cursor: pointer
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Instead of setting the
cursor: pointeron the:afterelement, set it on the entireliand it will show up on both.Edit:
For those of you trying to have different cursors on the
liand its:afterpseudo-element, you simply need to explicitly define thecursorproperty of the content inside theli. See this updated fiddle: http://jsfiddle.net/qKMPQ/20/