mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 09:52:04 +00:00
[Frontend] Styling for Time Conductor v2
Fixes #933 In-progress; fixed SVG text color
This commit is contained in:
parent
fd29473664
commit
5238aa2731
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user