Merge pull request #39971 from nextcloud/fix/a11y-weather-visible-label

This commit is contained in:
Pytal 2023-08-23 17:26:02 -07:00 committed by GitHub
commit 4e60b3c61e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -56,14 +56,13 @@
{{ t('weather_status', 'Detect location') }}
</NcActionButton>
<NcActionInput ref="addressInput"
:label="t('weather_status', 'Set custom address')"
:disabled="false"
icon="icon-rename"
:aria-hidden="true"
type="text"
value=""
@submit="onAddressSubmit">
{{ t('weather_status', 'Set custom address') }}
</NcActionInput>
@submit="onAddressSubmit" />
<template v-if="favorites.length > 0">
<NcActionCaption :name="t('weather_status', 'Favorites')" />
<NcActionButton v-for="favorite in favorites"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long