暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rowgroup.bootstrap5.scss 235B

123456789
  1. @import "../../scss/_bootstrap-extended/include";
  2. @import "datatables.net-rowgroup-bs5/css/rowGroup.bootstrap5";
  3. table.table.dataTable > tbody > tr {
  4. &.group,
  5. &.group:hover {
  6. background-color: var(--#{$prefix}gray-100);
  7. }
  8. }