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;