File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -307,4 +307,13 @@ export default {
307
307
background-color : gray !important ;
308
308
color : whitesmoke !important ;
309
309
}
310
+
311
+ .theme--light.v-chip :not (.v-chip--active ) {
312
+ background : #e6e6e6 ;
313
+ }
314
+
315
+ .theme--dark.v-chip :not (.v-chip--active ) {
316
+ background : #2c2c2c ;
317
+ }
318
+
310
319
</style >
Original file line number Diff line number Diff line change 440
440
hint =" Select one or more"
441
441
persistent-hint
442
442
chips
443
+ class =" capability"
443
444
></v-select >
444
445
</v-col >
445
446
<v-col
455
456
hint =" Select one or more"
456
457
persistent-hint
457
458
chips
459
+ class =" capability"
458
460
></v-select >
459
461
</v-col >
460
462
</v-row >
@@ -1814,7 +1816,9 @@ export default {
1814
1816
.v - expansion- panel- header {
1815
1817
background: cardBackground;
1816
1818
}
1817
- .theme -- light .v - chip: not (.v - chip -- active ) {
1819
+
1820
+ .capability .theme -- light .v - chip: not (.v - chip -- active ) {
1818
1821
background: #BBB ;
1819
1822
}
1823
+
1820
1824
< / style>
Original file line number Diff line number Diff line change @@ -226,4 +226,14 @@ pre {
226
226
display : block ;
227
227
word-wrap : break-word ;
228
228
}
229
+
230
+
231
+ .theme--light.v-chip :not (.v-chip--active ) {
232
+ background : #e6e6e6 ;
233
+ }
234
+
235
+ .theme--dark.v-chip :not (.v-chip--active ) {
236
+ background : #2c2c2c ;
237
+ }
238
+
229
239
</style >
You can’t perform that action at this time.
0 commit comments