File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
packages/vuetify/src/components/VChipGroup Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 13
13
.v-chip
14
14
margin : $chip-group-margin
15
15
16
+ @media (forced-colors : active )
17
+ background-color : buttonface !important
18
+ color : buttontext !important
19
+
20
+ & :hover
21
+ color : highlight !important
22
+
16
23
& .v-chip--selected :not (.v-chip--disabled )
17
24
.v-chip__overlay
18
25
opacity : $chip-group-selected-opacity
19
26
27
+ @media (forced-colors : active )
28
+ color : highlight !important
29
+ forced-color-adjust : preserve- parent- color
30
+
31
+ & :focus-visible
32
+ outline-offset : 2px
33
+
34
+ & .v-chip--variant-elevated ,
35
+ & .v-chip--variant-flat
36
+ background-color : highlight !important
37
+ color : highlighttext !important
38
+
39
+ & .v-chip--variant-outlined ,
40
+ & .v-chip--variant-tonal
41
+ border-width : medium
42
+
20
43
// Modifiers
21
44
.v-chip-group--column
22
45
.v-slide-group__content
You can’t perform that action at this time.
0 commit comments