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 341
341
342
342
@media (forced-colors : active )
343
343
.v-list-item
344
- & :not (&--active)
344
+ & --link :not (&--active)
345
345
color : buttontext
346
346
347
+ & --link [href]:not (&--active)
348
+ color : unset
349
+
350
+ & --variant-text .v-list-item--active ,
347
351
& --variant-plain .v-list-item--active
348
352
color : highlight !important
349
353
350
- & :not (&--variant-plain).v-list-item--active
354
+ .v-list-item-title ,
355
+ .v-list-item-subtitle ,
356
+ .v-list-item-action
357
+ color : highlight !important
358
+
359
+ & --active :not (&--variant-text, &--variant-plain)
351
360
background-color : highlight !important
352
361
color : highlighttext !important
353
362
354
- & -title
355
- forced-color-adjust : preserve- parent- color
356
-
357
- & --active
363
+ .v-list-item-title ,
364
+ .v-list-item-subtitle
365
+ opacity : 1
366
+ forced-color-adjust : preserve- parent- color
367
+
358
368
.v-list-item__prepend ,
359
369
.v-list-item__append
360
370
> .v-badge .v-icon ,
361
371
> .v-icon
372
+ opacity : 1
362
373
forced-color-adjust : preserve- parent- color
363
374
364
375
@supports selector(:focus-visible )
You can’t perform that action at this time.
0 commit comments