MDL-80183 message: render user online status as an accessible icon.

This commit is contained in:
Paul Holden 2024-02-22 11:27:46 +00:00
parent d3ad77e476
commit 45f83c203f
No known key found for this signature in database
GPG key ID: A81A96D6045F6164
7 changed files with 22 additions and 24 deletions

View file

@ -31565,14 +31565,10 @@ a.ygtvspacer:hover {
.message-app .contact-status {
position: absolute;
left: 39px;
top: 39px;
width: 10px;
height: 10px;
border-radius: 50%;
top: 34px;
}
.message-app .contact-status.online {
border: 1px solid #fff;
background-color: #357a32;
.message-app .contact-status.online .icon {
color: #357a32;
}
.message-app .message p {
margin: 0;