File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core/src/components/datetime Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1839,11 +1839,11 @@ export class Datetime implements ComponentInterface {
1839
1839
1840
1840
< div class = "calendar-next-prev" >
1841
1841
< ion-buttons >
1842
- < ion-button disabled = { prevMonthDisabled } onClick = { ( ) => this . prevMonth ( ) } >
1843
- < ion-icon slot = "icon-only" icon = { chevronBack } lazy = { false } flipRtl > </ ion-icon >
1842
+ < ion-button aria-label = "previous month" disabled = { prevMonthDisabled } onClick = { ( ) => this . prevMonth ( ) } >
1843
+ < ion-icon aria-hidden = "true" slot = "icon-only" icon = { chevronBack } lazy = { false } flipRtl > </ ion-icon >
1844
1844
</ ion-button >
1845
- < ion-button disabled = { nextMonthDisabled } onClick = { ( ) => this . nextMonth ( ) } >
1846
- < ion-icon slot = "icon-only" icon = { chevronForward } lazy = { false } flipRtl > </ ion-icon >
1845
+ < ion-button aria-label = "next month" disabled = { nextMonthDisabled } onClick = { ( ) => this . nextMonth ( ) } >
1846
+ < ion-icon aria-hidden = "true" slot = "icon-only" icon = { chevronForward } lazy = { false } flipRtl > </ ion-icon >
1847
1847
</ ion-button >
1848
1848
</ ion-buttons >
1849
1849
</ div >
You can’t perform that action at this time.
0 commit comments