From 8e6d7a174cbbc104a82c8ab0b394bbfe6851815d Mon Sep 17 00:00:00 2001 From: ysds Date: Tue, 10 Apr 2018 17:25:29 +0900 Subject: [PATCH] Remove unnecessary resetting of left round * Because it's left side never rounds. --- 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); } } }