aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-12-22 21:18:58 -0800
committerMark Otto <[email protected]>2017-12-23 17:50:52 -0800
commit2416801c7ea6e67d728096e0ed74568f6c742fc7 (patch)
tree01331eeea74916d85a5b3e51ab22fda41495663b
parent73ca04df538a7fc75d7a83a266b5c1784591292b (diff)
downloadbootstrap-2416801c7ea6e67d728096e0ed74568f6c742fc7.tar.xz
bootstrap-2416801c7ea6e67d728096e0ed74568f6c742fc7.zip
remove input group overrides since they're defaults now
-rw-r--r--scss/_input-group.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss
index 8ca2468e4..f1d3c9dea 100644
--- a/scss/_input-group.scss
+++ b/scss/_input-group.scss
@@ -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); }
@@ -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%;
- }
}