Match validation mixin focus state to normal focus state

This commit is contained in:
Mark Otto 2017-04-21 23:30:06 -07:00
parent 0cb2576bf2
commit 7efe4ddee4

View File

@ -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));
}
}