diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-23 16:49:56 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-23 17:00:47 +0200 |
commit | 8013dab044e7dabb2b61c2aa7e0d47d095ad8e40 (patch) | |
tree | 0cfd1370d3527dd894683b1b7ed3612af06cb0b6 /core/templates | |
parent | cf57df6e734b57638480451e92bf22cebda70f26 (diff) | |
download | nextcloud-server-8013dab044e7dabb2b61c2aa7e0d47d095ad8e40.tar.gz nextcloud-server-8013dab044e7dabb2b61c2aa7e0d47d095ad8e40.zip |
Allow focus on input with keyboard
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/filepicker.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html index 53daf4111b4..4c66dfc707b 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -1,7 +1,7 @@ <div id="{dialog_name}" title="{title}"> <span class="dirtree breadcrumb"></span> - <input type="checkbox" class="hidden" id="picker-showgridview" checked="checked" /> - <label id="picker-view-toggle" for="picker-showgridview" class="button icon-toggle-filelist" tabindex="0"></label> + <input type="checkbox" class="hidden-visually" id="picker-showgridview" checked="checked" /> + <label id="picker-view-toggle" for="picker-showgridview" class="button icon-toggle-filelist"></label> <div class="filelist-container"> <div class="emptycontent"> <div class="icon-folder"></div> |