File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1293,8 +1293,7 @@ input[type="time"]::-moz-calendar-picker-indicator {
12931293 backdrop-filter : blur (10px );
12941294 transform : translateY (-5px );
12951295 opacity : 0 ;
1296- transition :
1297- transform 0.2s ease,
1296+ transition : transform 0.2s ease,
12981297 opacity 0.2s ease;
12991298 pointer-events : none;
13001299 will-change : transform, opacity;
@@ -2282,9 +2281,11 @@ input[type="time"]::-moz-calendar-picker-indicator {
22822281 0% {
22832282 opacity : 1 ;
22842283 }
2284+
22852285 50% {
22862286 opacity : 0.5 ;
22872287 }
2288+
22882289 100% {
22892290 opacity : 1 ;
22902291 }
@@ -2697,8 +2698,7 @@ input[type="time"]::-moz-calendar-picker-indicator {
26972698 border-left : 4px solid # 3a506b ;
26982699 border-radius : 8px ;
26992700 padding : 20px ;
2700- transition :
2701- transform 0.2s ease,
2701+ transition : transform 0.2s ease,
27022702 box-shadow 0.2s ease;
27032703}
27042704
@@ -2820,7 +2820,7 @@ input[type="time"]::-moz-calendar-picker-indicator {
28202820 gap : 16px ;
28212821 justify-content : center;
28222822 padding : 20px ;
2823- background : # ffffff ;
2823+ background : # fff ;
28242824 border-top : 1px solid # e0e6ed ;
28252825 border-bottom : 1px solid # e0e6ed ;
28262826 margin-bottom : 25px ;
You can’t perform that action at this time.
0 commit comments