|
245 | 245 | .group:default .group-default\:flex,
|
246 | 246 | .group:checked .group-checked\:flex,
|
247 | 247 | .group:indeterminate .group-indeterminate\:flex,
|
248 |
| -.group:placeholder-shown .group-placeholder-shown\:flex, |
249 |
| -.group:-webkit-autofill .group-autofill\:flex, |
250 |
| -.group:optional .group-optional\:flex, |
251 |
| -.group:required .group-required\:flex, |
252 |
| -.group:valid .group-valid\:flex, |
253 |
| -.group:invalid .group-invalid\:flex, |
254 |
| -.group:in-range .group-in-range\:flex, |
255 |
| -.group:out-of-range .group-out-of-range\:flex, |
256 |
| -.group:read-only .group-read-only\:flex, |
257 |
| -.group:empty .group-empty\:flex, |
258 |
| -.group:focus-within .group-focus-within\:flex, |
259 |
| -.group:hover .group-hover\:flex, |
260 |
| -.group[open]:hover .group-open\:group-hover\:flex, |
261 |
| -.group:focus .group-focus\:flex, |
262 |
| -.group[open]:focus .group-open\:group-focus\:flex, |
263 |
| -.group:focus:hover .group-focus\:group-hover\:flex, |
264 |
| -.group:focus-visible .group-focus-visible\:flex, |
265 |
| -.group:active .group-active\:flex, |
266 |
| -.group:enabled .group-enabled\:flex, |
267 |
| -.group:disabled .group-disabled\:flex, |
268 |
| -.group:disabled:focus:hover .group-disabled\:group-focus\:group-hover\:flex, |
269 |
| -.group:disabled:focus:hover .group-disabled\:group-focus\:group-hover\:first\:flex:first-child, |
270 |
| -.peer:first-child ~ .peer-first\:flex, |
271 |
| -.peer:last-child ~ .peer-last\:flex, |
272 |
| -.peer:only-child ~ .peer-only\:flex, |
273 |
| -.peer:nth-child(odd) ~ .peer-odd\:flex, |
274 |
| -.peer:nth-child(2n) ~ .peer-even\:flex, |
275 |
| -.peer:first-of-type ~ .peer-first-of-type\:flex, |
276 |
| -.peer:last-of-type ~ .peer-last-of-type\:flex, |
277 |
| -.peer:only-of-type ~ .peer-only-of-type\:flex, |
278 |
| -.peer:visited ~ .peer-visited\:flex, |
279 |
| -.peer:target ~ .peer-target\:flex, |
280 |
| -.peer[open] ~ .peer-open\:flex, |
281 |
| -.peer:default ~ .peer-default\:flex, |
282 |
| -.peer:checked ~ .peer-checked\:flex, |
283 |
| -.peer:indeterminate ~ .peer-indeterminate\:flex, |
284 |
| -.peer:placeholder-shown ~ .peer-placeholder-shown\:flex, |
285 |
| -.peer:-webkit-autofill ~ .peer-autofill\:flex, |
286 |
| -.peer:optional ~ .peer-optional\:flex, |
287 |
| -.peer:required ~ .peer-required\:flex, |
288 |
| -.peer:valid ~ .peer-valid\:flex, |
289 |
| -.peer:invalid ~ .peer-invalid\:flex, |
290 |
| -.peer:in-range ~ .peer-in-range\:flex, |
291 |
| -.peer:out-of-range ~ .peer-out-of-range\:flex, |
292 |
| -.peer:read-only ~ .peer-read-only\:flex, |
293 |
| -.peer:empty ~ .peer-empty\:flex, |
294 |
| -.peer:focus-within ~ .peer-focus-within\:flex, |
295 |
| -.peer:hover ~ .peer-hover\:flex, |
296 |
| -.peer:focus ~ .peer-focus\:flex, |
297 |
| -.peer:focus:hover ~ .peer-focus\:peer-hover\:flex, |
298 |
| -.peer:focus-visible ~ .peer-focus-visible\:flex, |
299 |
| -.peer:active ~ .peer-active\:flex, |
300 |
| -.peer:enabled ~ .peer-enabled\:flex, |
301 |
| -.peer:disabled ~ .peer-disabled\:flex, |
302 |
| -.peer:disabled:focus:hover ~ .peer-disabled\:peer-focus\:peer-hover\:flex, |
303 |
| -.peer:disabled:focus:hover ~ .peer-disabled\:peer-focus\:peer-hover\:first\:flex:first-child, |
304 |
| -:-webkit-any([dir='ltr'] .ltr\:flex), |
305 |
| -:-webkit-any([dir='rtl'] .rtl\:flex) { |
| 248 | +.group:placeholder-shown .group-placeholder-shown\:flex { |
| 249 | + display: flex; |
| 250 | +} |
| 251 | +.group:-webkit-autofill .group-autofill\:flex { |
| 252 | + display: flex; |
| 253 | +} |
| 254 | +.group:autofill .group-autofill\:flex { |
306 | 255 | display: flex;
|
307 | 256 | }
|
308 |
| -.active\:flex:active, |
309 |
| -.enabled\:flex:enabled, |
310 |
| -.disabled\:flex:disabled, |
311 |
| -.group:first-child .group-first\:flex, |
312 |
| -.group:last-child .group-last\:flex, |
313 |
| -.group:only-child .group-only\:flex, |
314 |
| -.group:nth-child(odd) .group-odd\:flex, |
315 |
| -.group:nth-child(2n) .group-even\:flex, |
316 |
| -.group:first-of-type .group-first-of-type\:flex, |
317 |
| -.group:last-of-type .group-last-of-type\:flex, |
318 |
| -.group:only-of-type .group-only-of-type\:flex, |
319 |
| -.group:visited .group-visited\:flex, |
320 |
| -.group:target .group-target\:flex, |
321 |
| -.group[open] .group-open\:flex, |
322 |
| -.group:default .group-default\:flex, |
323 |
| -.group:checked .group-checked\:flex, |
324 |
| -.group:indeterminate .group-indeterminate\:flex, |
325 |
| -.group:placeholder-shown .group-placeholder-shown\:flex, |
326 |
| -.group:autofill .group-autofill\:flex, |
327 | 257 | .group:optional .group-optional\:flex,
|
328 | 258 | .group:required .group-required\:flex,
|
329 | 259 | .group:valid .group-valid\:flex,
|
|
337 | 267 | .group[open]:hover .group-open\:group-hover\:flex,
|
338 | 268 | .group:focus .group-focus\:flex,
|
339 | 269 | .group[open]:focus .group-open\:group-focus\:flex,
|
340 |
| -.group:focus:hover .group-focus\:group-hover\:flex, |
341 |
| -.group:focus-visible .group-focus-visible\:flex, |
| 270 | +.group:focus:hover .group-focus\:group-hover\:flex { |
| 271 | + display: flex; |
| 272 | +} |
| 273 | +.group:focus-visible .group-focus-visible\:flex { |
| 274 | + display: flex; |
| 275 | +} |
342 | 276 | .group:active .group-active\:flex,
|
343 | 277 | .group:enabled .group-enabled\:flex,
|
344 | 278 | .group:disabled .group-disabled\:flex,
|
|
358 | 292 | .peer:default ~ .peer-default\:flex,
|
359 | 293 | .peer:checked ~ .peer-checked\:flex,
|
360 | 294 | .peer:indeterminate ~ .peer-indeterminate\:flex,
|
361 |
| -.peer:placeholder-shown ~ .peer-placeholder-shown\:flex, |
362 |
| -.peer:autofill ~ .peer-autofill\:flex, |
| 295 | +.peer:placeholder-shown ~ .peer-placeholder-shown\:flex { |
| 296 | + display: flex; |
| 297 | +} |
| 298 | +.peer:-webkit-autofill ~ .peer-autofill\:flex { |
| 299 | + display: flex; |
| 300 | +} |
| 301 | +.peer:autofill ~ .peer-autofill\:flex { |
| 302 | + display: flex; |
| 303 | +} |
363 | 304 | .peer:optional ~ .peer-optional\:flex,
|
364 | 305 | .peer:required ~ .peer-required\:flex,
|
365 | 306 | .peer:valid ~ .peer-valid\:flex,
|
|
371 | 312 | .peer:focus-within ~ .peer-focus-within\:flex,
|
372 | 313 | .peer:hover ~ .peer-hover\:flex,
|
373 | 314 | .peer:focus ~ .peer-focus\:flex,
|
374 |
| -.peer:focus:hover ~ .peer-focus\:peer-hover\:flex, |
375 |
| -.peer:focus-visible ~ .peer-focus-visible\:flex, |
| 315 | +.peer:focus:hover ~ .peer-focus\:peer-hover\:flex { |
| 316 | + display: flex; |
| 317 | +} |
| 318 | +.peer:focus-visible ~ .peer-focus-visible\:flex { |
| 319 | + display: flex; |
| 320 | +} |
376 | 321 | .peer:active ~ .peer-active\:flex,
|
377 | 322 | .peer:enabled ~ .peer-enabled\:flex,
|
378 | 323 | .peer:disabled ~ .peer-disabled\:flex,
|
|
0 commit comments