Skip to content

Commit

Permalink
Merge branch 'master' into 3616-definition-tooltip-hoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Feb 25, 2020
2 parents 9213397 + 7599426 commit e78642a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -15197,7 +15197,8 @@ Data table core styles
padding: rem(2px) 0;
}

.#{$prefix}--data-table--compact td {
.#{$prefix}--data-table--compact td,
.#{$prefix}--data-table--compact tbody tr th {
padding-top: rem(2px);
padding-bottom: rem(2px);
}
Expand Down Expand Up @@ -15238,7 +15239,8 @@ Data table core styles
padding: rem(7px) 0;
}

.#{$prefix}--data-table--short td {
.#{$prefix}--data-table--short td,
.#{$prefix}--data-table--short tbody tr th {
padding-top: rem(7px);
padding-bottom: rem(6px);
}
Expand Down Expand Up @@ -15271,7 +15273,8 @@ Data table core styles
padding: rem(16px) 0;
}

.#{$prefix}--data-table--tall td {
.#{$prefix}--data-table--tall td,
.#{$prefix}--data-table--tall tbody tr th {
padding-top: 1rem;
}

Expand Down

0 comments on commit e78642a

Please sign in to comment.