mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Match validation mixin focus state to normal focus state
This commit is contained in:
parent
0cb2576bf2
commit
7efe4ddee4
@ -20,7 +20,7 @@
|
|||||||
border-color: $color;
|
border-color: $color;
|
||||||
|
|
||||||
&:focus {
|
&: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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user