@i-cell/ids-styles 0.0.31 → 0.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +504 -5
- package/dist/components.min.css +1 -1
- package/dist/components.plugin.js +531 -21
- package/dist/table/table.css +504 -5
- package/dist/table/table.min.css +1 -1
- package/dist/table/table.plugin.js +531 -21
- package/package.json +1 -1
package/dist/table/table.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
border-radius: var(--ids-comp-table-size-border-radius-compact);
|
|
14
14
|
border-width: var(--ids-comp-table-size-border-width-compact);
|
|
15
15
|
}
|
|
16
|
-
.ids-table.ids-table-compact.ids-table-line-division > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row {
|
|
16
|
+
.ids-table.ids-table-compact.ids-table-line-division > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row > :is(td.ids-table__cell, th.ids-table__cell) {
|
|
17
17
|
border-top-style: solid;
|
|
18
18
|
border-top-width: var(--ids-comp-table-tbody-tr-size-border-width-compact);
|
|
19
19
|
}
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
border-radius: var(--ids-comp-table-size-border-radius-comfortable);
|
|
74
74
|
border-width: var(--ids-comp-table-size-border-width-comfortable);
|
|
75
75
|
}
|
|
76
|
-
.ids-table.ids-table-comfortable.ids-table-line-division > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row {
|
|
76
|
+
.ids-table.ids-table-comfortable.ids-table-line-division > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row > :is(td.ids-table__cell, th.ids-table__cell) {
|
|
77
77
|
border-top-style: solid;
|
|
78
78
|
border-top-width: var(--ids-comp-table-tbody-tr-size-border-width-comfortable);
|
|
79
79
|
}
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
border-radius: var(--ids-comp-table-size-border-radius-spacious);
|
|
134
134
|
border-width: var(--ids-comp-table-size-border-width-spacious);
|
|
135
135
|
}
|
|
136
|
-
.ids-table.ids-table-spacious.ids-table-line-division > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row {
|
|
136
|
+
.ids-table.ids-table-spacious.ids-table-line-division > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row > :is(td.ids-table__cell, th.ids-table__cell) {
|
|
137
137
|
border-top-style: solid;
|
|
138
138
|
border-top-width: var(--ids-comp-table-tbody-tr-size-border-width-spacious);
|
|
139
139
|
}
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
border-radius: var(--ids-comp-table-size-border-radius-dense);
|
|
194
194
|
border-width: var(--ids-comp-table-size-border-width-dense);
|
|
195
195
|
}
|
|
196
|
-
.ids-table.ids-table-dense.ids-table-line-division > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row {
|
|
196
|
+
.ids-table.ids-table-dense.ids-table-line-division > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row > :is(td.ids-table__cell, th.ids-table__cell) {
|
|
197
197
|
border-top-style: solid;
|
|
198
198
|
border-top-width: var(--ids-comp-table-tbody-tr-size-border-width-dense);
|
|
199
199
|
}
|
|
@@ -258,6 +258,29 @@
|
|
|
258
258
|
border-color: var(--ids-comp-table-thead-th-color-border-primary-default);
|
|
259
259
|
color: var(--ids-comp-table-thead-th-color-fg-typography-primary-default);
|
|
260
260
|
}
|
|
261
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.cdk-table-sticky {
|
|
262
|
+
position: relative;
|
|
263
|
+
}
|
|
264
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.cdk-table-sticky::before {
|
|
265
|
+
content: "";
|
|
266
|
+
position: absolute;
|
|
267
|
+
top: 0;
|
|
268
|
+
right: 0;
|
|
269
|
+
bottom: 0;
|
|
270
|
+
left: 0;
|
|
271
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
272
|
+
z-index: -2;
|
|
273
|
+
}
|
|
274
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.cdk-table-sticky::after {
|
|
275
|
+
content: "";
|
|
276
|
+
position: absolute;
|
|
277
|
+
top: 0;
|
|
278
|
+
right: 0;
|
|
279
|
+
bottom: 0;
|
|
280
|
+
left: 0;
|
|
281
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-primary-default);
|
|
282
|
+
z-index: -1;
|
|
283
|
+
}
|
|
261
284
|
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface {
|
|
262
285
|
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-default);
|
|
263
286
|
border-color: var(--ids-comp-table-tbody-tr-color-border-surface-default);
|
|
@@ -267,6 +290,29 @@
|
|
|
267
290
|
border-color: var(--ids-comp-table-tbody-td-color-border-surface-default);
|
|
268
291
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-surface-default);
|
|
269
292
|
}
|
|
293
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
294
|
+
position: relative;
|
|
295
|
+
}
|
|
296
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
297
|
+
content: "";
|
|
298
|
+
position: absolute;
|
|
299
|
+
top: 0;
|
|
300
|
+
right: 0;
|
|
301
|
+
bottom: 0;
|
|
302
|
+
left: 0;
|
|
303
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
304
|
+
z-index: -2;
|
|
305
|
+
}
|
|
306
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
307
|
+
content: "";
|
|
308
|
+
position: absolute;
|
|
309
|
+
top: 0;
|
|
310
|
+
right: 0;
|
|
311
|
+
bottom: 0;
|
|
312
|
+
left: 0;
|
|
313
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-default);
|
|
314
|
+
z-index: -1;
|
|
315
|
+
}
|
|
270
316
|
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
271
317
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default);
|
|
272
318
|
}
|
|
@@ -283,6 +329,29 @@
|
|
|
283
329
|
border-color: var(--ids-comp-table-tbody-td-color-border-surface-default);
|
|
284
330
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-surface-default);
|
|
285
331
|
}
|
|
332
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
333
|
+
position: relative;
|
|
334
|
+
}
|
|
335
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
336
|
+
content: "";
|
|
337
|
+
position: absolute;
|
|
338
|
+
top: 0;
|
|
339
|
+
right: 0;
|
|
340
|
+
bottom: 0;
|
|
341
|
+
left: 0;
|
|
342
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
343
|
+
z-index: -2;
|
|
344
|
+
}
|
|
345
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
346
|
+
content: "";
|
|
347
|
+
position: absolute;
|
|
348
|
+
top: 0;
|
|
349
|
+
right: 0;
|
|
350
|
+
bottom: 0;
|
|
351
|
+
left: 0;
|
|
352
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-hovered);
|
|
353
|
+
z-index: -1;
|
|
354
|
+
}
|
|
286
355
|
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
287
356
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default);
|
|
288
357
|
}
|
|
@@ -299,6 +368,29 @@
|
|
|
299
368
|
border-color: var(--ids-comp-table-tbody-td-color-border-surface-default);
|
|
300
369
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-surface-default);
|
|
301
370
|
}
|
|
371
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
372
|
+
position: relative;
|
|
373
|
+
}
|
|
374
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
375
|
+
content: "";
|
|
376
|
+
position: absolute;
|
|
377
|
+
top: 0;
|
|
378
|
+
right: 0;
|
|
379
|
+
bottom: 0;
|
|
380
|
+
left: 0;
|
|
381
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
382
|
+
z-index: -2;
|
|
383
|
+
}
|
|
384
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
385
|
+
content: "";
|
|
386
|
+
position: absolute;
|
|
387
|
+
top: 0;
|
|
388
|
+
right: 0;
|
|
389
|
+
bottom: 0;
|
|
390
|
+
left: 0;
|
|
391
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-active);
|
|
392
|
+
z-index: -1;
|
|
393
|
+
}
|
|
302
394
|
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
303
395
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default);
|
|
304
396
|
}
|
|
@@ -315,6 +407,29 @@
|
|
|
315
407
|
border-color: var(--ids-comp-table-tbody-td-color-border-secondary-default);
|
|
316
408
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default);
|
|
317
409
|
}
|
|
410
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
411
|
+
position: relative;
|
|
412
|
+
}
|
|
413
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
414
|
+
content: "";
|
|
415
|
+
position: absolute;
|
|
416
|
+
top: 0;
|
|
417
|
+
right: 0;
|
|
418
|
+
bottom: 0;
|
|
419
|
+
left: 0;
|
|
420
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
421
|
+
z-index: -2;
|
|
422
|
+
}
|
|
423
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
424
|
+
content: "";
|
|
425
|
+
position: absolute;
|
|
426
|
+
top: 0;
|
|
427
|
+
right: 0;
|
|
428
|
+
bottom: 0;
|
|
429
|
+
left: 0;
|
|
430
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-secondary-default);
|
|
431
|
+
z-index: -1;
|
|
432
|
+
}
|
|
318
433
|
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
319
434
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default);
|
|
320
435
|
}
|
|
@@ -331,6 +446,29 @@
|
|
|
331
446
|
border-color: var(--ids-comp-table-tbody-td-color-border-secondary-default);
|
|
332
447
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default);
|
|
333
448
|
}
|
|
449
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
450
|
+
position: relative;
|
|
451
|
+
}
|
|
452
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
453
|
+
content: "";
|
|
454
|
+
position: absolute;
|
|
455
|
+
top: 0;
|
|
456
|
+
right: 0;
|
|
457
|
+
bottom: 0;
|
|
458
|
+
left: 0;
|
|
459
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
460
|
+
z-index: -2;
|
|
461
|
+
}
|
|
462
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
463
|
+
content: "";
|
|
464
|
+
position: absolute;
|
|
465
|
+
top: 0;
|
|
466
|
+
right: 0;
|
|
467
|
+
bottom: 0;
|
|
468
|
+
left: 0;
|
|
469
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-secondary-hovered);
|
|
470
|
+
z-index: -1;
|
|
471
|
+
}
|
|
334
472
|
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
335
473
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default);
|
|
336
474
|
}
|
|
@@ -347,6 +485,29 @@
|
|
|
347
485
|
border-color: var(--ids-comp-table-tbody-td-color-border-secondary-default);
|
|
348
486
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default);
|
|
349
487
|
}
|
|
488
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
489
|
+
position: relative;
|
|
490
|
+
}
|
|
491
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
492
|
+
content: "";
|
|
493
|
+
position: absolute;
|
|
494
|
+
top: 0;
|
|
495
|
+
right: 0;
|
|
496
|
+
bottom: 0;
|
|
497
|
+
left: 0;
|
|
498
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
499
|
+
z-index: -2;
|
|
500
|
+
}
|
|
501
|
+
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
502
|
+
content: "";
|
|
503
|
+
position: absolute;
|
|
504
|
+
top: 0;
|
|
505
|
+
right: 0;
|
|
506
|
+
bottom: 0;
|
|
507
|
+
left: 0;
|
|
508
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-secondary-active);
|
|
509
|
+
z-index: -1;
|
|
510
|
+
}
|
|
350
511
|
.ids-table.ids-table-primary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
351
512
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default);
|
|
352
513
|
}
|
|
@@ -363,6 +524,29 @@
|
|
|
363
524
|
border-color: var(--ids-comp-table-thead-th-color-border-secondary-default);
|
|
364
525
|
color: var(--ids-comp-table-thead-th-color-fg-typography-secondary-default);
|
|
365
526
|
}
|
|
527
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.cdk-table-sticky {
|
|
528
|
+
position: relative;
|
|
529
|
+
}
|
|
530
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.cdk-table-sticky::before {
|
|
531
|
+
content: "";
|
|
532
|
+
position: absolute;
|
|
533
|
+
top: 0;
|
|
534
|
+
right: 0;
|
|
535
|
+
bottom: 0;
|
|
536
|
+
left: 0;
|
|
537
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
538
|
+
z-index: -2;
|
|
539
|
+
}
|
|
540
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.cdk-table-sticky::after {
|
|
541
|
+
content: "";
|
|
542
|
+
position: absolute;
|
|
543
|
+
top: 0;
|
|
544
|
+
right: 0;
|
|
545
|
+
bottom: 0;
|
|
546
|
+
left: 0;
|
|
547
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-secondary-default);
|
|
548
|
+
z-index: -1;
|
|
549
|
+
}
|
|
366
550
|
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface {
|
|
367
551
|
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-default);
|
|
368
552
|
border-color: var(--ids-comp-table-tbody-tr-color-border-surface-default);
|
|
@@ -372,6 +556,29 @@
|
|
|
372
556
|
border-color: var(--ids-comp-table-tbody-td-color-border-surface-default);
|
|
373
557
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-surface-default);
|
|
374
558
|
}
|
|
559
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
560
|
+
position: relative;
|
|
561
|
+
}
|
|
562
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
563
|
+
content: "";
|
|
564
|
+
position: absolute;
|
|
565
|
+
top: 0;
|
|
566
|
+
right: 0;
|
|
567
|
+
bottom: 0;
|
|
568
|
+
left: 0;
|
|
569
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
570
|
+
z-index: -2;
|
|
571
|
+
}
|
|
572
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
573
|
+
content: "";
|
|
574
|
+
position: absolute;
|
|
575
|
+
top: 0;
|
|
576
|
+
right: 0;
|
|
577
|
+
bottom: 0;
|
|
578
|
+
left: 0;
|
|
579
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-default);
|
|
580
|
+
z-index: -1;
|
|
581
|
+
}
|
|
375
582
|
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
376
583
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default);
|
|
377
584
|
}
|
|
@@ -388,6 +595,29 @@
|
|
|
388
595
|
border-color: var(--ids-comp-table-tbody-td-color-border-surface-default);
|
|
389
596
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-surface-default);
|
|
390
597
|
}
|
|
598
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
599
|
+
position: relative;
|
|
600
|
+
}
|
|
601
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
602
|
+
content: "";
|
|
603
|
+
position: absolute;
|
|
604
|
+
top: 0;
|
|
605
|
+
right: 0;
|
|
606
|
+
bottom: 0;
|
|
607
|
+
left: 0;
|
|
608
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
609
|
+
z-index: -2;
|
|
610
|
+
}
|
|
611
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
612
|
+
content: "";
|
|
613
|
+
position: absolute;
|
|
614
|
+
top: 0;
|
|
615
|
+
right: 0;
|
|
616
|
+
bottom: 0;
|
|
617
|
+
left: 0;
|
|
618
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-hovered);
|
|
619
|
+
z-index: -1;
|
|
620
|
+
}
|
|
391
621
|
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
392
622
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default);
|
|
393
623
|
}
|
|
@@ -404,6 +634,29 @@
|
|
|
404
634
|
border-color: var(--ids-comp-table-tbody-td-color-border-surface-default);
|
|
405
635
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-surface-default);
|
|
406
636
|
}
|
|
637
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
638
|
+
position: relative;
|
|
639
|
+
}
|
|
640
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
641
|
+
content: "";
|
|
642
|
+
position: absolute;
|
|
643
|
+
top: 0;
|
|
644
|
+
right: 0;
|
|
645
|
+
bottom: 0;
|
|
646
|
+
left: 0;
|
|
647
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
648
|
+
z-index: -2;
|
|
649
|
+
}
|
|
650
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
651
|
+
content: "";
|
|
652
|
+
position: absolute;
|
|
653
|
+
top: 0;
|
|
654
|
+
right: 0;
|
|
655
|
+
bottom: 0;
|
|
656
|
+
left: 0;
|
|
657
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-active);
|
|
658
|
+
z-index: -1;
|
|
659
|
+
}
|
|
407
660
|
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
408
661
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default);
|
|
409
662
|
}
|
|
@@ -420,6 +673,29 @@
|
|
|
420
673
|
border-color: var(--ids-comp-table-tbody-td-color-border-secondary-default);
|
|
421
674
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default);
|
|
422
675
|
}
|
|
676
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
677
|
+
position: relative;
|
|
678
|
+
}
|
|
679
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
680
|
+
content: "";
|
|
681
|
+
position: absolute;
|
|
682
|
+
top: 0;
|
|
683
|
+
right: 0;
|
|
684
|
+
bottom: 0;
|
|
685
|
+
left: 0;
|
|
686
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
687
|
+
z-index: -2;
|
|
688
|
+
}
|
|
689
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
690
|
+
content: "";
|
|
691
|
+
position: absolute;
|
|
692
|
+
top: 0;
|
|
693
|
+
right: 0;
|
|
694
|
+
bottom: 0;
|
|
695
|
+
left: 0;
|
|
696
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-secondary-default);
|
|
697
|
+
z-index: -1;
|
|
698
|
+
}
|
|
423
699
|
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
424
700
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default);
|
|
425
701
|
}
|
|
@@ -436,6 +712,29 @@
|
|
|
436
712
|
border-color: var(--ids-comp-table-tbody-td-color-border-secondary-default);
|
|
437
713
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default);
|
|
438
714
|
}
|
|
715
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
716
|
+
position: relative;
|
|
717
|
+
}
|
|
718
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
719
|
+
content: "";
|
|
720
|
+
position: absolute;
|
|
721
|
+
top: 0;
|
|
722
|
+
right: 0;
|
|
723
|
+
bottom: 0;
|
|
724
|
+
left: 0;
|
|
725
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
726
|
+
z-index: -2;
|
|
727
|
+
}
|
|
728
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
729
|
+
content: "";
|
|
730
|
+
position: absolute;
|
|
731
|
+
top: 0;
|
|
732
|
+
right: 0;
|
|
733
|
+
bottom: 0;
|
|
734
|
+
left: 0;
|
|
735
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-secondary-hovered);
|
|
736
|
+
z-index: -1;
|
|
737
|
+
}
|
|
439
738
|
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
440
739
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default);
|
|
441
740
|
}
|
|
@@ -452,6 +751,29 @@
|
|
|
452
751
|
border-color: var(--ids-comp-table-tbody-td-color-border-secondary-default);
|
|
453
752
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default);
|
|
454
753
|
}
|
|
754
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
755
|
+
position: relative;
|
|
756
|
+
}
|
|
757
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
758
|
+
content: "";
|
|
759
|
+
position: absolute;
|
|
760
|
+
top: 0;
|
|
761
|
+
right: 0;
|
|
762
|
+
bottom: 0;
|
|
763
|
+
left: 0;
|
|
764
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
765
|
+
z-index: -2;
|
|
766
|
+
}
|
|
767
|
+
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
768
|
+
content: "";
|
|
769
|
+
position: absolute;
|
|
770
|
+
top: 0;
|
|
771
|
+
right: 0;
|
|
772
|
+
bottom: 0;
|
|
773
|
+
left: 0;
|
|
774
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-secondary-active);
|
|
775
|
+
z-index: -1;
|
|
776
|
+
}
|
|
455
777
|
.ids-table.ids-table-secondary > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
456
778
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default);
|
|
457
779
|
}
|
|
@@ -468,6 +790,29 @@
|
|
|
468
790
|
border-color: var(--ids-comp-table-thead-th-color-border-surface-default);
|
|
469
791
|
color: var(--ids-comp-table-thead-th-color-fg-typography-surface-default);
|
|
470
792
|
}
|
|
793
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.cdk-table-sticky {
|
|
794
|
+
position: relative;
|
|
795
|
+
}
|
|
796
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.cdk-table-sticky::before {
|
|
797
|
+
content: "";
|
|
798
|
+
position: absolute;
|
|
799
|
+
top: 0;
|
|
800
|
+
right: 0;
|
|
801
|
+
bottom: 0;
|
|
802
|
+
left: 0;
|
|
803
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
804
|
+
z-index: -2;
|
|
805
|
+
}
|
|
806
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.cdk-table-sticky::after {
|
|
807
|
+
content: "";
|
|
808
|
+
position: absolute;
|
|
809
|
+
top: 0;
|
|
810
|
+
right: 0;
|
|
811
|
+
bottom: 0;
|
|
812
|
+
left: 0;
|
|
813
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-default);
|
|
814
|
+
z-index: -1;
|
|
815
|
+
}
|
|
471
816
|
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface {
|
|
472
817
|
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-default);
|
|
473
818
|
border-color: var(--ids-comp-table-tbody-tr-color-border-surface-default);
|
|
@@ -477,6 +822,29 @@
|
|
|
477
822
|
border-color: var(--ids-comp-table-tbody-td-color-border-surface-default);
|
|
478
823
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-surface-default);
|
|
479
824
|
}
|
|
825
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
826
|
+
position: relative;
|
|
827
|
+
}
|
|
828
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
829
|
+
content: "";
|
|
830
|
+
position: absolute;
|
|
831
|
+
top: 0;
|
|
832
|
+
right: 0;
|
|
833
|
+
bottom: 0;
|
|
834
|
+
left: 0;
|
|
835
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
836
|
+
z-index: -2;
|
|
837
|
+
}
|
|
838
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
839
|
+
content: "";
|
|
840
|
+
position: absolute;
|
|
841
|
+
top: 0;
|
|
842
|
+
right: 0;
|
|
843
|
+
bottom: 0;
|
|
844
|
+
left: 0;
|
|
845
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-default);
|
|
846
|
+
z-index: -1;
|
|
847
|
+
}
|
|
480
848
|
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
481
849
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default);
|
|
482
850
|
}
|
|
@@ -493,6 +861,29 @@
|
|
|
493
861
|
border-color: var(--ids-comp-table-tbody-td-color-border-surface-default);
|
|
494
862
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-surface-default);
|
|
495
863
|
}
|
|
864
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
865
|
+
position: relative;
|
|
866
|
+
}
|
|
867
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
868
|
+
content: "";
|
|
869
|
+
position: absolute;
|
|
870
|
+
top: 0;
|
|
871
|
+
right: 0;
|
|
872
|
+
bottom: 0;
|
|
873
|
+
left: 0;
|
|
874
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
875
|
+
z-index: -2;
|
|
876
|
+
}
|
|
877
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
878
|
+
content: "";
|
|
879
|
+
position: absolute;
|
|
880
|
+
top: 0;
|
|
881
|
+
right: 0;
|
|
882
|
+
bottom: 0;
|
|
883
|
+
left: 0;
|
|
884
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-hovered);
|
|
885
|
+
z-index: -1;
|
|
886
|
+
}
|
|
496
887
|
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:hover > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
497
888
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default);
|
|
498
889
|
}
|
|
@@ -509,6 +900,29 @@
|
|
|
509
900
|
border-color: var(--ids-comp-table-tbody-td-color-border-surface-default);
|
|
510
901
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-surface-default);
|
|
511
902
|
}
|
|
903
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
904
|
+
position: relative;
|
|
905
|
+
}
|
|
906
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
907
|
+
content: "";
|
|
908
|
+
position: absolute;
|
|
909
|
+
top: 0;
|
|
910
|
+
right: 0;
|
|
911
|
+
bottom: 0;
|
|
912
|
+
left: 0;
|
|
913
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
914
|
+
z-index: -2;
|
|
915
|
+
}
|
|
916
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
917
|
+
content: "";
|
|
918
|
+
position: absolute;
|
|
919
|
+
top: 0;
|
|
920
|
+
right: 0;
|
|
921
|
+
bottom: 0;
|
|
922
|
+
left: 0;
|
|
923
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-active);
|
|
924
|
+
z-index: -1;
|
|
925
|
+
}
|
|
512
926
|
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--surface:active > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
513
927
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-surface-default);
|
|
514
928
|
}
|
|
@@ -525,6 +939,29 @@
|
|
|
525
939
|
border-color: var(--ids-comp-table-tbody-td-color-border-secondary-default);
|
|
526
940
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default);
|
|
527
941
|
}
|
|
942
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
943
|
+
position: relative;
|
|
944
|
+
}
|
|
945
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
946
|
+
content: "";
|
|
947
|
+
position: absolute;
|
|
948
|
+
top: 0;
|
|
949
|
+
right: 0;
|
|
950
|
+
bottom: 0;
|
|
951
|
+
left: 0;
|
|
952
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
953
|
+
z-index: -2;
|
|
954
|
+
}
|
|
955
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
956
|
+
content: "";
|
|
957
|
+
position: absolute;
|
|
958
|
+
top: 0;
|
|
959
|
+
right: 0;
|
|
960
|
+
bottom: 0;
|
|
961
|
+
left: 0;
|
|
962
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-secondary-default);
|
|
963
|
+
z-index: -1;
|
|
964
|
+
}
|
|
528
965
|
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
529
966
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default);
|
|
530
967
|
}
|
|
@@ -541,6 +978,29 @@
|
|
|
541
978
|
border-color: var(--ids-comp-table-tbody-td-color-border-secondary-default);
|
|
542
979
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default);
|
|
543
980
|
}
|
|
981
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
982
|
+
position: relative;
|
|
983
|
+
}
|
|
984
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
985
|
+
content: "";
|
|
986
|
+
position: absolute;
|
|
987
|
+
top: 0;
|
|
988
|
+
right: 0;
|
|
989
|
+
bottom: 0;
|
|
990
|
+
left: 0;
|
|
991
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
992
|
+
z-index: -2;
|
|
993
|
+
}
|
|
994
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
995
|
+
content: "";
|
|
996
|
+
position: absolute;
|
|
997
|
+
top: 0;
|
|
998
|
+
right: 0;
|
|
999
|
+
bottom: 0;
|
|
1000
|
+
left: 0;
|
|
1001
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-secondary-hovered);
|
|
1002
|
+
z-index: -1;
|
|
1003
|
+
}
|
|
544
1004
|
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:hover > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
545
1005
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default);
|
|
546
1006
|
}
|
|
@@ -557,6 +1017,29 @@
|
|
|
557
1017
|
border-color: var(--ids-comp-table-tbody-td-color-border-secondary-default);
|
|
558
1018
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-secondary-default);
|
|
559
1019
|
}
|
|
1020
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky {
|
|
1021
|
+
position: relative;
|
|
1022
|
+
}
|
|
1023
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::before {
|
|
1024
|
+
content: "";
|
|
1025
|
+
position: absolute;
|
|
1026
|
+
top: 0;
|
|
1027
|
+
right: 0;
|
|
1028
|
+
bottom: 0;
|
|
1029
|
+
left: 0;
|
|
1030
|
+
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
1031
|
+
z-index: -2;
|
|
1032
|
+
}
|
|
1033
|
+
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).cdk-table-sticky::after {
|
|
1034
|
+
content: "";
|
|
1035
|
+
position: absolute;
|
|
1036
|
+
top: 0;
|
|
1037
|
+
right: 0;
|
|
1038
|
+
bottom: 0;
|
|
1039
|
+
left: 0;
|
|
1040
|
+
background-color: var(--ids-comp-table-tbody-tr-color-bg-secondary-active);
|
|
1041
|
+
z-index: -1;
|
|
1042
|
+
}
|
|
560
1043
|
.ids-table.ids-table-surface > .ids-table__horizontal-scroll > table > tbody > tr:is(.ids-table__row, .ids-table__detail-row).ids-table__row--secondary:active > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--label-description {
|
|
561
1044
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-description-secondary-default);
|
|
562
1045
|
}
|
|
@@ -567,7 +1050,8 @@
|
|
|
567
1050
|
.ids-table > .ids-table__horizontal-scroll > table {
|
|
568
1051
|
width: 100%;
|
|
569
1052
|
box-sizing: border-box;
|
|
570
|
-
border-collapse:
|
|
1053
|
+
border-collapse: separate;
|
|
1054
|
+
border-spacing: 0px;
|
|
571
1055
|
border-style: solid;
|
|
572
1056
|
border-width: 0px;
|
|
573
1057
|
background-color: var(--ids-comp-table-color-bg-surface-default);
|
|
@@ -576,20 +1060,29 @@
|
|
|
576
1060
|
}
|
|
577
1061
|
.ids-table > .ids-table__horizontal-scroll > table > thead {
|
|
578
1062
|
box-sizing: border-box;
|
|
1063
|
+
border-width: 0px;
|
|
579
1064
|
}
|
|
580
1065
|
.ids-table > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row {
|
|
581
1066
|
box-sizing: border-box;
|
|
1067
|
+
border-width: 0px;
|
|
582
1068
|
}
|
|
583
1069
|
.ids-table > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell {
|
|
584
1070
|
box-sizing: border-box;
|
|
1071
|
+
border-width: 0px;
|
|
585
1072
|
text-align: left;
|
|
586
1073
|
}
|
|
1074
|
+
.ids-table > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.ids-table__header-cell--numeric {
|
|
1075
|
+
text-align: right;
|
|
1076
|
+
}
|
|
587
1077
|
.ids-table > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.ids-table__header-cell--sortable {
|
|
588
1078
|
display: flex;
|
|
589
1079
|
flex-direction: row;
|
|
590
1080
|
align-items: center;
|
|
591
1081
|
justify-content: space-between;
|
|
592
1082
|
}
|
|
1083
|
+
.ids-table > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.ids-table__header-cell--sortable.ids-table__header-cell--numeric {
|
|
1084
|
+
justify-content: flex-end;
|
|
1085
|
+
}
|
|
593
1086
|
.ids-table > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.ids-table__header-cell--select-all-rows {
|
|
594
1087
|
text-align: center;
|
|
595
1088
|
min-width: 2.5rem;
|
|
@@ -600,13 +1093,16 @@
|
|
|
600
1093
|
}
|
|
601
1094
|
.ids-table > .ids-table__horizontal-scroll > table > tbody {
|
|
602
1095
|
box-sizing: border-box;
|
|
1096
|
+
border-width: 0px;
|
|
603
1097
|
}
|
|
604
1098
|
.ids-table > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row {
|
|
605
1099
|
box-sizing: border-box;
|
|
1100
|
+
border-width: 0px;
|
|
606
1101
|
background-color: var(--ids-comp-table-tbody-tr-color-bg-surface-default);
|
|
607
1102
|
}
|
|
608
1103
|
.ids-table > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row > :is(td.ids-table__cell, th.ids-table__cell) {
|
|
609
1104
|
box-sizing: border-box;
|
|
1105
|
+
border-width: 0px;
|
|
610
1106
|
text-align: start;
|
|
611
1107
|
color: var(--ids-comp-table-tbody-td-color-fg-typography-surface-default);
|
|
612
1108
|
}
|
|
@@ -629,10 +1125,12 @@
|
|
|
629
1125
|
}
|
|
630
1126
|
.ids-table > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__detail-row {
|
|
631
1127
|
box-sizing: border-box;
|
|
1128
|
+
border-width: 0px;
|
|
632
1129
|
height: 0px;
|
|
633
1130
|
}
|
|
634
1131
|
.ids-table > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__detail-row > :is(td.ids-table__cell, th.ids-table__cell) {
|
|
635
1132
|
box-sizing: border-box;
|
|
1133
|
+
border-width: 0px;
|
|
636
1134
|
border-bottom-width: 0;
|
|
637
1135
|
}
|
|
638
1136
|
.ids-table > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__detail-row.ids-table__detail-row--expanded > :is(td.ids-table__cell, th.ids-table__cell) {
|
|
@@ -645,6 +1143,7 @@
|
|
|
645
1143
|
.ids-table > .ids-table__horizontal-scroll > table > tbody .ids-table__detail-cell--content-wrapper {
|
|
646
1144
|
display: flex;
|
|
647
1145
|
box-sizing: border-box;
|
|
1146
|
+
border-width: 0px;
|
|
648
1147
|
overflow: hidden;
|
|
649
1148
|
}
|
|
650
1149
|
.ids-table > .ids-table__horizontal-scroll > table > thead > tr.ids-table__header-row > th.ids-table__header-cell.ids-table__cell--master-detail-toggle, .ids-table > .ids-table__horizontal-scroll > table > tbody > tr.ids-table__row > :is(td.ids-table__cell, th.ids-table__cell).ids-table__cell--master-detail-toggle {
|