Commit 97991ee9 authored by RawKStar77's avatar RawKStar77

Redesign form focus state to use blue border and white background rather than yellow.

parent 6ca6350d
...@@ -80,12 +80,12 @@ ...@@ -80,12 +80,12 @@
} }
&:focus, &.js-focus { &:focus, &.js-focus {
outline: none; background-color: #FFF;
border-color: $focus-yellow-dark; border-color: #51A7E8;
background-color: $focus-yellow; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075) inset, 0px 0px 5px rgba(81, 167, 232, 0.5);
@include placeholder { @include placeholder {
color: $focus-yellow-darker; color: $gray;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment