Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Remove pre-defined background color for table row #521

Merged
merged 2 commits into from
Jul 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ reset the filter for the affected column(s)

### Fixed
[#491](https://github.com/plotly/dash-table/issues/491)
- Fixed unconsistent behaviors when editing cell headers
- Fixed inconsistent behaviors when editing cell headers

[#521](https://github.com/plotly/dash-table/pull/521)
- Fixed white line artifacts when rendering the table with browser zoom different from 100%

## [4.0.2] - 2019-07-15
### Fixed
Expand Down
4 changes: 0 additions & 4 deletions src/dash-table/components/Table/Table.less
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@
}
}

tr {
background-color: white;
}

td {
background-color: inherit;

Expand Down