-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix table cell white border artifact #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deployment fails caused by server downtime. Similar broken task https://circleci.com/gh/plotly/dash-sample-apps/4120 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While this change is technically accurate, as we discussed, I think this should be fixed in the table itself.
Removing the style below should have (1) have no undesired side-effect on default styling for most reasonable usage scenarios, (2) officialize at the table level the fix you are proposing for your app :) See: https://github.com/plotly/dash-table/blob/master/src/dash-table/components/Table/Table.less#L247
Fix in plotly/dash-table#521 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃
About
In dash-table==0.4.2, background color of table-row is set to be white, and overwrites border color at different zooming ratio in presence of css rule as {"selector": "td", "rule": "border: none !important;"}.
Fixed by setting it transparent.