Skip to content

Commit 1629751

Browse files
Merge pull request #2618 from devtron-labs/fix/release-css-main
fix: release css
2 parents 040c5cf + 4592a4b commit 1629751

File tree

4 files changed

+31
-46
lines changed

4 files changed

+31
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.10.0-patch-3",
7+
"@devtron-labs/devtron-fe-common-lib": "1.10.0-patch-4",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

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+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,10 +1126,10 @@
11261126
dependencies:
11271127
"@jridgewell/trace-mapping" "0.3.9"
11281128

1129-
"@devtron-labs/[email protected]3":
1130-
version "1.10.0-patch-3"
1131-
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.0-patch-3.tgz#4b85b81a627365ac393691750dbec72d3dfb17f7"
1132-
integrity sha512-3ceE6CHBoqNTyai9Y89sbZa4WfnLuQYdy8mN+BA/NOsw9EciMeCohqgeWHjb4UXvnI4hu8EutSxMpqD9zPyetw==
1129+
"@devtron-labs/[email protected]4":
1130+
version "1.10.0-patch-4"
1131+
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.0-patch-4.tgz#347759b5e0477527e44cf066ef8a9bc2689ca39b"
1132+
integrity sha512-bCO7G/IyXKFi4CIJmUe6kmUKjzAM/AJlOWoItf6pJV3tiPGWURFpD9nYMSWTsUJYFu1op4plFdle42f9zIi0kA==
11331133
dependencies:
11341134
"@codemirror/lang-json" "6.0.1"
11351135
"@codemirror/lang-yaml" "6.1.2"

0 commit comments

Comments
 (0)