Per Kayla's comment below, remove the extra 1px border under collapsed expandable rows.
Additional info from dupe #6667 (comment)
Double bottom-border on non-expanded rows in expandable tables. Here's where the borders are coming from
|
.#{$table}__tbody { |
|
border-block-end: var(--#{$table}__tr--BorderBlockEndWidth) solid var(--#{$table}__tr--BorderBlockEndColor); |
|
} |
|
// - Table grid not expandable row |
|
tr:where(.#{$table}__tr):not(.#{$table}__expandable-row) { |
|
border-block-end: var(--#{$table}__tr--responsive--border-width--base) solid var(--#{$table}--responsive--BorderColor); |
|
} |
Per Kayla's comment below, remove the extra 1px border under collapsed expandable rows.
Additional info from dupe #6667 (comment)