Commit 7a21517a authored by Pierre-Denis Vanduynslager's avatar Pierre-Denis Vanduynslager
Browse files

Set box-shadow on input if enable-shadows rather than enable-rounded

parent 9ee304b9
13 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26437merge,!22391V4 dev,!22547Finished a new translation for bootstrap,!22143Fix selectable disabled toggle radio buttons,!22598test,!21067dfsa,!20964Set box-shadow on input if enable-shadows rather than enable-rounded,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!17021v4
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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%);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment