From 63c95c99f1652e306b5a2ff00cc32a8ec5b97802 Mon Sep 17 00:00:00 2001 From: ysds Date: Fri, 29 Dec 2017 14:10:29 +0900 Subject: [PATCH] Apply of #25068 to input group --- docs/4.0/components/input-group.md | 32 +++++++++++++++--------------- scss/_input-group.scss | 8 ++++---- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md index 3d866d95500b..cd5d5bdfde06 100644 --- a/docs/4.0/components/input-group.md +++ b/docs/4.0/components/input-group.md @@ -300,17 +300,17 @@ Input groups include support for custom selects and custom file inputs. Browser
Upload
- +
+ + +
- +
+ + +
Upload
@@ -320,17 +320,17 @@ Input groups include support for custom selects and custom file inputs. Browser
- +
+ + +
- +
+ + +
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 7ef0267cc386..df950fb5cb34 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -43,10 +43,10 @@ display: flex; align-items: center; - &:not(:last-child) .custom-file-control, - &:not(:last-child) .custom-file-control::before { @include border-right-radius(0); } - &:not(:first-child) .custom-file-control, - &:not(:first-child) .custom-file-control::before { @include border-left-radius(0); } + &:not(:last-child) .custom-file-label, + &:not(:last-child) .custom-file-label::before { @include border-right-radius(0); } + &:not(:first-child) .custom-file-label, + &:not(:first-child) .custom-file-label::before { @include border-left-radius(0); } } }