Skip to content

Commit

Permalink
Fixes #21814. Also accounts for custom file inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 5, 2017
1 parent 0da2047 commit d79b556
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d79b556

Please sign in to comment.