Chore: Change filterTable nth-child to nth-of-type (#95331)

Chore: Change filterTable nth-child styles to fix console warning
pull/95352/head^2
Josh Hunt 7 months ago committed by GitHub
parent f5bd197cdb
commit 0b842eb48e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/grafana-ui/src/themes/GlobalStyles/filterTable.ts

@ -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…
Cancel
Save