UX: prioritize moderator bg color in PMs (#13833)

This commit is contained in:
Kris 2021-07-23 13:06:48 -04:00 committed by GitHub
parent 7d9d4bcb6d
commit c7beb0b9a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 6 deletions

View File

@ -23,14 +23,18 @@
}
.current-user-post {
&:not(.moderator) {
.topic-body .cooked {
background: var(--tertiary-very-low);
}
.topic-body.highlighted {
.cooked {
animation: current-user-background-fade-highlight 2.5s ease-out;
}
}
}
.topic-body .cooked {
border: 1px solid transparent;
background: var(--tertiary-very-low);
}
.topic-body.highlighted {
.cooked {
animation: current-user-background-fade-highlight 2.5s ease-out;
}
}
.embedded-posts {
.topic-body .cooked {