Skip to content

Commit

Permalink
fix(Data-table): table expand rows
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Feb 12, 2024
1 parent 2637c64 commit dee31fa
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,13 @@
:host(#{$prefix}-table-expanded-row[slug]) {
@include ai-table-gradient();

td {
padding-inline-start: to-rem(88px);
}

&[highlighted] {
@include ai-table-gradient('hover');
}
}

:host(#{$prefix}-table-expanded-row[rows-with-slug]) {
td {
padding-inline-start: to-rem(88px);
}
}

0 comments on commit dee31fa

Please sign in to comment.