From 8d892341f752481fe92c3e58622a03edac5f1f4e Mon Sep 17 00:00:00 2001 From: Zach Arend Date: Mon, 13 Dec 2021 18:17:21 +0000 Subject: [PATCH] fix(material/datepicker): remove CSS content from body cells Attempts to fix unnecessary tab stop with VoiceOver by removing the CSS content from cells in the calendar body. After testing locally, this did not remove the duplicate tab stop. Environment - macos 12.0.1 (21A559) - Chrome Version 96.0.4664.93 (Official Build) (x86_64) - localhost:4200/datepicker relates to #24082 --- src/material/datepicker/calendar-body.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/material/datepicker/calendar-body.scss b/src/material/datepicker/calendar-body.scss index c2d2f78df048..fc583686d528 100644 --- a/src/material/datepicker/calendar-body.scss +++ b/src/material/datepicker/calendar-body.scss @@ -52,7 +52,6 @@ $calendar-range-end-body-cell-size: .mat-calendar-body-cell::before, .mat-calendar-body-cell::after, .mat-calendar-body-cell-preview { - content: ''; position: absolute; top: $calendar-body-cell-content-margin; left: 0;