Skip to content

Commit 2416801

Browse files
committed
remove input group overrides since they're defaults now
1 parent 73ca04d commit 2416801

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scss/_input-group.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@
4343
.custom-file {
4444
display: flex;
4545
align-items: center;
46-
width: 100%;
47-
48-
.custom-file-input {
49-
width: 100%;
50-
min-width: 0;
51-
}
5246

5347
&:not(:first-child):not(:last-of-type) .custom-file-control,
5448
&:not(:first-child):not(:last-of-type) .custom-file-control::before { @include border-radius(0); }
@@ -57,10 +51,6 @@
5751
&:last-of-type:not(:first-child) .custom-file-control,
5852
&:last-of-type:not(:first-child) .custom-file-control::before { @include border-left-radius(0); }
5953
}
60-
61-
.custom-select {
62-
width: 100%;
63-
}
6454
}
6555

6656

0 commit comments

Comments
 (0)