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 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;