aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Yoshida <[email protected]>2019-05-11 04:29:06 +0900
committerMartijn Cuppens <[email protected]>2019-05-10 21:29:05 +0200
commitb7040ad9b481d1d335c512d9b0788c8ee6598f21 (patch)
tree6cff6b7863ca9a00094119138505159605ca0a42
parent5db281d7c41c29f3bec46757c47fb8d4c6439b06 (diff)
downloadbootstrap-b7040ad9b481d1d335c512d9b0788c8ee6598f21.tar.xz
bootstrap-b7040ad9b481d1d335c512d9b0788c8ee6598f21.zip
Remove non-existing .custom-file-label::after (#28757)
-rw-r--r--scss/_input-group.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss
index ac49f696c..9bc90ee9b 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); }
}
}