recent_topics: Show msg if no topics are visible.

This commit is contained in:
Aman Agrawal 2020-06-01 17:00:06 +05:30 committed by Tim Abbott
parent ad2e7026c8
commit e5e02319b4
2 changed files with 8 additions and 2 deletions

View File

@ -57,6 +57,13 @@
padding: 15px;
overflow: hidden !important;
.required-text:empty::after {
content: attr(data-empty);
display: block;
font-style: italic;
color: hsl(0, 0%, 67%);
}
.fa-check-square-o,
.fa-square-o {
padding: 0 2px 0 2px;

View File

@ -18,7 +18,6 @@
<th data-sort="numeric" data-sort-prop="last_msg_id" class="active descend">{{t 'Last message' }}</th>
</tr>
</thead>
<tbody>
</tbody>
<tbody class="required-text" data-empty="{{t 'No topics match your current filter.' }}"></tbody>
</table>
</div>