mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +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;
|
||||
|
||||
&: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