mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: warning of nth-child (#23638)
This commit is contained in:
@@ -106,7 +106,7 @@ export default styled(ParallelCoordinates)`
|
||||
height: 18px;
|
||||
margin: 0px;
|
||||
}
|
||||
.parcoords .row:nth-child(odd) {
|
||||
.parcoords .row:nth-of-type(odd) {
|
||||
background: ${addAlpha(theme.colors.grayscale.dark2, 0.05)};
|
||||
}
|
||||
.parcoords .header {
|
||||
|
||||
Reference in New Issue
Block a user