mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 01:41:24 -06:00
Chore: Change filterTable nth-child to nth-of-type (#95331)
Chore: Change filterTable nth-child styles to fix console warning
This commit is contained in:
parent
f5bd197cdb
commit
0b842eb48e
@ -13,7 +13,7 @@ export function getFilterTableStyles(theme: GrafanaTheme2) {
|
||||
borderCollapse: 'separate',
|
||||
|
||||
tbody: {
|
||||
'tr:nth-child(odd)': {
|
||||
'tr:nth-of-type(odd)': {
|
||||
background: theme.colors.emphasize(theme.colors.background.primary, 0.02),
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user