Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#105943

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!