right_sidebar: Drop keyboard shortcuts button from right sidebar.

Fixes: #27381.
This commit is contained in:
Sayam Samal 2023-10-26 04:23:47 +05:30 committed by Tim Abbott
parent 179d53b898
commit bbf4792d81
3 changed files with 0 additions and 18 deletions

View File

@ -251,17 +251,6 @@ $user_status_emoji_width: 24px;
}
}
#keyboard-icon {
position: relative;
cursor: pointer;
font-size: 20px;
margin-right: 15px;
}
#sidebar-keyboard-shortcuts {
color: inherit;
}
.right-sidebar-shortcuts {
display: flex;
flex-direction: row;

View File

@ -24,9 +24,6 @@
</div>
<div class="right-sidebar-shortcuts">
<a class="invite-user-link" role="button"><i class="fa fa-user-plus" aria-hidden="true"></i>{{t 'Invite more users' }}</a>
<a id="sidebar-keyboard-shortcuts" data-overlay-trigger="keyboard-shortcuts" class="hidden-for-spectators">
<i class="fa fa-keyboard-o fa-2x tippy-zulip-tooltip" id="keyboard-icon" data-tooltip-template-id="keyboard-icon-tooltip-template"></i>
</a>
{{#if realm_rendered_description}}
<div class="only-visible-for-spectators">
<div class="realm-description">

View File

@ -178,10 +178,6 @@
{{t 'Search people' }}
{{tooltip_hotkey_hints "W"}}
</template>
<template id="keyboard-icon-tooltip-template">
{{t 'Keyboard shortcuts' }}
{{tooltip_hotkey_hints "?"}}
</template>
<template id="restore-scheduled-message-tooltip-template">
{{t 'Edit and reschedule message' }}
{{tooltip_hotkey_hints "Enter"}}