user status: Make "unavailable" status circle grey.

After discussion, we decided that the red color is too distinct
and does not convey the idea of "almost offline".

This changes the new "unavailable" status circle's color from dark
red to grey, the same color used by the "offline" status circle.
This commit is contained in:
Boris Yankov 2019-03-01 22:51:07 +02:00
parent 3d427d02cc
commit 9edc39c8be
1 changed files with 2 additions and 2 deletions

View File

@ -38,11 +38,11 @@
}
.user_circle_empty_line {
border-color: hsl(0, 90%, 40%);
border-color: hsl(0, 0%, 50%);
&::after {
content: '';
background: hsl(0, 90%, 40%);
background: hsl(0, 0%, 50%);
height: 1.5px; // 1px is too thin, 2px is too thick
width: 6px;
display: block;