Skip to content

Commit a1110a0

Browse files
committed
removed rendering frequency styling sheet
1 parent b442626 commit a1110a0

File tree

3 files changed

+2
-128
lines changed

3 files changed

+2
-128
lines changed

src/app/styles/components/_renderingFrequency.scss

Lines changed: 0 additions & 115 deletions
This file was deleted.

src/app/styles/components/d3graph.css

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,4 @@ div.tooltip {
9292
fill: #2a2f3a;
9393
pointer-events: none;
9494
text-anchor: middle;
95-
}
96-
97-
/* .link {
98-
stroke: #ccc;
99-
stroke-width: 1.5;
100-
} */
101-
102-
/* .current-link {
103-
stroke: red;
104-
stroke-width: 2.5; /* Adjust the width as needed */
105-
/* } */
95+
}

src/app/styles/main.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040

4141
// 5. Components
4242
@import 'components/buttons', 'components/actionComponent', 'components/jsonTree',
43-
'components/renderingFrequency', 'components/performanceVisx', 'components/componentMap',
44-
'components/ax';
43+
'components/performanceVisx', 'components/componentMap', 'components/ax';
4544

4645
// slider component
4746
@import './components/rc-slider';

0 commit comments

Comments
 (0)