Skip to content

Commit 8b9979b

Browse files
authored
revert: Revert "fix: Remove background color from borderless table header (#3… (#3194)
1 parent 0f1a6cf commit 8b9979b

File tree

3 files changed

+0
-68
lines changed

3 files changed

+0
-68
lines changed

pages/table/embedded-in-alert.page.tsx

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/container/styles.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@
127127
background-color: awsui.$color-background-layout-main;
128128
}
129129

130-
// "embedded" variant is passed to container only from table variants "borderless" and "embedded"
131-
&.header-variant-embedded {
132-
background-color: transparent;
133-
}
134-
135130
&.header-with-media {
136131
background: none;
137132
&:not(:empty) {

src/table/header-cell/styles.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ $cell-horizontal-padding: awsui.$space-scaled-l;
7575
&-variant-full-page.header-cell-hidden {
7676
border-block-end-color: transparent;
7777
}
78-
&-variant-borderless {
79-
background: none;
80-
}
8178
&:last-child,
8279
&.header-cell-sortable {
8380
padding-inline-end: awsui.$space-xs;

0 commit comments

Comments
 (0)