mirror of https://github.com/zulip/zulip.git
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:
parent
3d427d02cc
commit
9edc39c8be
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue