Skip to content

Commit

Permalink
[lens][datatable] Remove eui datagrid styles (elastic#204057)
Browse files Browse the repository at this point in the history
## Summary

Removes additional styles to make table background transparent, as it
was directly removed in EUI v98.2.1-borealis.1.1
elastic#204783.

### Checklist

<!--

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed

-->

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

Co-authored-by: Marta Bondyra <[email protected]>
(cherry picked from commit bdf496b)
  • Loading branch information
mariairiartef committed Feb 4, 2025
1 parent e5990e9 commit eaa2b3c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
.lnsDataTableContainer {
height: 100%;

// EUI issue to make background transparent https://github.com/elastic/eui/issues/8136
.euiDataGrid__content {
background: transparent;
}
}

.lnsTableCell--multiline {
Expand Down

0 comments on commit eaa2b3c

Please sign in to comment.