From: ysds Date: Fri, 29 Dec 2017 05:10:29 +0000 (+0900) Subject: Apply of #25068 to input group X-Git-Tag: v4.0.0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b5a2ff626bd6f6184c51c251c5caf2aa30e4410;p=thirdparty%2Fbootstrap.git Apply of #25068 to input group --- diff --git a/docs/4.0/components/input-group.md b/docs/4.0/components/input-group.md index 3d866d9550..cd5d5bdfde 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 7ef0267cc3..df950fb5cb 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); } } }