mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
streams_nav: Use tippy for tooltip.
Tippyjs automatically places it to right, placement can change to bottom if there is no space available to right.
This commit is contained in:
@@ -323,10 +323,6 @@ export function initialize_kitchen_sink_stuff() {
|
||||
timerender.set_full_datetime(message, time_elem);
|
||||
});
|
||||
|
||||
$("#streams_header h4").tooltip({placement: "right", animation: false});
|
||||
|
||||
$('#streams_header i[data-toggle="tooltip"]').tooltip({placement: "left", animation: false});
|
||||
|
||||
$('.message_failed i[data-toggle="tooltip"]').tooltip();
|
||||
|
||||
$('.copy_message[data-toggle="tooltip"]').tooltip();
|
||||
|
||||
Reference in New Issue
Block a user