From 13a47b4e4046e946e12e1ef4a997792c21f59640 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 30 Nov 2022 12:11:10 -0500 Subject: [PATCH] refactor(datetime): remove ios 13 calendar day fix (#26372) --- core/src/components/datetime/datetime.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/core/src/components/datetime/datetime.scss b/core/src/components/datetime/datetime.scss index 5aa9a4f3bf..29c706f4dc 100644 --- a/core/src/components/datetime/datetime.scss +++ b/core/src/components/datetime/datetime.scss @@ -364,23 +364,9 @@ ion-picker-column-internal { position: absolute; - /** - * Explicit position values are required here - * as pseudo element positioning is incorrect - * in older implementations of css grid. - * - * TODO: FW-1720: Remove top/left styles when deprecating iOS 13 support - */ - /* stylelint-disable-next-line property-disallowed-list */ - top: 50%; - /* stylelint-disable-next-line property-disallowed-list */ - left: 50%; - width: 32px; height: 32px; - transform: translate(-50%, -50%); - content: " "; z-index: -1;