2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

sync-commits erge branch 'v4-dev' into custom-checkboxes-radios-correct-color

This commit is contained in:
Sharrell Porter
2017-10-20 07:12:39 -04:00
121 changed files with 833 additions and 568 deletions
+6 -1
View File
@@ -16,7 +16,12 @@
background-color: $input-focus-bg;
border-color: $input-focus-border-color;
outline: none;
@include box-shadow($input-focus-box-shadow);
// Avoid using mixin so we can pass custom focus shadow properly
@if $enable-shadows {
box-shadow: $input-box-shadow, $input-btn-focus-box-shadow;
} @else {
box-shadow: $input-btn-focus-box-shadow;
}
}
}