diff options
| author | Pierre-Denis Vanduynslager <[email protected]> | 2016-10-20 14:29:20 -0400 |
|---|---|---|
| committer | Pierre-Denis Vanduynslager <[email protected]> | 2016-10-20 14:29:20 -0400 |
| commit | 7a21517a480a3c8a80c36d1891cbb302b23b8aef (patch) | |
| tree | 3182a21ea08310846d9423a15792972705c83be9 | |
| parent | 9ee304b973a5675a7a59406fdaeef20870f566ce (diff) | |
| download | bootstrap-7a21517a480a3c8a80c36d1891cbb302b23b8aef.tar.xz bootstrap-7a21517a480a3c8a80c36d1891cbb302b23b8aef.zip | |
Set box-shadow on input if enable-shadows rather than enable-rounded
| -rw-r--r-- | scss/mixins/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 39851b8f8..9340248f0 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -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%); } |
