mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
Fixes #21814. Also accounts for custom file inputs.
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
}
|
||||
|
||||
// Set the border and box shadow on specific inputs to match
|
||||
.form-control {
|
||||
.form-control,
|
||||
.custom-select,
|
||||
.custom-file-control {
|
||||
border-color: $color;
|
||||
|
||||
&:focus {
|
||||
|
||||
Reference in New Issue
Block a user