Skip to content

Profile images appear colour-inverted in some tasks lists #18

@fromero98

Description

@fromero98

Bug report

Profile images are appearing colour-inverted in some lists. For example, when you open a release, in the release tasks list.

Example:
image

It looks like it's related to this piece of code, as setting filter: none; in the HTML element using Chrome dev tools fixes it.

html {
  filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
  background: white;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions