From: Mark Otto Date: Sun, 5 Feb 2017 01:03:42 +0000 (-0800) Subject: Fixes #21814. Also accounts for custom file inputs. X-Git-Tag: v4.0.0-beta~147^2~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79b5563730e8188ca7ee5dfc71503d82eb297b4;p=thirdparty%2Fbootstrap.git Fixes #21814. Also accounts for custom file inputs. --- diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index c8aea9669d..40f1b3de42 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -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 {