Skip to content

Commit

Permalink
Merge pull request #39971 from nextcloud/fix/a11y-weather-visible-label
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal committed Aug 24, 2023
2 parents ac47eb9 + 1df1bc1 commit 4e60b3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions apps/weather_status/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions dist/weather_status-weather-status.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/weather_status-weather-status.js.map

Large diffs are not rendered by default.

0 comments on commit 4e60b3c

Please sign in to comment.