From: Shohei Yoshida Date: Fri, 10 May 2019 19:29:06 +0000 (+0900) Subject: Remove non-existing .custom-file-label::after (#28757) X-Git-Tag: v5.0.0-alpha1~1103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7040ad9b481d1d335c512d9b0788c8ee6598f21;p=thirdparty%2Fbootstrap.git Remove non-existing .custom-file-label::after (#28757) --- 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); } } }