diff --git a/platform/commonUI/general/res/sass/controls/_time-conductor.scss b/platform/commonUI/general/res/sass/controls/_time-conductor.scss index 0d03de2fc01..8ee9b0494de 100644 --- a/platform/commonUI/general/res/sass/controls/_time-conductor.scss +++ b/platform/commonUI/general/res/sass/controls/_time-conductor.scss @@ -85,14 +85,13 @@ width: 100%; svg { text-rendering: geometricPrecision; - color: transparent; - fill: $c !important; // Todo: figure out why this isn't working width: 100%; height: 100%; > g { font-size: 0.9em; } path {display: none;} line {stroke: $c;} + text { fill: $c; } } } }