|
1 | | -/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */ |
| 1 | +/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */ |
2 | 2 | @layer properties; |
3 | 3 | @layer theme, base, components, utilities; |
4 | 4 | @layer theme { |
|
248 | 248 | ::placeholder { |
249 | 249 | color: currentcolor; |
250 | 250 | @supports (color: color-mix(in lab, red, red)) { |
251 | | - color: color-mix(in oklab, currentcolor 50%, transparent); |
| 251 | + & { |
| 252 | + color: color-mix(in oklab, currentcolor 50%, transparent); |
| 253 | + } |
252 | 254 | } |
253 | 255 | } |
254 | 256 | } |
|
271 | 273 | ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { |
272 | 274 | padding-block: 0; |
273 | 275 | } |
| 276 | + ::-webkit-calendar-picker-indicator { |
| 277 | + line-height: 1; |
| 278 | + } |
274 | 279 | :-moz-ui-invalid { |
275 | 280 | box-shadow: none; |
276 | 281 | } |
|
304 | 309 | padding: 0; |
305 | 310 | margin: -1px; |
306 | 311 | overflow: hidden; |
307 | | - clip: rect(0, 0, 0, 0); |
| 312 | + clip-path: inset(50%); |
308 | 313 | white-space: nowrap; |
309 | 314 | border-width: 0; |
310 | 315 | } |
|
1475 | 1480 | .ring-black\/5 { |
1476 | 1481 | --tw-ring-color: color-mix(in srgb, #000 5%, transparent); |
1477 | 1482 | @supports (color: color-mix(in lab, red, red)) { |
1478 | | - --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent); |
| 1483 | + & { |
| 1484 | + --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent); |
| 1485 | + } |
1479 | 1486 | } |
1480 | 1487 | } |
1481 | 1488 | .outline { |
|
1490 | 1497 | filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); |
1491 | 1498 | } |
1492 | 1499 | .transition { |
1493 | | - transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events; |
| 1500 | + transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events; |
1494 | 1501 | transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); |
1495 | 1502 | transition-duration: var(--tw-duration, var(--default-transition-duration)); |
1496 | 1503 | } |
|
2567 | 2574 | &:where(.dark, .dark *) { |
2568 | 2575 | background-color: color-mix(in srgb, oklch(70.7% 0.022 261.325) 75%, transparent); |
2569 | 2576 | @supports (color: color-mix(in lab, red, red)) { |
2570 | | - background-color: color-mix(in oklab, var(--color-gray-400) 75%, transparent); |
| 2577 | + & { |
| 2578 | + background-color: color-mix(in oklab, var(--color-gray-400) 75%, transparent); |
| 2579 | + } |
2571 | 2580 | } |
2572 | 2581 | } |
2573 | 2582 | } |
|
0 commit comments