mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
recent_view: Replace fa-envelope with zulip-icon-user.
We don't have any more occurrences of fa-envelope is our codebase now.
This commit is contained in:
parent
2f8238d74c
commit
0565fbb6ff
@ -649,7 +649,7 @@
|
||||
}
|
||||
|
||||
#recent_view_table {
|
||||
.fa-envelope,
|
||||
.zulip-icon-user,
|
||||
.fa-group {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.fa-envelope {
|
||||
.zulip-icon-user {
|
||||
/* Legacy 11.2px size at 14px/1em. */
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="flex_container flex_container_pm">
|
||||
<div class="left_part recent_view_focusable" data-col-index="{{ column_indexes.stream }}">
|
||||
{{#if is_private}}
|
||||
<span class="fa fa-envelope"></span>
|
||||
<span class="zulip-icon zulip-icon-user"></span>
|
||||
<a href="{{pm_url}}">{{t "Direct messages" }}</a>
|
||||
{{else}}
|
||||
<span class="stream-privacy-original-color-{{stream_id}} stream-privacy filter-icon" style="color: {{stream_color}}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user