codeforboston / cornerwise

MIT License
17 stars 21 forks source link

Remove blue outline on search field #219

Closed LindseyWagner closed 8 years ago

LindseyWagner commented 8 years ago
screen shot 2016-03-01 at 7 08 29 pm
danjmoore commented 8 years ago

Commit bc0bb4e removes the blue border that's generated by mouseclicks, but not those from keyboard input. This lets us get the classy look without hurting accessibility. BUT, since the first input field gets focused on programmatically and not via mouse, it's still showing up there. Should we prevent that field from being selected on page load?