mirror of https://github.com/zulip/zulip.git
right-sidebar: Remove duplicate search people tooltip.
The buddy list redesign introduced a new, more detailed tooltip, and neglected to remove the previous one.
This commit is contained in:
parent
d10d72e6a9
commit
f5505ace89
|
@ -245,7 +245,6 @@ export function initialize(): void {
|
|||
delegate("body", {
|
||||
target: [
|
||||
"#streams_header .streams-tooltip-target",
|
||||
"#user_filter_icon",
|
||||
"#scroll-to-bottom-button-clickable-area",
|
||||
".spectator_narrow_login_button",
|
||||
"#stream-specific-notify-table .unmute_stream",
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
<h4 class='right-sidebar-title' id='userlist-title'>
|
||||
{{t 'USERS' }}
|
||||
</h4>
|
||||
<i id="user_filter_icon" class="fa fa-search"
|
||||
aria-hidden="true" aria-label="{{t 'Search people' }}"
|
||||
data-tooltip-template-id="search-people-tooltip-template">
|
||||
</i>
|
||||
<i id="user_filter_icon" class="fa fa-search"></i>
|
||||
</div>
|
||||
<div class="input-append notdisplayed" id="user_search_section">
|
||||
<input class="user-list-filter home-page-input filter_text_input" type="text" autocomplete="off" placeholder="{{t 'Search people' }}" />
|
||||
|
|
|
@ -184,10 +184,6 @@
|
|||
{{t "Mute topic" }}
|
||||
{{tooltip_hotkey_hints "Shift" "M"}}
|
||||
</template>
|
||||
<template id="search-people-tooltip-template">
|
||||
{{t 'Search people' }}
|
||||
{{tooltip_hotkey_hints "W"}}
|
||||
</template>
|
||||
<template id="restore-scheduled-message-tooltip-template">
|
||||
{{t 'Edit and reschedule message' }}
|
||||
{{tooltip_hotkey_hints "Enter"}}
|
||||
|
|
Loading…
Reference in New Issue