mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
Fixes #21814. Also accounts for custom file inputs.
This commit is contained in:
parent
0da20476ec
commit
d79b556373
@ -14,7 +14,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set the border and box shadow on specific inputs to match
|
// Set the border and box shadow on specific inputs to match
|
||||||
.form-control {
|
.form-control,
|
||||||
|
.custom-select,
|
||||||
|
.custom-file-control {
|
||||||
border-color: $color;
|
border-color: $color;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user