Skip to content

Commit

Permalink
change disabled color
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Apr 8, 2019
1 parent d59c074 commit 1a72a4f
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 1a72a4f

Please sign in to comment.