Skip to content

Commit

Permalink
feat(datagrid): remove container background (#8220)
Browse files Browse the repository at this point in the history
  • Loading branch information
weronikaolejniczak authored Dec 12, 2024
1 parent 7346052 commit 351bc8f
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/eui/changelogs/upcoming/8220.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated `EuiDataGrid` content to have a transparent background.
1 change: 0 additions & 1 deletion packages/eui/src/components/datagrid/data_grid.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ export const euiDataGridStyles = (euiThemeContext: UseEuiTheme) => {
${logicalSizeCSS('100%')}
${logicalCSS('max-width', '100%')}
overflow: hidden;
background-color: ${euiTheme.colors.body};
font-feature-settings: 'tnum' 1; /* Tabular numbers */
`,
// Wrapper around EuiDataGrid
Expand Down

0 comments on commit 351bc8f

Please sign in to comment.