Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Dec 6, 2019
1 parent f5325f7 commit 347a5e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -14711,7 +14711,8 @@ Data table core styles
}

.#{$prefix}--data-table th:last-of-type {
position: relative;
// Do not use `position: relative`, as its behavior is undefined for many table elements: https://www.w3.org/TR/CSS21/visuren.html#propdef-position
position: static;
width: auto;
}

Expand Down Expand Up @@ -14858,7 +14859,8 @@ Data table core styles
}

.#{$prefix}--data-table th.#{$prefix}--table-column-checkbox {
position: relative;
// Do not use `position: relative`, as its behavior is undefined for many table elements: https://www.w3.org/TR/CSS21/visuren.html#propdef-position
position: static;
background: $ui-03;
padding: rem(12px) $spacing-03 0 $spacing-05;
width: rem(
Expand Down

0 comments on commit 347a5e1

Please sign in to comment.