mirror of
https://github.com/apache/superset.git
synced 2026-05-11 10:55:43 +00:00
fix: warning of nth-child (#23638)
(cherry picked from commit 16cc089b19)
This commit is contained in:
committed by
Michael S. Molina
parent
b0f229ea7e
commit
b380495516
@@ -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