mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
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:
parent
db1cf3b521
commit
c61a42615c
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user