mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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", {
|
tippy.delegate("body", {
|
||||||
target: [
|
target: [
|
||||||
"#inbox-view .recipient_bar_icon",
|
"#inbox-view .visibility-policy-indicator .recipient_bar_icon",
|
||||||
"#left-sidebar-container .visibility-policy-icon",
|
"#left-sidebar-container .visibility-policy-icon",
|
||||||
].join(","),
|
].join(","),
|
||||||
...topic_visibility_policy_tooltip_props,
|
...topic_visibility_policy_tooltip_props,
|
||||||
|
Reference in New Issue
Block a user