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

Commit e90fa76

Browse files
authored
Merge pull request #521 from plotly/remove-tr-bg-color
Remove pre-defined background color for table row
2 parents 507e241 + d21139b commit e90fa76

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ reset the filter for the affected column(s)
2323

2424
### Fixed
2525
[#491](https://github.com/plotly/dash-table/issues/491)
26-
- Fixed unconsistent behaviors when editing cell headers
26+
- Fixed inconsistent behaviors when editing cell headers
27+
28+
[#521](https://github.com/plotly/dash-table/pull/521)
29+
- Fixed white line artifacts when rendering the table with browser zoom different from 100%
2730

2831
## [4.0.2] - 2019-07-15
2932
### Fixed

src/dash-table/components/Table/Table.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@
244244
}
245245
}
246246

247-
tr {
248-
background-color: white;
249-
}
250-
251247
td {
252248
background-color: inherit;
253249

0 commit comments

Comments
 (0)