You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding overlapping of borders of a grouped element, @mdo commented in #24453 that it is not good way to control the border color. As an alternative, we can use border-width: 0 or negative margin.
In input group, .input-group-addon uses border width to 0, and input-group-btn uses negative margin. I think we should use a same way (negative margin), since .input-group-addon and input-group-btn are similar in principle.
Regarding overlapping of borders of a grouped element, @mdo commented in #24453 that it is not good way to control the border color. As an alternative, we can use
border-width: 0
or negative margin.In input group,
.input-group-addon
uses border width to 0, andinput-group-btn
uses negative margin. I think we should use a same way (negative margin), since.input-group-addon
andinput-group-btn
are similar in principle.bootstrap/scss/_input-group.scss
Lines 145 to 151 in 9de141f
bootstrap/scss/_input-group.scss
Lines 165 to 172 in 9de141f
The text was updated successfully, but these errors were encountered: