twbs--bootstrap/docs/4.0
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
..
about Minor Markdown consistency changes. 2017-09-26 17:04:45 +03:00
components remove form control label as it have been removed (#24442) 2017-10-19 10:31:49 -07:00
content Better docs for table-responsive classes (#24438) 2017-10-19 08:55:53 -07:00
examples Lint examples' CSS too. 2017-10-09 11:20:05 +03:00
extend Minor Markdown consistency changes. 2017-09-26 17:04:45 +03:00
getting-started new current_ruby-version var 2017-10-19 12:23:29 -07:00
layout 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 typo 2017-10-19 12:23:29 -07:00
browser-bugs.md
migration.md migration.md: fix Jekyll variable. (#24449) 2017-10-20 09:41:36 +03:00