File tree 2 files changed +6
-6
lines changed
style/web/components/table
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
"less.validate" : false ,
4
4
"scss.validate" : false ,
5
5
"editor.codeActionsOnSave" : {
6
- "source.fixAll.stylelint" : true ,
7
- "source.fixAll.eslint" : true
6
+ "source.fixAll.stylelint" : " explicit " ,
7
+ "source.fixAll.eslint" : " explicit "
8
8
},
9
9
"cSpell.words" : [
10
10
" stylelint"
Original file line number Diff line number Diff line change 291
291
}
292
292
293
293
& .@{prefix} -table--header-fixed {
294
- > .@{prefix} -table__content > table > tbody tr :nth - of - type( even) {
294
+ > .@{prefix} -table__content > table > tbody tr . @{prefix} -table__row- even {
295
295
background-color : @table-highlight-bg-color ;
296
296
}
297
297
}
298
298
299
299
& :not (.@{prefix} -table--header-fixed ) {
300
- > .@{prefix} -table__content > table > tbody > tr :nth - of - type( odd) :not (.@{prefix} -table__expanded-row ) {
300
+ > .@{prefix} -table__content > table > tbody > tr . @{prefix} -table__row- odd :not (.@{prefix} -table__expanded-row ) {
301
301
background-color : @table-highlight-bg-color ;
302
302
}
303
303
}
304
304
305
305
& .@{prefix} -table--hoverable {
306
306
307
307
& .@{prefix} -table__header--fixed {
308
- tbody tr :nth - of - type( even) :hover {
308
+ tbody tr . @{prefix} -table__row- even:hover {
309
309
background-color : @table-highlight-bg-color--hover ;
310
310
}
311
311
}
312
312
313
313
& :not (.@{prefix} -table__header--fixed ) {
314
- > .@{prefix} -table__content > table > tbody tr :nth - of - type( odd) :hover {
314
+ > .@{prefix} -table__content > table > tbody tr . @{prefix} -table__row- odd:hover {
315
315
background-color : @table-highlight-bg-color--hover ;
316
316
}
317
317
}
You can’t perform that action at this time.
0 commit comments