bootstrap/scss
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
..
mixins Gradients and shadows (#24429) 2017-10-19 09:03:33 -07:00
utilities Gradients and shadows (#24429) 2017-10-19 09:03:33 -07:00
_alert.scss changes the order of the close btn on alerts to improve accecibility 2017-09-30 23:32:39 -07:00
_badge.scss Badges add Sass variable to configure $badge-border-radius (#24213) 2017-10-02 21:11:11 -07:00
_breadcrumb.scss Switch to stylelint. (#23572) 2017-10-02 20:34:56 -07:00
_button-group.scss 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
_buttons.scss Gradients and shadows (#24429) 2017-10-19 09:03:33 -07:00
_card.scss Add border radius to an image when it's the only card of a card group (#24321) 2017-10-11 01:18:56 +03:00
_carousel.scss Gradients and shadows (#24429) 2017-10-19 09:03:33 -07:00
_close.scss Switch to stylelint. (#23572) 2017-10-02 20:34:56 -07:00
_code.scss Restyle code elements in links (#21392) 2016-12-21 20:28:34 -08:00
_custom-forms.scss Gradients and shadows (#24429) 2017-10-19 09:03:33 -07:00
_dropdown.scss Gradients and shadows (#24429) 2017-10-19 09:03:33 -07:00
_forms.scss Remove background-image: none; on .form-control (#24454) 2017-10-20 09:56:43 +03:00
_functions.scss Merge branch 'v4-dev' into yiq-function-update 2017-10-04 08:46:03 +02:00
_grid.scss De-dupe width on .fluid-container (#23402) 2017-08-14 18:11:44 -07:00
_images.scss Update spacer utilities (#22123) 2017-03-05 12:20:44 -08:00
_input-group.scss 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
_jumbotron.scss Drop .jumbotron-hr 2017-04-08 14:21:18 -07:00
_list-group.scss 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
_media.scss reduce .media styles to their bare minimum 2016-12-22 21:29:48 -08:00
_mixins.scss Add option to disable carets on dropdowns through $enable-caret 2017-08-14 09:10:17 -07:00
_modal.scss Switch to stylelint. (#23572) 2017-10-02 20:34:56 -07:00
_nav.scss Nav Pills with open dropdown don't reflect the nav-pills active state. The active state should also be reflected when using collapse plugin inside nav-pills. 2017-10-02 20:48:05 -07:00
_navbar.scss Fix dropup in bottom navbar for all the breakpoints 2017-10-04 16:22:55 +02:00
_pagination.scss 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
_popover.scss changes popovers from px to rem 2017-10-17 20:07:11 -07:00
_print.scss Switch to stylelint. (#23572) 2017-10-02 20:34:56 -07:00
_progress.scss remove unnecessary line-height 2017-08-10 22:50:59 -07:00
_reboot.scss Enable stylelint for _reboot.scss. 2017-10-07 00:11:40 +03:00
_root.scss Escape SassScript in custom variable values (#24354) 2017-10-14 08:29:43 +01:00
_tables.scss Enable stylelint's no-duplicate-selectors rule. 2017-10-07 00:11:40 +03:00
_tooltip.scss Refactor a few selectors so that the least specific ones are first. (#24310) 2017-10-10 16:46:43 +03:00
_transitions.scss Switch to stylelint. (#23572) 2017-10-02 20:34:56 -07:00
_type.scss Switch to stylelint. (#23572) 2017-10-02 20:34:56 -07:00
_utilities.scss Redo the "responsive helpers" files 2017-07-01 23:05:51 -07:00
_variables.scss Gradients and shadows (#24429) 2017-10-19 09:03:33 -07:00
bootstrap-grid.scss fix version number 2017-10-19 12:23:29 -07:00
bootstrap-reboot.scss fix version number 2017-10-19 12:23:29 -07:00
bootstrap.scss fix version number 2017-10-19 12:23:29 -07:00