Skip to content

Commit

Permalink
Merge pull request #4147 from gitcoinco/rating-disabled
Browse files Browse the repository at this point in the history
change disabled color
  • Loading branch information
thelostone-mc authored Apr 10, 2019
2 parents 2bb3953 + 5c0f1e1 commit 324839e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/css/rating.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ fieldset:not(:disabled) .rating > input:checked ~ .rating-star:hover ~ .rating-s
}

fieldset:disabled .rating {
filter: grayscale(1);
filter: saturate(0.4);
}

0 comments on commit 324839e

Please sign in to comment.