twbs--bootstrap/docs/4.0/layout
rmacklin 9e6dabbb10 Reduce z-indexes in button-group, input-group, list-group, and pagination to the minimum necessary (#24315)
These were using `z-index: 2` to "Place active items above their
siblings for proper border styling". However, using `z-index: 1` is
sufficient for accomplishing that goal.

In input-group, there were also three `z-index: 3` rules for the
hover/focus/active states. I reduced these to `z-index: 2` since they
just needed to be "one more than normal" (i.e. one more than what is now
`z-index: 1` after my changes).

These changes can be verified by viewing the documentation pages for
Button group, Input group, List group, and Pagination before and after
this commit and observing that the active elements are still "above"
their siblings, so their borders look correct.
2017-10-20 10:01:29 +03:00
..
grid.md Updated Safari Bug (#24350) 2017-10-12 21:22:18 +03:00
media-object.md remove d-flex class from img tag in docs 2017-08-22 11:09:16 -07:00
overview.md Reduce z-indexes in button-group, input-group, list-group, and pagination to the minimum necessary (#24315) 2017-10-20 10:01:29 +03:00
utilities-for-layout.md Move /utilities/flexbox to /utilities/flex to match name of SCSS file 2017-07-01 23:05:51 -07:00