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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2018-04-30 19:24:29 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-04-30 19:24:29 +0300
commitdee70cd0e7cbb8a2c327097030db76b2904c54c6 (patch)
tree7527dc7c08e93ff88386f7e988b53884005bdfdf /assets/stylesheets/bootstrap/_input-group.scss
parentd2ab4619a70c79f5cb9ffdfac2a321c01192e8c7 (diff)
rake update[v4.1.1]
Diffstat (limited to 'assets/stylesheets/bootstrap/_input-group.scss')
-rw-r--r--assets/stylesheets/bootstrap/_input-group.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/_input-group.scss b/assets/stylesheets/bootstrap/_input-group.scss
index 78d7bc9..a559f15 100644
--- a/assets/stylesheets/bootstrap/_input-group.scss
+++ b/assets/stylesheets/bootstrap/_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); }
}
}