Your Ad Here

Posted By

wiryanm on 01/27/12


Tagged

css safari remove Glow Blue ios


Versions (?)

Removing Safari blue glow on active items


 / Published in: CSS
 

Pretty obvious, but hey- why not?

  1. *:focus {
  2. outline:none;
  3. }

Report this snippet  

You need to login to post a comment.