mirror of https://github.com/zulip/zulip.git
Align star icon with home icon
(imported from commit c8ba6b53ce9faf9e003cb7b1a0096f13fc85002e)
This commit is contained in:
parent
dc0736ef97
commit
5069140116
|
@ -31,7 +31,7 @@
|
|||
filter-icon"></span>Your Messages <span class="count">(<span class="value"></span>)</span></a></li>
|
||||
<li data-name="all" class="hidden-filter"><a href="#narrow/in/all">All messages <span class="count">(<span class="value"></span>)</span></a></li>
|
||||
<li data-name="private" ><a href="#narrow/is/private-message">All private messages <span class="count">(<span class="value"></span>)</span></a></li>
|
||||
<li data-name="starred"><a href="#narrow/is/starred"><span class="icon-star filter-icon"></span>Starred messages</a></li>
|
||||
<li data-name="starred"><a href="#narrow/is/starred"><span class="icon-star humbug-icon-star filter-icon"></span>Starred messages</a></li>
|
||||
</ul>
|
||||
<ul id="stream_filters" class="filters scrolling_list"></ul>
|
||||
</div>
|
||||
|
|
|
@ -1108,3 +1108,8 @@ li.expanded_subject {
|
|||
#pw_change_controls {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* The regular icon-star is not aligned correctly with respect to icon-home */
|
||||
.humbug-icon-star {
|
||||
background-position: -121px 0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue