Fixes #3075 - Misleading view of user icons which are on vacation and disabled

This commit is contained in:
Romit Choudhary 2021-09-22 15:55:00 +05:30 committed by Thorsten Eckel
parent 0b659776e9
commit 1fe7611bab

View file

@ -4997,6 +4997,11 @@ footer {
}
}
&--vacation {
filter: grayscale(70%);
opacity: 1;
}
&--idle {
filter: grayscale(100%);
opacity: 0.5;
@ -5007,11 +5012,6 @@ footer {
opacity: 0.2;
}
&--vacation {
filter: grayscale(70%);
opacity: 1;
}
&--unique {
background-image: image_url("/assets/images/avatar-bg.png");
background-size: 300px 226px;