Skip to content

Commit

Permalink
[Frontend] Styling for Time Conductor v2
Browse files Browse the repository at this point in the history
Fixes #933
In-progress; fixed SVG text color
  • Loading branch information
charlesh88 committed Jul 13, 2016
1 parent fd29473 commit 5238aa2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
}
}
Expand Down

0 comments on commit 5238aa2

Please sign in to comment.