We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd29473 commit 5238aa2Copy full SHA for 5238aa2
platform/commonUI/general/res/sass/controls/_time-conductor.scss
@@ -85,14 +85,13 @@
85
width: 100%;
86
svg {
87
text-rendering: geometricPrecision;
88
- color: transparent;
89
- fill: $c !important; // Todo: figure out why this isn't working
90
width: 100%; height: 100%;
91
> g {
92
font-size: 0.9em;
93
}
94
path {display: none;}
95
line {stroke: $c;}
+ text { fill: $c; }
96
97
98
0 commit comments