mirror of https://github.com/twbs/bootstrap.git
remove input group overrides since they're defaults now
This commit is contained in:
parent
73ca04df53
commit
2416801c7e
|
|
@ -43,12 +43,6 @@
|
||||||
.custom-file {
|
.custom-file {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
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,
|
||||||
&:not(:first-child):not(:last-of-type) .custom-file-control::before { @include border-radius(0); }
|
&: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,
|
||||||
&:last-of-type:not(:first-child) .custom-file-control::before { @include border-left-radius(0); }
|
&:last-of-type:not(:first-child) .custom-file-control::before { @include border-left-radius(0); }
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-select {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue