Skip to content

Commit 836ae25

Browse files
committed
Update app.css
1 parent 8ab5271 commit 836ae25

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

MyApp/wwwroot/css/app.css

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */
22
@layer properties;
33
@layer theme, base, components, utilities;
44
@layer theme {
@@ -248,7 +248,9 @@
248248
::placeholder {
249249
color: currentcolor;
250250
@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+
}
252254
}
253255
}
254256
}
@@ -271,6 +273,9 @@
271273
::-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 {
272274
padding-block: 0;
273275
}
276+
::-webkit-calendar-picker-indicator {
277+
line-height: 1;
278+
}
274279
:-moz-ui-invalid {
275280
box-shadow: none;
276281
}
@@ -304,7 +309,7 @@
304309
padding: 0;
305310
margin: -1px;
306311
overflow: hidden;
307-
clip: rect(0, 0, 0, 0);
312+
clip-path: inset(50%);
308313
white-space: nowrap;
309314
border-width: 0;
310315
}
@@ -1475,7 +1480,9 @@
14751480
.ring-black\/5 {
14761481
--tw-ring-color: color-mix(in srgb, #000 5%, transparent);
14771482
@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+
}
14791486
}
14801487
}
14811488
.outline {
@@ -1490,7 +1497,7 @@
14901497
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,);
14911498
}
14921499
.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;
14941501
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
14951502
transition-duration: var(--tw-duration, var(--default-transition-duration));
14961503
}
@@ -2567,7 +2574,9 @@
25672574
&:where(.dark, .dark *) {
25682575
background-color: color-mix(in srgb, oklch(70.7% 0.022 261.325) 75%, transparent);
25692576
@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+
}
25712580
}
25722581
}
25732582
}

0 commit comments

Comments
 (0)