mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 22:10:24 +00:00
Match validation mixin focus state to normal focus state
This commit is contained in:
parent
0cb2576bf2
commit
7efe4ddee4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue