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>2021-01-05 18:50:14 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2021-01-05 18:50:14 +0300
commitcd3fbc224696165e8512fff126cc514307a3cdb5 (patch)
treef0cab95bd7ab4b14c4565a458b06340ab842b034 /assets/stylesheets/bootstrap/forms/_input-group.scss
parent687c95032ccaf5e8dad4a5c3958e41305cc278b4 (diff)
Update to 5.0.0.beta1v5.0.0.beta1
1. rake update[v5.0.0-beta1] 2. Update version.rb and the README version
Diffstat (limited to 'assets/stylesheets/bootstrap/forms/_input-group.scss')
-rw-r--r--assets/stylesheets/bootstrap/forms/_input-group.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/stylesheets/bootstrap/forms/_input-group.scss b/assets/stylesheets/bootstrap/forms/_input-group.scss
index 2729ecc..1400529 100644
--- a/assets/stylesheets/bootstrap/forms/_input-group.scss
+++ b/assets/stylesheets/bootstrap/forms/_input-group.scss
@@ -98,14 +98,14 @@
&:not(.has-validation) {
> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
> .dropdown-toggle:nth-last-child(n + 3) {
- @include border-right-radius(0);
+ @include border-end-radius(0);
}
}
&.has-validation {
> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
> .dropdown-toggle:nth-last-child(n + 4) {
- @include border-right-radius(0);
+ @include border-end-radius(0);
}
}
@@ -116,6 +116,6 @@
> :not(:first-child):not(.dropdown-menu)#{$validation-messages} {
margin-left: -$input-border-width;
- @include border-left-radius(0);
+ @include border-start-radius(0);
}
}