Skip to content

Commit

Permalink
Merge branch 'main' into 8043-modal-body-content-token
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 9, 2021
2 parents 4711794 + 1f0ee97 commit ef39f58
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}

tr.#{$prefix}--parent-row.#{$prefix}--expandable-row + tr[data-child-row] td {
padding-left: $carbon--spacing-09;
padding-left: 4rem;
border-bottom: 1px solid $ui-03;
transition: padding-bottom $duration--fast-02 motion(standard, productive),
transform $duration--fast-02 motion(standard, productive),
Expand Down Expand Up @@ -164,11 +164,6 @@
border-bottom: 1px solid $ui-03;
}

.#{$prefix}--data-table th.#{$prefix}--table-expand + th,
.#{$prefix}--data-table td.#{$prefix}--table-expand + td {
padding-left: 0;
}

.#{$prefix}--data-table
th.#{$prefix}--table-expand
+ .#{$prefix}--table-column-checkbox,
Expand Down

0 comments on commit ef39f58

Please sign in to comment.