From af023b09a11940c798b293f527fc9bcc2b758cdc Mon Sep 17 00:00:00 2001 From: ycaokris Date: Mon, 29 Jul 2019 16:54:00 -0400 Subject: [PATCH 1/2] Remove pre-defined background color for table row --- src/dash-table/components/Table/Table.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/dash-table/components/Table/Table.less b/src/dash-table/components/Table/Table.less index bff78b995..0e51ce9eb 100644 --- a/src/dash-table/components/Table/Table.less +++ b/src/dash-table/components/Table/Table.less @@ -244,10 +244,6 @@ } } - tr { - background-color: white; - } - td { background-color: inherit; From d21139bf04da28ae5882b14dc6df841fdd4d0bbf Mon Sep 17 00:00:00 2001 From: ycaokris Date: Tue, 30 Jul 2019 10:23:42 -0400 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd8effd5..09d14fdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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