mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(files): make file list item link focusable
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
2f186512eb
commit
fedd5316d3
1 changed files with 2 additions and 1 deletions
|
|
@ -149,6 +149,7 @@ export default Vue.extend({
|
|||
return {
|
||||
title: displayName,
|
||||
role: 'button',
|
||||
tabindex: '0',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -157,6 +158,7 @@ export default Vue.extend({
|
|||
download: this.source.basename,
|
||||
href: this.source.source,
|
||||
title: t('files', 'Download file {name}', { name: this.displayName }),
|
||||
tabindex: '0',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -324,7 +326,6 @@ export default Vue.extend({
|
|||
}
|
||||
},
|
||||
|
||||
|
||||
t,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue