File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed
packages/vuetify/src/components/VList Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 338
338
339
339
@media (forced-colors : active )
340
340
.v-list-item
341
- & :not (&--active)
341
+ & --link :not (&--active)
342
342
color : buttontext
343
343
344
+ & --link [href]:not (&--active)
345
+ color : unset
346
+
347
+ & --variant-text .v-list-item--active ,
344
348
& --variant-plain .v-list-item--active
345
349
color : highlight !important
346
350
347
- & :not (&--variant-plain).v-list-item--active
351
+ .v-list-item-title ,
352
+ .v-list-item-subtitle ,
353
+ .v-list-item-action
354
+ color : highlight !important
355
+
356
+ & --active :not (&--variant-text, &--variant-plain)
348
357
background-color : highlight !important
349
358
color : highlighttext !important
350
359
351
- & -title
352
- forced-color-adjust : preserve- parent- color
353
-
354
- & --active
360
+ .v-list-item-title ,
361
+ .v-list-item-subtitle
362
+ opacity : 1
363
+ forced-color-adjust : preserve- parent- color
364
+
355
365
.v-list-item__prepend ,
356
366
.v-list-item__append
357
367
> .v-badge .v-icon ,
358
368
> .v-icon
369
+ opacity : 1
359
370
forced-color-adjust : preserve- parent- color
360
371
361
372
@supports selector(:focus-visible )
You can’t perform that action at this time.
0 commit comments