Fade out incompatible pets, too
This commit is contained in:
parent
382c1c9da3
commit
6f19ef8c88
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ function SpeciesFaceOption({
|
||||||
width={50}
|
width={50}
|
||||||
height={50}
|
height={50}
|
||||||
filter={isCompatible ? "saturate(90%)" : "saturate(0%)"}
|
filter={isCompatible ? "saturate(90%)" : "saturate(0%)"}
|
||||||
opacity="0.9"
|
opacity={isCompatible ? "0.9" : "0.6"}
|
||||||
transition="all 0.2s"
|
transition="all 0.2s"
|
||||||
className={css`
|
className={css`
|
||||||
input:checked + * & {
|
input:checked + * & {
|
||||||
|
|
Loading…
Reference in a new issue