mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
Merge pull request #43094 from nextcloud/fix/a11y/43088/select-has-no-connected-label
fix: added a label element to the NcSelect in update settings
This commit is contained in:
commit
fe4dde3610
7 changed files with 19 additions and 13 deletions
|
|
@ -131,8 +131,9 @@
|
|||
<em v-html="noteDelayedStableString" />
|
||||
</p>
|
||||
|
||||
<h4>{{ t('updatenotification', 'Notify members of the following groups about available updates:') }}</h4>
|
||||
<NcSelect v-model="notifyGroups"
|
||||
id="notify-members-settings-select-wrapper"
|
||||
:input-label="t('updatenotification', 'Notify members of the following groups about available updates:')"
|
||||
:options="groups"
|
||||
:multiple="true"
|
||||
label="displayname"
|
||||
|
|
@ -483,9 +484,6 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
h4 {
|
||||
margin-block-end: 0.7rem;
|
||||
}
|
||||
.update-channel-selector {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -547,5 +545,13 @@ export default {
|
|||
.update-menu .icon-star:focus {
|
||||
background-image: var(--icon-starred);
|
||||
}
|
||||
/* override NcSelect styling so that label can have correct width */
|
||||
#notify-members-settings-select-wrapper {
|
||||
width: fit-content;
|
||||
|
||||
.vs__dropdown-toggle {
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
4
dist/614-614.js
vendored
4
dist/614-614.js
vendored
File diff suppressed because one or more lines are too long
2
dist/614-614.js.map
vendored
2
dist/614-614.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-unsupported-browser.js
vendored
4
dist/core-unsupported-browser.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-unsupported-browser.js.map
vendored
2
dist/core-unsupported-browser.js.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue