0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00
This commit is contained in:
louismaximepiton 2022-08-01 15:16:05 +02:00 committed by Mark Otto
parent 7432f2a922
commit 6c221aa043

View File

@ -120,10 +120,13 @@
$validation-messages: $validation-messages + ":not(." + unquote($state) + "-tooltip)" + ":not(." + unquote($state) + "-feedback)"; $validation-messages: $validation-messages + ":not(." + unquote($state) + "-tooltip)" + ":not(." + unquote($state) + "-feedback)";
} }
> :not(:first-child):not(.dropdown-menu):not(.form-floating)#{$validation-messages}, > :not(:first-child):not(.dropdown-menu)#{$validation-messages} {
> .form-floating:not(:first-child) > .form-control,
> .form-floating:not(:first-child) > .form-select {
margin-left: -$input-border-width; margin-left: -$input-border-width;
@include border-start-radius(0); @include border-start-radius(0);
} }
> .form-floating:not(:first-child) > .form-control,
> .form-floating:not(:first-child) > .form-select {
@include border-start-radius(0);
}
} }