Commit 7efe4dde authored by Mark Otto's avatar Mark Otto
Browse files

Match validation mixin focus state to normal focus state

parent 0cb2576b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -20,7 +20,7 @@
border-color: $color;
&:focus {
@include box-shadow($input-box-shadow, 0 0 6px lighten($color, 20%));
@include box-shadow($input-box-shadow, 0 0 0 3px rgba($color, .5));
}
}
......
Supports Markdown
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