]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove double borders for custom select and custom file
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Tue, 2 Jan 2018 19:20:09 +0000 (20:20 +0100)
committerMark Otto <markd.otto@gmail.com>
Wed, 3 Jan 2018 05:57:10 +0000 (21:57 -0800)
Fixes #25168

scss/_input-group.scss

index 134b62d4e6681d2de15ba05a68381ddb955f372a..fcf7c3c432201f9a52c7f28d2b18c33f46ae9328 100644 (file)
@@ -26,7 +26,9 @@
       z-index: 3;
     }
 
-    + .form-control {
+    + .form-control,
+    + .custom-select,
+    + .custom-file {
       margin-left: -$input-border-width;
     }
   }