File tree Expand file tree Collapse file tree 2 files changed +26
-41
lines changed
components/app/details/cIDetails Expand file tree Collapse file tree 2 files changed +26
-41
lines changed 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
+ }
You can’t perform that action at this time.
0 commit comments