mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #39971 from nextcloud/fix/a11y-weather-visible-label
This commit is contained in:
commit
4e60b3c61e
3 changed files with 5 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
4
dist/weather_status-weather-status.js
vendored
4
dist/weather_status-weather-status.js
vendored
File diff suppressed because one or more lines are too long
2
dist/weather_status-weather-status.js.map
vendored
2
dist/weather_status-weather-status.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue