Skip to content

Commit 9378e7e

Browse files
committed
Delete unused d3TreeLegacy file
> > Co-authored-by: Nkmai <[email protected]> Co-authored-by: lind-tania <[email protected]> Co-authored-by: rtviner <[email protected]> Co-authored-by: caitlinchan23 <[email protected]>  
1 parent f64087d commit 9378e7e

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

src/app/components/LinkControls.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ const controlStyles = {
77
};
88

99
const dropDownStyle = {
10-
// margin: '0.5em',
11-
// fontSize: '12px',
12-
// borderRadius: '4px',
13-
// backgroundColor: 'rgb(231, 231, 231)'
1410
margin: '0.5em',
1511
fontSize: '12px',
1612
borderRadius: '4px',

src/app/styles/components/_d3TreeLEGACY.css

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

src/app/styles/components/_renderingFrequency.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.StyledGridElement {
22
display: flex;
3-
// align-content: center;
43
align-items: center;
54
justify-content: space-between;
65
background: #242529;
@@ -13,7 +12,6 @@
1312
border: 1px solid rgba(184, 196, 194, 0.25);
1413
box-shadow: 2px 3px 4px 2px rgba(0, 0, 0, 0.2);
1514

16-
1715
h3 {
1816
color: $text-color;
1917
margin-bottom: 5px;
@@ -38,9 +36,6 @@
3836
line-height: 18px;
3937
}
4038
}
41-
.RenderLeft {
42-
// padding: 10px;
43-
}
4439
.RenderRight {
4540
border-radius: 5px;
4641
background: $blue-color-gradient;

0 commit comments

Comments
 (0)