]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove input group overrides since they're defaults now
authorMark Otto <markdotto@gmail.com>
Sat, 23 Dec 2017 05:18:58 +0000 (21:18 -0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 24 Dec 2017 01:50:52 +0000 (17:50 -0800)
scss/_input-group.scss

index 8ca2468e473cfcf34484840b385e70fa1a3c6664..f1d3c9dea1a854bd4dc8c8ab8daddcde01b235be 100644 (file)
   .custom-file {
     display: flex;
     align-items: center;
-    width: 100%;
-
-    .custom-file-input {
-      width: 100%;
-      min-width: 0;
-    }
 
     &:not(:first-child):not(:last-of-type) .custom-file-control,
     &:not(:first-child):not(:last-of-type) .custom-file-control::before { @include border-radius(0); }
     &:last-of-type:not(:first-child) .custom-file-control,
     &:last-of-type:not(:first-child) .custom-file-control::before { @include border-left-radius(0); }
   }
-
-  .custom-select {
-    width: 100%;
-  }
 }