From: ysds Date: Tue, 24 Apr 2018 04:55:10 +0000 (+0900) Subject: Remove unnecessary resetting of left round (#26238) X-Git-Tag: v4.1.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74057dcc8ea305fe8da0e921454919be7a0f58d5;p=thirdparty%2Fbootstrap.git Remove unnecessary resetting of left round (#26238) --- 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); } } }