Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-23 17:49:56 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-23 18:00:47 +0300
commit8013dab044e7dabb2b61c2aa7e0d47d095ad8e40 (patch)
tree0cfd1370d3527dd894683b1b7ed3612af06cb0b6 /core/templates
parentcf57df6e734b57638480451e92bf22cebda70f26 (diff)
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.html4
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>