mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
We have bound the `mouseenter` event with a circle status parent element to render the tooltip. Instead of passing the tooltip content directly in `data-tippy-content`, we are rendering it via JS because when showing the bot tooltip we want a multiline tooltip. We have also made some minor changes to `do_render_buddy_list_tooltip`, so we can append the tooltip to the target element and avoid adding a observer to it. This commit also sets the font weight for tippy content to 400 to avoid bold content.
38 KiB
38 KiB