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
|
// 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);
|
||||||
|
|
Loading…
Reference in New Issue