Skip to content

Commit 5238aa2

Browse files
committed
[Frontend] Styling for Time Conductor v2
Fixes #933 In-progress; fixed SVG text color
1 parent fd29473 commit 5238aa2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

platform/commonUI/general/res/sass/controls/_time-conductor.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,13 @@
8585
width: 100%;
8686
svg {
8787
text-rendering: geometricPrecision;
88-
color: transparent;
89-
fill: $c !important; // Todo: figure out why this isn't working
9088
width: 100%; height: 100%;
9189
> g {
9290
font-size: 0.9em;
9391
}
9492
path {display: none;}
9593
line {stroke: $c;}
94+
text { fill: $c; }
9695
}
9796
}
9897
}

0 commit comments

Comments
 (0)