Skip to content

Commit

Permalink
revert: Revert "fix: Remove background color from borderless table he…
Browse files Browse the repository at this point in the history
…ader (#3… (#3194)
  • Loading branch information
cansuaa authored Jan 15, 2025
1 parent 0f1a6cf commit 8b9979b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 68 deletions.
60 changes: 0 additions & 60 deletions pages/table/embedded-in-alert.page.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions src/container/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@
background-color: awsui.$color-background-layout-main;
}

// "embedded" variant is passed to container only from table variants "borderless" and "embedded"
&.header-variant-embedded {
background-color: transparent;
}

&.header-with-media {
background: none;
&:not(:empty) {
Expand Down
3 changes: 0 additions & 3 deletions src/table/header-cell/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ $cell-horizontal-padding: awsui.$space-scaled-l;
&-variant-full-page.header-cell-hidden {
border-block-end-color: transparent;
}
&-variant-borderless {
background: none;
}
&:last-child,
&.header-cell-sortable {
padding-inline-end: awsui.$space-xs;
Expand Down

0 comments on commit 8b9979b

Please sign in to comment.