Skip to content

Instantly share code, notes, and snippets.

@pkaminski
pkaminski / style.css
Last active April 21, 2023 04:08
Stylesheet to remove filter from dashboard author avatars in Reviewable
.open.reviews td.summary .author.avatar.image {
filter: none;
}