From 74057dcc8ea305fe8da0e921454919be7a0f58d5 Mon Sep 17 00:00:00 2001 From: ysds Date: Tue, 24 Apr 2018 13:55:10 +0900 Subject: [PATCH] Remove unnecessary resetting of left round (#26238) --- scss/_input-group.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 78d7bc99aa89..a559f15dff2b 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); } } }