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
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
// add staff color // add staff color
.moderator { .moderator {
.cooked { .regular > .cooked {
background-color: dark-light-choose($highlight-low, $highlight-medium); background-color: dark-light-choose($highlight-low, $highlight-medium);
padding: 10px; padding: 10px;
img:not(.thumbnail) { img:not(.thumbnail) {
@ -75,7 +75,7 @@
height: auto; height: auto;
} }
} }
.names { .clearfix > .topic-meta-data > .names {
span.user-title { span.user-title {
background-color: dark-light-choose($highlight-low, $highlight-medium); background-color: dark-light-choose($highlight-low, $highlight-medium);
color: dark-light-choose($primary-high, $secondary-low); color: dark-light-choose($primary-high, $secondary-low);