Reduce untagged message opacity during message selection.

This improves legibility for moderators when reading through a group and
tagging messages for deletion.
pull/2231/head
Ian Macdonald 3 years ago
parent e7802287fc
commit 18908c6441
No known key found for this signature in database
GPG Key ID: AE4C20556BA626FA

@ -91,7 +91,7 @@
.selection-mode { .selection-mode {
.messages-container > *:not(.message-selected) { .messages-container > *:not(.message-selected) {
animation: toShadow $session-transition-duration; animation: toShadow $session-transition-duration;
opacity: 0.25; opacity: 0.40;
} }
} }
} }

Loading…
Cancel
Save