File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6666 [attr.aria-describedby] ="_getDescribedby(item.compareValue) "
6767 (click) ="_cellClicked(item, $event) "
6868 (focus) ="_emitActiveDateChange(item, $event) ">
69- < div class ="mat-calendar-body-cell-content mat-focus-indicator "
69+ < span class ="mat-calendar-body-cell-content mat-focus-indicator "
7070 [class.mat-calendar-body-selected] ="_isSelected(item.compareValue) "
7171 [class.mat-calendar-body-comparison-identical] ="_isComparisonIdentical(item.compareValue) "
7272 [class.mat-calendar-body-today] ="todayValue === item.compareValue ">
7373 {{item.displayValue}}
74- </ div >
75- < div class ="mat-calendar-body-cell-preview " aria-hidden ="true "> </ div >
74+ </ span >
75+ < span class ="mat-calendar-body-cell-preview " aria-hidden ="true "> </ span >
7676 </ button >
7777 </ td >
7878</ tr >
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ $calendar-range-end-body-cell-size:
7676 left : 0 ;
7777 z-index : 0 ;
7878 box-sizing : border-box ;
79+ display : block ;
7980
8081 // We want the range background to be slightly shorter than the cell so
8182 // that there's a gap when the range goes across multiple rows.
You can’t perform that action at this time.
0 commit comments