Skip to content

Commit a1f1e7f

Browse files
committed
fix merge conflicts
2 parents bf8b891 + 807f06f commit a1f1e7f

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

client/modules/IDE/actions/project.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ export function cloneProject(id) {
301301
error: response.data
302302
}));
303303
});
304-
});
304+
});
305+
};
305306
}
306307

307308
export function showEditProjectName() {

client/styles/components/_sketch-list.scss

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
border-spacing: 0;
1313
& .sketch-list__dropdown-column {
1414
width: #{60 / $base-font-size}rem;
15+
<<<<<<< HEAD
1516
& .sketch-list__trash-column {
1617
width: #{36 / $base-font-size}rem;
18+
=======
19+
>>>>>>> 807f06f0500481edbeebd6d5df4b09a56b5ce920
1720
position: relative;
1821
}
1922
}
@@ -102,7 +105,26 @@
102105
& polygon {
103106
fill: getThemifyVariable('dropdown-color');
104107
}
108+
}
109+
110+
&:nth-last-child(1) {
111+
border-bottom-left-radius: #{6 / $base-font-size}rem;
112+
border-bottom-right-radius: #{6 / $base-font-size}rem;
113+
margin-bottom: 0;
114+
}
115+
}
116+
117+
.sketch-list__action-close {
118+
@include themify(){
119+
& path:nth-child(2) {
120+
fill: getThemifyVariable('dropdown-color');
121+
}
105122
}
123+
position: absolute;
124+
top: #{11.604 / $base-font-size}rem;
125+
right: #{14 / $base-font-size}rem;
126+
width: #{22 / $base-font-size}rem;
127+
height: #{18 / $base-font-size}rem;
106128
}
107129

108130
.sketch-list__action-dialogue {
@@ -203,14 +225,6 @@
203225
height: #{18 / $base-font-size}rem;
204226
}
205227

206-
.sketch-list__action-close {
207-
position: absolute;
208-
top: #{14 / $base-font-size}rem;
209-
right: #{14 / $base-font-size}rem;
210-
width: #{18 / $base-font-size}rem;
211-
height: #{18 / $base-font-size}rem;
212-
}
213-
214228

215229

216230
.sketches-table__empty {

0 commit comments

Comments
 (0)