Skip to content

Commit

Permalink
fix(datagrid): remove container background
Browse files Browse the repository at this point in the history
closes #8136
  • Loading branch information
weronikaolejniczak committed Dec 11, 2024
1 parent b937ece commit d18f803
Show file tree
Hide file tree
Showing 10 changed files with 3 additions 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.
3 changes: 3 additions & 0 deletions packages/eui/changelogs/upcoming/8220.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Made EuiDataGrid content container background transparent.
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 d18f803

Please sign in to comment.