Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorShohei Yoshida <fellows3@gmail.com>2019-05-10 22:29:06 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-05-10 22:29:05 +0300
commitb7040ad9b481d1d335c512d9b0788c8ee6598f21 (patch)
tree6cff6b7863ca9a00094119138505159605ca0a42 /scss
parent5db281d7c41c29f3bec46757c47fb8d4c6439b06 (diff)
Remove non-existing .custom-file-label::after (#28757)
Diffstat (limited to 'scss')
-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 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); }
}
}