MOBILE-3320 calendar: Fix days/events not selected using VoiceOver

main
Dani Palou 2021-06-14 15:28:04 +02:00
parent ad56eeb203
commit 007a7c857e
1 changed files with 2 additions and 2 deletions

View File

@ -56,11 +56,11 @@
"duration_finish": day.haslastdayofevent
}'
[class.addon-calendar-event-past-day]="isPastMonth || day.ispast"
role="button cell"
role="cell"
tabindex="0"
(ariaButtonClick)="dayClicked(day.mday)"
>
<p class="addon-calendar-day-number">
<p class="addon-calendar-day-number" role="button">
<span aria-hidden="true">{{ day.mday }}</span>
<span class="sr-only">{{ day.periodName | translate }}</span>
</p>