mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 16:55:08 +00:00
FIX: only staff highlight main post, not embedded replies
This commit is contained in:
parent
252cbd8635
commit
7b0f3f4e34
@ -67,7 +67,7 @@
|
||||
|
||||
// add staff color
|
||||
.moderator {
|
||||
.cooked {
|
||||
.regular > .cooked {
|
||||
background-color: dark-light-choose($highlight-low, $highlight-medium);
|
||||
padding: 10px;
|
||||
img:not(.thumbnail) {
|
||||
@ -75,7 +75,7 @@
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.names {
|
||||
.clearfix > .topic-meta-data > .names {
|
||||
span.user-title {
|
||||
background-color: dark-light-choose($highlight-low, $highlight-medium);
|
||||
color: dark-light-choose($primary-high, $secondary-low);
|
||||
|
Loading…
x
Reference in New Issue
Block a user