Skip to content

Commit e329dac

Browse files
committed
Reapply reduced untagged message opacity during message selection.
This improves legibility for moderators when reading through a group and tagging messages for deletion.
1 parent a65603b commit e329dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylesheets/_session_conversation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
.selection-mode {
8989
.messages-container > *:not(.message-selected) {
9090
animation: toShadow var(--default-duration);
91-
opacity: 0.3;
91+
opacity: 0.4;
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)