bitcamp/bitcamp-site-2014

adjust field focus outline

Closed this issue · 0 comments

jhil commented

the standard input focus state in css uses these ugly stock blue outlines. let's fix that.

on focus/active/selected state, add this css

outline: 0;
border: 1px $color_orange solid;