@@ -256,7 +256,7 @@ var ProfilerTemplates = function()
256256 color + " " + self_time + "px, " +
257257 "transparent " + self_time + "px); " +
258258 "background-image: linear-gradient(0deg, transparent 0, rgba(255, 255, 255, .25) 100%), " +
259- "linear-gradient(- 90deg, " + color + " 0, " +
259+ "linear-gradient(90deg, " + color + " 0, " +
260260 color + " " + self_time + "px, " +
261261 "transparent " + self_time + "px);" ,
262262 "class" , "profiler-event profiler-event-interval event-type-" + event . type +
@@ -481,7 +481,7 @@ var ProfilerTemplates = function()
481481 color + " " + self_time + "px, " +
482482 "transparent " + self_time + "px);" +
483483 "background-image: linear-gradient(0deg, transparent 0, rgba(255, 255, 255, .25) 100%), " +
484- "linear-gradient(- 90deg, " + color + " 0, " +
484+ "linear-gradient(90deg, " + color + " 0, " +
485485 color + " " + self_time + "px, " +
486486 "transparent " + self_time + "px);" ,
487487 "class" , "profiler-event profiler-event-interval event-type-" + event . type
0 commit comments