mirror of https://github.com/zulip/zulip.git
Add stream-sidebar-arrow class
(imported from commit f26e797dce1b1f612872d4026dcf6c10f9cfbba6)
This commit is contained in:
parent
0cf588cd25
commit
cc30f658b2
|
@ -253,7 +253,7 @@ exports.register_click_handlers = function () {
|
|||
e.preventDefault();
|
||||
});
|
||||
|
||||
$('#stream_filters').on('click', 'span.arrow', function (e) {
|
||||
$('#stream_filters').on('click', '.stream-sidebar-arrow', function (e) {
|
||||
var elt = e.target;
|
||||
if (stream_sidebar_popped()
|
||||
&& current_stream_sidebar_elem === elt) {
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
<i class="icon-vector-lock {{dark_background}}"></i>
|
||||
{{/if}}
|
||||
</div>
|
||||
<span class="arrow"><i class="icon-vector-chevron-down"></i></span>
|
||||
<span class="arrow stream-sidebar-arrow"><i class="icon-vector-chevron-down"></i></span>
|
||||
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue