@@ -26,7 +26,7 @@ const maxValue = new CalendarDate(2024, 2, 29)
26
26
<DateFieldInput
27
27
v-else
28
28
:part =" item.part"
29
- class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black aria-[valuetext=Empty ]:text-green9"
29
+ class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black data-[placeholder ]:text-green9"
30
30
>
31
31
{{ item.value }}
32
32
</DateFieldInput >
@@ -50,7 +50,7 @@ const maxValue = new CalendarDate(2024, 2, 29)
50
50
<DateFieldInput
51
51
v-else
52
52
:part =" item.part"
53
- class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black aria-[valuetext=Empty ]:text-green9"
53
+ class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black data-[placeholder ]:text-green9"
54
54
>
55
55
{{ item.value }}
56
56
</DateFieldInput >
@@ -73,7 +73,7 @@ const maxValue = new CalendarDate(2024, 2, 29)
73
73
<DateFieldInput
74
74
v-else
75
75
:part =" item.part"
76
- class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black aria-[valuetext=Empty ]:text-green9"
76
+ class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black data-[placeholder ]:text-green9"
77
77
>
78
78
{{ item.value }}
79
79
</DateFieldInput >
@@ -97,7 +97,7 @@ const maxValue = new CalendarDate(2024, 2, 29)
97
97
<DateFieldInput
98
98
v-else
99
99
:part =" item.part"
100
- class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black aria-[valuetext=Empty ]:text-green9"
100
+ class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black data-[placeholder ]:text-green9"
101
101
>
102
102
{{ item.value }}
103
103
</DateFieldInput >
@@ -122,7 +122,7 @@ const maxValue = new CalendarDate(2024, 2, 29)
122
122
<DateFieldInput
123
123
v-else
124
124
:part =" item.part"
125
- class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black aria-[valuetext=Empty ]:text-green9"
125
+ class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black data-[placeholder ]:text-green9"
126
126
>
127
127
{{ item.value }}
128
128
</DateFieldInput >
@@ -147,7 +147,7 @@ const maxValue = new CalendarDate(2024, 2, 29)
147
147
<DateFieldInput
148
148
v-else
149
149
:part =" item.part"
150
- class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black aria-[valuetext=Empty ]:text-green9"
150
+ class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black data-[placeholder ]:text-green9"
151
151
>
152
152
{{ item.value }}
153
153
</DateFieldInput >
@@ -172,7 +172,7 @@ const maxValue = new CalendarDate(2024, 2, 29)
172
172
<DateFieldInput
173
173
v-else
174
174
:part =" item.part"
175
- class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black aria-[valuetext=Empty ]:text-green9"
175
+ class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black data-[placeholder ]:text-green9"
176
176
>
177
177
{{ item.value }}
178
178
</DateFieldInput >
@@ -196,7 +196,7 @@ const maxValue = new CalendarDate(2024, 2, 29)
196
196
<DateFieldInput
197
197
v-else
198
198
:part =" item.part"
199
- class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black aria-[valuetext=Empty ]:text-green9"
199
+ class =" rounded-5px px-1 focus:outline-none focus:shadow-[0_0_0_2px] focus:shadow-black data-[placeholder ]:text-green9"
200
200
>
201
201
{{ item.value }}
202
202
</DateFieldInput >
0 commit comments