You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I saw this, just came here to drop my fix which was to remove the 'profile' entries from the main set of filter inverts.
However (and I'm just testing this now) you may be able to more simply RE-invert it using:
.css-ob4lje {
filter: revert !important;
}
This done using userContent.css and an @import url("FILENAME.css"); line, with a cursory :root command in the main CSS so I can just edit it all in FireFox. ;)
Also, perhaps separate issue, but I'm not wanting to swamp the poor person, but Jira has a dark mode itself now, so I've placed all of my CSS under this:
Bug report
Profile images are appearing colour-inverted in some lists. For example, when you open a release, in the release tasks list.
Example:
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.The text was updated successfully, but these errors were encountered: