@@ -287,33 +287,32 @@ a.tasks-edit, a.tasks-postpone {
287
287
grid-row : 1 ;
288
288
}
289
289
}
290
-
291
290
/* Dependency Styles */
292
291
293
- .chip -container {
292
+ .task-dependencies -container {
294
293
padding-bottom : 4px ;
295
294
padding-top : 4px ;
296
295
display : flex;
297
296
flex-wrap : wrap;
298
297
gap : 8px ;
299
298
}
300
- .chip {
299
+ .task-dependency {
301
300
display : inline-flex;
302
301
background-color : var (--interactive-normal );
303
302
box-shadow : var (--input-shadow );
304
303
border-radius : 28px ;
305
304
padding : 6px 8px 6px 12px ;
306
305
}
307
306
308
- .chip -name {
307
+ .task-dependency -name {
309
308
font-size : 14px ;
310
309
max-width : 160px ;
311
310
overflow : hidden;
312
311
white-space : nowrap;
313
312
text-overflow : ellipsis;
314
313
}
315
314
316
- .chip-close {
315
+ .task-dependency-delete {
317
316
padding : 3px ;
318
317
border-radius : 50% ;
319
318
margin-left : 6px ;
@@ -323,7 +322,7 @@ a.tasks-edit, a.tasks-postpone {
323
322
background-color : var (--background-primary ) !important ;
324
323
}
325
324
326
- .suggested-tasks {
325
+ .task-dependency-dropdown {
327
326
list-style : none;
328
327
position : absolute;
329
328
top : 0 ;
@@ -340,28 +339,28 @@ a.tasks-edit, a.tasks-postpone {
340
339
overflow-y : auto;
341
340
}
342
341
343
- .suggested-tasks li {
342
+ .task-dependency-dropdown li {
344
343
padding : 5px ;
345
344
margin : 2px ;
346
345
border-radius : 6px ;
347
346
cursor : pointer;
348
347
display : flex;
349
348
justify-content : space-between
350
349
}
351
- .suggested-tasks li .dependency-name {
350
+ .task-dependency-dropdown li .dependency-name {
352
351
overflow : hidden;
353
352
white-space : nowrap;
354
353
text-overflow : ellipsis;
355
354
}
356
355
357
- .suggested-tasks li .dependency-name-shared {
356
+ .task-dependency-dropdown li .dependency-name-shared {
358
357
width : calc (60% );
359
358
overflow : hidden;
360
359
white-space : nowrap;
361
360
text-overflow : ellipsis;
362
361
}
363
362
364
- .suggested-tasks li .dependency-location {
363
+ .task-dependency-dropdown li .dependency-path {
365
364
width : calc (40% );
366
365
overflow : hidden;
367
366
white-space : nowrap;
@@ -371,25 +370,10 @@ a.tasks-edit, a.tasks-postpone {
371
370
color : var (--italic-color )
372
371
}
373
372
374
- .suggested-tasks li .selected {
373
+ .task-dependency-dropdown li .selected {
375
374
background-color : var (--text-selection );
376
375
}
377
376
378
- .blocking-tooltip {
379
- display : none;
380
- width : max-content;
381
- position : absolute;
382
- top : 0 ;
383
- left : 0 ;
384
- background : # 222 ;
385
- color : white;
386
- font-weight : bold;
387
- padding : 5px ;
388
- border-radius : 4px ;
389
- font-size : 90% ;
390
- }
391
-
392
-
393
377
/**------------------------------------------------------------------------
394
378
** SETTINGS
395
379
*------------------------------------------------------------------------**/
0 commit comments