2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

FIX: only staff highlight main post, not embedded replies

This commit is contained in:
Kris 2017-12-20 21:24:59 -05:00
parent 252cbd8635
commit 7b0f3f4e34

View file

@ -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);