]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #21814. Also accounts for custom file inputs.
authorMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2017 01:03:42 +0000 (17:03 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2017 01:03:42 +0000 (17:03 -0800)
scss/mixins/_forms.scss

index c8aea9669d821edec49e233bc9d4fb97dbb0440a..40f1b3de42b248eb93d0870b69102d38050ad1c7 100644 (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 {