0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

Fixes #21814. Also accounts for custom file inputs.

This commit is contained in:
Mark Otto 2017-02-04 17:03:42 -08:00
parent 0da20476ec
commit d79b556373

View File

@ -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 {