Skip to content

Instantly share code, notes, and snippets.

@pkaminski
Last active April 21, 2023 04:08
Show Gist options
  • Save pkaminski/00261671ae3caefb56e9b8b3147e0516 to your computer and use it in GitHub Desktop.
Save pkaminski/00261671ae3caefb56e9b8b3147e0516 to your computer and use it in GitHub Desktop.
Stylesheet to remove filter from dashboard author avatars in Reviewable
.open.reviews td.summary .author.avatar.image {
filter: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment