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:
authorysds <fellows3@gmail.com>2018-04-24 07:55:10 +0300
committerMark Otto <markd.otto@gmail.com>2018-04-24 07:55:10 +0300
commit74057dcc8ea305fe8da0e921454919be7a0f58d5 (patch)
tree1af94e26762faaf628285ac93f69dc3d91783ea4 /scss
parent793698a6a9bb7fca0d4856167c3a7b6109e04be1 (diff)
Remove unnecessary resetting of left round (#26238)
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 78d7bc99aa..a559f15dff 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); }
}
}