Home › Forums › CSS › Getting rid of latest Chrome build’s blue outline on :focus › Re: Getting rid of latest Chrome build’s blue outline on :focus
July 12, 2012 at 10:22 am
#105943
Member
Well, I couldn’t recreate the problem via codepen so that got me thinking it must be a Twitter Bootstrap problem. Turns out they change the default webkit focus from outline to box-shadow. A simple box-shadow: none; and all my problems solved! Thanks!