mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
Part 2. Hide and disable Keyboard Shortcuts, because they make using Ctrl-C to copy etc impossible.
Thanks to xet7 ! Fixes #5603, fixes #2423, fixes #1878, fixes #931
This commit is contained in:
parent
4e73c56afe
commit
94391d4cde
1 changed files with 6 additions and 4 deletions
|
@ -5,10 +5,12 @@ template(name="sidebar")
|
|||
// title="{{showTongueTitle}}")
|
||||
// i.fa.fa-navicon
|
||||
.sidebar-actions
|
||||
//.sidebar-shortcuts
|
||||
// a.board-header-btn.js-shortcuts(title="{{_ 'keyboard-shortcuts' }}")
|
||||
// i.fa.fa-keyboard-o
|
||||
// span {{_ 'keyboard-shortcuts' }}
|
||||
.sidebar-shortcuts
|
||||
|
||||
|
||||
//a.board-header-btn.js-shortcuts(title="{{_ 'keyboard-shortcuts' }}")
|
||||
// i.fa.fa-keyboard-o
|
||||
// span {{_ 'keyboard-shortcuts' }}
|
||||
a.sidebar-xmark.js-close-sidebar ✕
|
||||
.sidebar-content.js-board-sidebar-content
|
||||
//a.hide-btn.js-hide-sidebar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue