Fix #3398: Show "(deleted)" next to topics in forum searches.
This commit is contained in:
@@ -64,7 +64,7 @@ div#c-forum-topics {
|
||||
}
|
||||
|
||||
span.locked-topic {
|
||||
color: #666;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
span.level-topic {
|
||||
@@ -76,3 +76,11 @@ div#c-forum-topics {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
#c-forum-posts #a-index {
|
||||
tr[data-topic-is-deleted="true"] .forum-post-topic-title::after,
|
||||
tr[data-is-deleted="true"] .forum-post-excerpt::after {
|
||||
content: " (deleted)";
|
||||
color: gray;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user