|
|
|
@ -134,11 +134,6 @@
|
|
|
|
|
padding: 4px;
|
|
|
|
|
user-select: none;
|
|
|
|
|
|
|
|
|
|
&:hover:not(.member-selected) {
|
|
|
|
|
background-color: $color-light-20;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
background-color: $color-light-10;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
@ -153,10 +148,6 @@
|
|
|
|
|
color: darkslategrey;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.member-selected {
|
|
|
|
|
background-color: $color-light-35;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mention-profile-name {
|
|
|
|
@ -179,29 +170,6 @@
|
|
|
|
|
background-color: rgba(255, 197, 50, 0.2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark-theme {
|
|
|
|
|
.member-list-container,
|
|
|
|
|
.create-group-dialog,
|
|
|
|
|
.invite-friends-dialog {
|
|
|
|
|
.member-item {
|
|
|
|
|
&:hover:not(.member-selected) {
|
|
|
|
|
background-color: $color-dark-55;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
background-color: $color-dark-70;
|
|
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
|
|
.pubkey-part {
|
|
|
|
|
color: rgb(230, 230, 230);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.member-selected {
|
|
|
|
|
background-color: $color-dark-60;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.module-conversation-list-item--mentioned-us {
|
|
|
|
|
border-left: 4px solid #ffb000 !important;
|
|
|
|
|