mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
right_sidebar: Drop keyboard shortcuts button from right sidebar.
Fixes: #27381.
This commit is contained in:
parent
179d53b898
commit
bbf4792d81
@ -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;
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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"}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user