UX: staff color on posts should be consistent on mobile and desktop

This commit is contained in:
Arpit Jalan 2015-11-12 11:05:37 +05:30
parent 5f948a35c6
commit fcca194883
1 changed files with 2 additions and 5 deletions

View File

@ -344,10 +344,8 @@ span.post-count {
padding: 15px 0;
}
.topic-post {
&.moderator {
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
}
.moderator .topic-body {
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
}
.quote-button.visible {
@ -528,4 +526,3 @@ span.highlighted {
margin-left: -10px;
margin-right: -10px;
}