mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
Set box-shadow on input if enable-shadows rather than enable-rounded
This commit is contained in:
parent
9ee304b973
commit
7a21517a48
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
.form-control {
|
||||
border-color: $color;
|
||||
|
||||
@if $enable-rounded {
|
||||
@if $enable-shadows {
|
||||
&:focus {
|
||||
box-shadow: $input-box-shadow, 0 0 6px lighten($color, 20%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue