Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #30618 from yzen/bug-1156786-settings-grayscale
Browse files Browse the repository at this point in the history
Bug 1156786 - make achievement icons grayscaled before they are rewar…
  • Loading branch information
yzen committed Jun 17, 2015
2 parents 29e9908 + 0b3e85f commit da18c1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/settings/style/achievements.css
Expand Up @@ -20,6 +20,10 @@
flex-shrink: 0;
}

.achievements-item:not(.rewarded) .icon {
filter: grayscale(1);
}

.achievements-item .details {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit da18c1c

Please sign in to comment.