Skip to content

Commit 455e653

Browse files
committed
fix: css for artifacts in release
1 parent 040c5cf commit 455e653

File tree

2 files changed

+26
-41
lines changed

2 files changed

+26
-41
lines changed

src/components/app/details/cIDetails/ciDetails.scss

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@
9696
}
9797
}
9898

99-
.ci-artifacts-grid {
100-
display: grid;
101-
grid-template-columns: 40px 1fr;
102-
grid-column-gap: 12px;
103-
}
104-
10599
.trigger-outputs-container {
106100
width: 100%;
107101
background: var(--bg-tertiary);
@@ -299,37 +293,3 @@
299293
position: fixed;
300294
bottom: 40px;
301295
}
302-
303-
.add-tag-button {
304-
padding: 4px 8px;
305-
width: fit-content;
306-
height: 24px;
307-
border: 1px dashed var(--N300);
308-
border-radius: 4px;
309-
cursor: pointer;
310-
}
311-
312-
.image-tags-container {
313-
.image-tags-container-edit__icon {
314-
display: none;
315-
}
316-
317-
.image-tag-left-border {
318-
border-left: 2px solid var(--N200);
319-
}
320-
}
321-
322-
.image-tag-parent-card {
323-
&:hover {
324-
.image-tags-container {
325-
background-color: var(--bg-secondary);
326-
}
327-
.image-tags-container-edit__icon {
328-
display: block;
329-
}
330-
331-
.image-tag-left-border {
332-
border-color: var(--N50);
333-
}
334-
}
335-
}

src/css/base.scss

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5145,4 +5145,29 @@ details[open] {
51455145

51465146
.mw-76 {
51475147
min-width: 76px;
5148-
}
5148+
}
5149+
5150+
.image-tags-container {
5151+
.image-tags-container-edit__icon {
5152+
display: none;
5153+
}
5154+
5155+
.image-tag-left-border {
5156+
border-left: 2px solid var(--N200);
5157+
}
5158+
}
5159+
5160+
.image-tag-parent-card {
5161+
&:hover {
5162+
.image-tags-container {
5163+
background-color: var(--bg-secondary);
5164+
}
5165+
.image-tags-container-edit__icon {
5166+
display: block;
5167+
}
5168+
5169+
.image-tag-left-border {
5170+
border-color: var(--N50);
5171+
}
5172+
}
5173+
}

0 commit comments

Comments
 (0)