sidebar: Make icon clickable for '< All Streams' in left sidebar.

This commit is contained in:
Rohitt Vashishtha 2017-03-30 01:45:21 +05:30 committed by Tim Abbott
parent 4f9b6303a7
commit 4659f97649
2 changed files with 5 additions and 1 deletions

View File

@ -452,3 +452,7 @@ li.show-more-private-messages a {
.zoom-in .zoom-in-hide {
display: none;
}
.show-all-streams .icon-vector-chevron-left {
text-decoration: none;
}

View File

@ -22,7 +22,7 @@
<div class="all-streams-padding">
<ul class="filters">
<li data-name="all-streams">
<i class="icon-vector-chevron-left"></i> <a href="" class="show-all-streams">{{ _('All streams') }}</a>
<a href="" class="show-all-streams"> <i class="icon-vector-chevron-left"></i>{{ _('All streams') }}</a>
</li>
</ul>
</div>