Revert "stream_sidebar_row: Use tooltips for showing stream name on hover."

This reverts commit be240c2820.

This commit didn't get a positive reception on chat.zulip.org.
This commit is contained in:
Tim Abbott 2021-07-07 21:20:10 -07:00
parent db1cf3b521
commit c61a42615c

View File

@ -8,7 +8,7 @@
{{> stream_privacy }}
</span>
<a href="{{uri}}" data-tippy-content="{{name}}" data-tippy-delay="[400, 0]" class="stream-name tippy-zulip-tooltip">{{name}}</a>
<a href="{{uri}}" title="{{name}}" class="stream-name">{{name}}</a>
<span class="unread_count"></span>
</div>