UX: staff color on posts should be consistent on mobile and desktop
This commit is contained in:
parent
5f948a35c6
commit
fcca194883
|
@ -344,10 +344,8 @@ span.post-count {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-post {
|
.moderator .topic-body {
|
||||||
&.moderator {
|
|
||||||
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
|
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-button.visible {
|
.quote-button.visible {
|
||||||
|
@ -528,4 +526,3 @@ span.highlighted {
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
margin-right: -10px;
|
margin-right: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue