mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
inbox: Don't show same tooltip for all recipient_bar_icon icons.
We need to show different tooltip for channel row visibility icons.
This commit is contained in:
@@ -219,7 +219,7 @@ export function initialize(): void {
|
||||
|
||||
tippy.delegate("body", {
|
||||
target: [
|
||||
"#inbox-view .recipient_bar_icon",
|
||||
"#inbox-view .visibility-policy-indicator .recipient_bar_icon",
|
||||
"#left-sidebar-container .visibility-policy-icon",
|
||||
].join(","),
|
||||
...topic_visibility_policy_tooltip_props,
|
||||
|
Reference in New Issue
Block a user