Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[table] fixing CSS glitches on table view (#2725)
Somehow the CSS trick we use to display histogram-type visual elements in table views started showing some odd glitches since what I believe was a not-so-recent version of webkit. The bug is around the `linear-gradient` call under `background-image` prop being used to show non-gradient or "hard" colors, while using transparency. I was able to find a workaround that addresses things in chrome by using a fake [minimal] gradient instead of a flat color.
- Loading branch information