refactor(datetime): remove ios 13 calendar day fix (#26372)

This commit is contained in:
Liam DeBeasi
2022-11-30 12:11:10 -05:00
committed by GitHub
parent 8eec1974da
commit 13a47b4e40

View File

@ -364,23 +364,9 @@ ion-picker-column-internal {
position: absolute; 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; width: 32px;
height: 32px; height: 32px;
transform: translate(-50%, -50%);
content: " "; content: " ";
z-index: -1; z-index: -1;