Commit e6f1a7d 1 parent 6ad47bf commit e6f1a7d Copy full SHA for e6f1a7d
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66
66
[attr.aria-describedby] ="_getDescribedby(item.compareValue) "
67
67
(click) ="_cellClicked(item, $event) "
68
68
(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 "
70
70
[class.mat-calendar-body-selected] ="_isSelected(item.compareValue) "
71
71
[class.mat-calendar-body-comparison-identical] ="_isComparisonIdentical(item.compareValue) "
72
72
[class.mat-calendar-body-today] ="todayValue === item.compareValue ">
73
73
{{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 >
76
76
</ button >
77
77
</ td >
78
78
</ tr >
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ $calendar-range-end-body-cell-size:
76
76
left : 0 ;
77
77
z-index : 0 ;
78
78
box-sizing : border-box ;
79
+ display : block ;
79
80
80
81
// We want the range background to be slightly shorter than the cell so
81
82
// that there's a gap when the range goes across multiple rows.
You can’t perform that action at this time.
0 commit comments