mirror of https://github.com/zulip/zulip.git
recent_topics: Show msg if no topics are visible.
This commit is contained in:
parent
ad2e7026c8
commit
e5e02319b4
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue