summaryrefslogtreecommitdiffstats
path: root/apps/files/js/fileactions.js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 14:12:13 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-17 14:12:13 +0100
commit6f4ed59883c7cda899ccb49e60e34a8529ffbd18 (patch)
tree34e21d568d8ca8bc719f0d18d0d97eb518b6aba7 /apps/files/js/fileactions.js
parent1b5f43e7c36f411e1abdf0fcdaec6e3e653c6dc7 (diff)
downloadnextcloud-server-6f4ed59883c7cda899ccb49e60e34a8529ffbd18.tar.gz
nextcloud-server-6f4ed59883c7cda899ccb49e60e34a8529ffbd18.zip
use method to only visually hide elements, show only for screen reader
Diffstat (limited to 'apps/files/js/fileactions.js')
-rw-r--r--apps/files/js/fileactions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js
index e981ac625bc..875857745b8 100644
--- a/apps/files/js/fileactions.js
+++ b/apps/files/js/fileactions.js
@@ -290,7 +290,7 @@
var $actionLink = $('<a href="#" original-title="' +
escapeHTML(deleteTitle) +
'" class="action delete icon-delete">' +
- '<span class="hidden">' + escapeHTML(deleteTitle) + '</span>' +
+ '<span class="hidden-visually">' + escapeHTML(deleteTitle) + '</span>' +
'</a>'
);
var $container = context.$file.find('td:last');