File tree Expand file tree Collapse file tree 4 files changed +31
-46
lines changed
components/app/details/cIDetails Expand file tree Collapse file tree 4 files changed +31
-46
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " /dashboard" ,
6
6
"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 " ,
8
8
"@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
9
9
"@rjsf/core" : " ^5.13.3" ,
10
10
"@rjsf/utils" : " ^5.13.3" ,
Original file line number Diff line number Diff line change 96
96
}
97
97
}
98
98
99
- .ci-artifacts-grid {
100
- display : grid ;
101
- grid-template-columns : 40px 1fr ;
102
- grid-column-gap : 12px ;
103
- }
104
-
105
99
.trigger-outputs-container {
106
100
width : 100% ;
107
101
background : var (--bg-tertiary );
299
293
position : fixed ;
300
294
bottom : 40px ;
301
295
}
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
- }
Original file line number Diff line number Diff line change @@ -5145,4 +5145,29 @@ details[open] {
5145
5145
5146
5146
.mw-76 {
5147
5147
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
+ }
Original file line number Diff line number Diff line change 1126
1126
dependencies :
1127
1127
" @jridgewell/trace-mapping" " 0.3.9"
1128
1128
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 ==
1133
1133
dependencies :
1134
1134
" @codemirror/lang-json" " 6.0.1"
1135
1135
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments