From bbf4792d81aa207087f0659aaa30f34e3e53ec86 Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Thu, 26 Oct 2023 04:23:47 +0530 Subject: [PATCH] right_sidebar: Drop keyboard shortcuts button from right sidebar. Fixes: #27381. --- web/styles/right_sidebar.css | 11 ----------- web/templates/right_sidebar.hbs | 3 --- web/templates/tooltip_templates.hbs | 4 ---- 3 files changed, 18 deletions(-) diff --git a/web/styles/right_sidebar.css b/web/styles/right_sidebar.css index 69ac66e807..8b2079970c 100644 --- a/web/styles/right_sidebar.css +++ b/web/styles/right_sidebar.css @@ -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; diff --git a/web/templates/right_sidebar.hbs b/web/templates/right_sidebar.hbs index 5c051b4510..e152ad02cd 100644 --- a/web/templates/right_sidebar.hbs +++ b/web/templates/right_sidebar.hbs @@ -24,9 +24,6 @@