From b7040ad9b481d1d335c512d9b0788c8ee6598f21 Mon Sep 17 00:00:00 2001 From: Shohei Yoshida Date: Sat, 11 May 2019 04:29:06 +0900 Subject: [PATCH] Remove non-existing .custom-file-label::after (#28757) --- 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 ac49f696cb..9bc90ee9bd 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -53,8 +53,7 @@ display: flex; align-items: center; - &:not(:last-child) .custom-file-label, - &:not(:last-child) .custom-file-label::after { @include border-right-radius(0); } + &:not(:last-child) .custom-file-label { @include border-right-radius(0); } &:not(:first-child) .custom-file-label { @include border-left-radius(0); } } }