mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
user_card_popover: Add tooltip for status clear button.
Previously, the tooltip for the status clear button was scoped to only the personal menu popover. This commit moves that logic to `tippyjs.ts` and adds support for the status clear button in the user card popover.
This commit is contained in:
@@ -601,6 +601,12 @@ export function initialize(): void {
|
||||
},
|
||||
});
|
||||
|
||||
tippy.delegate("body", {
|
||||
target: ".personal-menu-clear-status",
|
||||
placement: "top",
|
||||
appendTo: () => document.body,
|
||||
});
|
||||
|
||||
tippy.delegate("body", {
|
||||
/*
|
||||
The tooltip for new user group button (+) icon button on #groups
|
||||
|
||||
Reference in New Issue
Block a user