add dimmed style to base for flagged/hidden posts
This commit is contained in:
parent
5efca54bee
commit
c712b0f4b8
|
@ -54,3 +54,7 @@ aside.quote {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-hidden {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
|
@ -583,10 +583,6 @@ text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-hidden {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.moderator {
|
.moderator {
|
||||||
.topic-body {
|
.topic-body {
|
||||||
background-color: scale-color($highlight, $lightness: 75%);
|
background-color: scale-color($highlight, $lightness: 75%);
|
||||||
|
|
Loading…
Reference in New Issue