Skip to content

Commit

Permalink
twbs#25110 Do not remove input-group border if child after is an inva…
Browse files Browse the repository at this point in the history
…lid-feedback element
  • Loading branch information
dejakob committed Aug 21, 2020
1 parent b547ef4 commit 38f1cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/forms/_input-group.scss
Expand Up @@ -128,7 +128,7 @@

// stylelint-disable-next-line no-duplicate-selectors
.input-group {
> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(:has(+.invalid-feedback)),
> .dropdown-toggle:nth-last-child(n + 3) {
@include border-right-radius(0);
}
Expand Down

0 comments on commit 38f1cf5

Please sign in to comment.