mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #50399 from nextcloud/ehn/sharing-sidebar-hide-search-labels
feat: Use redundant label for accesibility only
This commit is contained in:
commit
09a50d4da4
10 changed files with 11 additions and 8 deletions
|
|
@ -5,7 +5,10 @@
|
|||
|
||||
<template>
|
||||
<div class="sharing-search">
|
||||
<label for="sharing-search-input">{{ t('files_sharing', 'Search for share recipients') }}</label>
|
||||
<label class="hidden-visually" for="sharing-search-input">
|
||||
{{ isExternal ? t('files_sharing', 'Enter external recipients')
|
||||
: t('files_sharing', 'Search for internal recipients') }}
|
||||
</label>
|
||||
<NcSelect ref="select"
|
||||
v-model="value"
|
||||
input-id="sharing-search-input"
|
||||
|
|
|
|||
2
dist/18-18.js
vendored
Normal file
2
dist/18-18.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/18-18.js.map
vendored
Normal file
1
dist/18-18.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/18-18.js.map.license
vendored
Symbolic link
1
dist/18-18.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
18-18.js.license
|
||||
2
dist/4813-4813.js
vendored
2
dist/4813-4813.js
vendored
File diff suppressed because one or more lines are too long
1
dist/4813-4813.js.map
vendored
1
dist/4813-4813.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/4813-4813.js.map.license
vendored
1
dist/4813-4813.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
4813-4813.js.license
|
||||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue