Skip to content

Commit

Permalink
remove input group overrides since they're defaults now
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 24, 2017
1 parent 73ca04d commit 2416801
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions scss/_input-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
.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); }
Expand All @@ -57,10 +51,6 @@
&: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%;
}
}


Expand Down

0 comments on commit 2416801

Please sign in to comment.