Closed
Description
This is a follow-up of #1560, that the fix is only halfway done.
URL with incorrect rendering: https://jsfiddle.net/e4oknxhz/
Proposed fix (JsFiddle: https://jsfiddle.net/av7jL0gr/1/):
.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
Metadata
Metadata
Assignees
Labels
No labels