diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 78d7bc99aa..a559f15dff 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -47,8 +47,7 @@ &:not(:last-child) .custom-file-label, &:not(:last-child) .custom-file-label::after { @include border-right-radius(0); } - &:not(:first-child) .custom-file-label, - &:not(:first-child) .custom-file-label::after { @include border-left-radius(0); } + &:not(:first-child) .custom-file-label { @include border-left-radius(0); } } }