mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user