mirror of
https://github.com/apache/superset.git
synced 2026-06-07 08:39:25 +00:00
fix(parallel-coordinates): improve dark mode visibility for labels, axis text, and data lines (#39415)
This commit is contained in:
committed by
GitHub
parent
8ce234371b
commit
f850c6b1b1
@@ -64,6 +64,7 @@ export default styled(ParallelCoordinates)`
|
||||
.parcoords text.label {
|
||||
font: 100%;
|
||||
font-size: ${theme.fontSizeSM}px;
|
||||
fill: ${theme.colorText};
|
||||
cursor: drag;
|
||||
}
|
||||
.parcoords rect.background {
|
||||
@@ -85,6 +86,9 @@ export default styled(ParallelCoordinates)`
|
||||
stroke: ${theme.colorText};
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
.parcoords .axis text {
|
||||
fill: ${theme.colorText};
|
||||
}
|
||||
.parcoords canvas {
|
||||
opacity: 1;
|
||||
-moz-transition: opacity 0.3s;
|
||||
|
||||
Reference in New Issue
Block a user