Skip to content

Commit c8e0767

Browse files
committed
Beta release - 3.0-beta1
1 parent 1c635f2 commit c8e0767

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

web/styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)