mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fixes #21814. Also accounts for custom file inputs.
This commit is contained in:
parent
0da20476ec
commit
d79b556373
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue