Skip to content

Commit b7d485a

Browse files
committed
tweak fonts in PerfView
1 parent 201e25c commit b7d485a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/app/styles/components/d3graph.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ div.tooltip {
106106
/* flex-direction: column; */
107107
/* justify-content: space-between; */
108108
height: calc(100% - 70px);
109-
/* border: 2px solid red; */
110109
}
111110

112111
.perf-d3-svg {
@@ -115,10 +114,8 @@ div.tooltip {
115114

116115
.perf-chart-labels {
117116
font: 1.3em sans-serif;
118-
font-weight: bold;
119-
/* font-size: calc(12px + .8vw); */
120-
/* color: white; */
121-
/* fill: rgb(231, 231, 231); */
117+
/* font-size: min(max(16px, 4vw), 22px); */
118+
/* font-family: monaco, Consolas, 'Lucida Console', monospace, Arial, sans-serif; */
122119
fill: #2a2f3a;
123120
pointer-events: none;
124121
text-anchor: middle;

0 commit comments

Comments
 (0)