Is there a way to get rid of the selection rectangle when clicking a link which does not refresh the current page entirely?
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.
Do you mean the dotted outline of a target?
Try:
This would remove all focus outlines. IT’s essentially the same as onclick in JavaScript terms. You might prefer to apply this to
a:focus.