Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 28dc149

Browse files
committed
feat(video rooms): highlight participants icon
Previously, when other users had joined a video room, the difference displayed to the local user was very subtle. Now, the participants icon will always display as a colour, to draw the users attention.
1 parent 92c5078 commit 28dc149

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

res/css/views/rooms/_LiveContentSummary.pcss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,17 @@ Please see LICENSE files in the repository root for full details.
3434
}
3535
}
3636

37+
/* elecord, highlight participants */
38+
.mx_LiveContentSummary_participants {
39+
color: var(--cpd-color-text-action-accent);
40+
}
41+
3742
.mx_LiveContentSummary_participants::before {
3843
display: inline-block;
3944
vertical-align: text-bottom;
4045
content: "";
41-
background-color: $secondary-content;
46+
/* background-color: $secondary-content; */
47+
background-color: var(--cpd-color-text-action-accent);
4248
mask-image: url("$(res)/img/element-icons/group-members.svg");
4349
mask-size: 16px;
4450
width: 16px;

0 commit comments

Comments
 (0)