From 5238aa2731193859a676c168e78d7cb1f50503e6 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 13 Jul 2016 08:07:59 -0700 Subject: [PATCH] [Frontend] Styling for Time Conductor v2 Fixes #933 In-progress; fixed SVG text color --- .../commonUI/general/res/sass/controls/_time-conductor.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/commonUI/general/res/sass/controls/_time-conductor.scss b/platform/commonUI/general/res/sass/controls/_time-conductor.scss index 0d03de2fc0..8ee9b0494d 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; } } } }