mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
refactor(datetime): remove ios 13 calendar day fix (#26372)
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user