UX: prioritize moderator bg color in PMs (#13833)
This commit is contained in:
parent
7d9d4bcb6d
commit
c7beb0b9a6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue