Merge pull request #2231 from ianmacd/pr12

Reduce untagged message opacity during message selection.
pull/2270/head
Audric Ackermann 3 years ago committed by GitHub
commit 8148c63285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save