mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
css: Avoid unused background for group PMs.
The background color for group PMs is driven by specific styles in the HTML, so the CSS definition here was inaccurate.
This commit is contained in:
@@ -7,9 +7,12 @@
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.user_active .user-status-indicator {
|
||||
background-color: hsl(106, 74%, 44%);
|
||||
}
|
||||
|
||||
.user_active .user-status-indicator,
|
||||
.group-pm-status-indicator {
|
||||
background-color: hsl(106, 74%, 44%);
|
||||
border-color: hsl(106, 74%, 44%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user