Skip to content

Commit ec5f74c

Browse files
authored
fix(datepicker): double role definition on calendar cell (#17297)
Fixes the calendar cells having two `role` attributes. Fixes #17280.
1 parent ecf4105 commit ec5f74c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/datepicker/calendar-body.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
(click)="_cellClicked(item, $event)"
5454
[style.width]="_cellWidth"
5555
[style.paddingTop]="_cellPadding"
56-
role="button"
5756
[style.paddingBottom]="_cellPadding">
5857
<div class="mat-calendar-body-cell-content"
5958
[class.mat-calendar-body-selected]="_isSelected(item)"

0 commit comments

Comments
 (0)