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
The divider's were removed from bootstrap because the "dividers" can easily be made with a 1px border. See: twbs/bootstrap#9501
I would argue that the inclusion of a divider is a "design" decision and therefore should not be built into the core framework. If we want it to be part of the base design, then we can do that (and I think it wouldn't be a bad idea), but I don't think it should be an element per say (i.e. <li class="divider"></li>)
I'm not sure about divider-vertical. But it would be great to have a divider not only working with dropdowns but with navbars too (like it appears to be the case in foundation). I don't think it is just a 1px border. It is a 1px border which depends on the orientation of the surrounding li which might be altered by a media query.
But after reading the other thread, I don't think we'll see something happen soon.
add divider-vertical and divider-horizontal who where dropped in bootstrap 3 but still useful
The text was updated successfully, but these errors were encountered: