Skip to content
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

[table] fixing CSS glitches on table view #2725

Merged
merged 1 commit into from
May 9, 2017

Commits on May 8, 2017

  1. [table] fixing CSS glitches on table view

    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.
    mistercrunch committed May 8, 2017
    Configuration menu
    Copy the full SHA
    d148126 View commit details
    Browse the repository at this point in the history