aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysds <[email protected]>2018-04-24 13:55:10 +0900
committerMark Otto <[email protected]>2018-04-23 21:55:10 -0700
commit74057dcc8ea305fe8da0e921454919be7a0f58d5 (patch)
tree1af94e26762faaf628285ac93f69dc3d91783ea4
parent793698a6a9bb7fca0d4856167c3a7b6109e04be1 (diff)
downloadbootstrap-74057dcc8ea305fe8da0e921454919be7a0f58d5.tar.xz
bootstrap-74057dcc8ea305fe8da0e921454919be7a0f58d5.zip
Remove unnecessary resetting of left round (#26238)
-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 78d7bc99a..a559f15df 100644
--- a/scss/_input-group.scss
+++ b/scss/_input-group.scss
@@ -47,8 +47,7 @@
&:not(:last-child) .custom-file-label,
&:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }
- &:not(:first-child) .custom-file-label,
- &:not(:first-child) .custom-file-label::after { @include border-left-radius(0); }
+ &:not(:first-child) .custom-file-label { @include border-left-radius(0); }
}
}