_button-group.scss 238 B

12345678910111213141516
  1. .btn-group,
  2. .btn-group-vertical {
  3. box-shadow: $input-box-shadow;
  4. > .btn-check:checked + .btn,
  5. > .btn:active,
  6. > .btn.active {
  7. z-index: 5;
  8. }
  9. > .btn-check:focus + .btn,
  10. > .btn:hover,
  11. > .btn:focus {
  12. z-index: 1;
  13. }
  14. }