@patternfly/patternfly 6.3.0-prerelease.37 → 6.3.0-prerelease.39
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/components/Table/table-grid.css +30 -0
- package/components/Table/table-grid.scss +16 -0
- package/components/Table/table.css +21 -16
- package/components/Table/table.scss +31 -19
- package/components/_index.css +51 -16
- package/docs/components/Table/examples/Table.md +3 -15
- package/docs/demos/Table/examples/Table.md +12 -3
- package/package.json +1 -1
- package/patternfly-no-globals.css +51 -16
- package/patternfly.css +51 -16
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -23243,6 +23243,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23243
23243
|
.pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
|
23244
23244
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
|
23245
23245
|
}
|
|
23246
|
+
.pf-m-grid.pf-v6-c-table.pf-m-animate-expand {
|
|
23247
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
|
23248
|
+
}
|
|
23249
|
+
.pf-m-grid.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)[data-label]::before {
|
|
23250
|
+
content: none;
|
|
23251
|
+
}
|
|
23246
23252
|
.pf-m-grid.pf-v6-c-table.pf-m-expandable {
|
|
23247
23253
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
23248
23254
|
}
|
|
@@ -23546,6 +23552,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23546
23552
|
.pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
|
23547
23553
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
|
23548
23554
|
}
|
|
23555
|
+
.pf-m-grid-md.pf-v6-c-table.pf-m-animate-expand {
|
|
23556
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
|
23557
|
+
}
|
|
23558
|
+
.pf-m-grid-md.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)[data-label]::before {
|
|
23559
|
+
content: none;
|
|
23560
|
+
}
|
|
23549
23561
|
.pf-m-grid-md.pf-v6-c-table.pf-m-expandable {
|
|
23550
23562
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
23551
23563
|
}
|
|
@@ -23852,6 +23864,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23852
23864
|
.pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
|
23853
23865
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
|
23854
23866
|
}
|
|
23867
|
+
.pf-m-grid-lg.pf-v6-c-table.pf-m-animate-expand {
|
|
23868
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
|
23869
|
+
}
|
|
23870
|
+
.pf-m-grid-lg.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)[data-label]::before {
|
|
23871
|
+
content: none;
|
|
23872
|
+
}
|
|
23855
23873
|
.pf-m-grid-lg.pf-v6-c-table.pf-m-expandable {
|
|
23856
23874
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
23857
23875
|
}
|
|
@@ -24158,6 +24176,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24158
24176
|
.pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
|
24159
24177
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
|
24160
24178
|
}
|
|
24179
|
+
.pf-m-grid-xl.pf-v6-c-table.pf-m-animate-expand {
|
|
24180
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
|
24181
|
+
}
|
|
24182
|
+
.pf-m-grid-xl.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)[data-label]::before {
|
|
24183
|
+
content: none;
|
|
24184
|
+
}
|
|
24161
24185
|
.pf-m-grid-xl.pf-v6-c-table.pf-m-expandable {
|
|
24162
24186
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
24163
24187
|
}
|
|
@@ -24464,6 +24488,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24464
24488
|
.pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
|
24465
24489
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
|
24466
24490
|
}
|
|
24491
|
+
.pf-m-grid-2xl.pf-v6-c-table.pf-m-animate-expand {
|
|
24492
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
|
24493
|
+
}
|
|
24494
|
+
.pf-m-grid-2xl.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)[data-label]::before {
|
|
24495
|
+
content: none;
|
|
24496
|
+
}
|
|
24467
24497
|
.pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable {
|
|
24468
24498
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
24469
24499
|
}
|
|
@@ -25154,8 +25184,11 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
25154
25184
|
.pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
|
|
25155
25185
|
--pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
|
|
25156
25186
|
}
|
|
25187
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody.pf-m-expanded > .pf-v6-c-table__control-row {
|
|
25188
|
+
border-block-end: 0;
|
|
25189
|
+
}
|
|
25157
25190
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row {
|
|
25158
|
-
display: revert;
|
|
25191
|
+
display: var(--pf-v6-c-table__expandable-row--Display, revert);
|
|
25159
25192
|
visibility: hidden;
|
|
25160
25193
|
opacity: var(--pf-v6-c-table__expandable-row--Opacity);
|
|
25161
25194
|
transition-delay: 0s, 0s, var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
|
|
@@ -25165,7 +25198,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
25165
25198
|
translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
|
|
25166
25199
|
}
|
|
25167
25200
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row[hidden] {
|
|
25168
|
-
display: revert;
|
|
25201
|
+
display: var(--pf-v6-c-table__expandable-row--Display, revert);
|
|
25169
25202
|
}
|
|
25170
25203
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
25171
25204
|
visibility: visible;
|
|
@@ -25187,6 +25220,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
25187
25220
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
|
|
25188
25221
|
max-height: 0;
|
|
25189
25222
|
}
|
|
25223
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded > :is(.pf-v6-c-table__th, .pf-v6-c-table__td):not(.pf-m-no-padding) {
|
|
25224
|
+
padding-block-start: var(--pf-v6-c-table--cell--PaddingBlockStart);
|
|
25225
|
+
}
|
|
25226
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__tr:has(~ .pf-v6-c-table__expandable-row) {
|
|
25227
|
+
border-block-end: 0;
|
|
25228
|
+
}
|
|
25190
25229
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row {
|
|
25191
25230
|
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: 0s;
|
|
25192
25231
|
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;
|
|
@@ -25498,23 +25537,20 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25498
25537
|
position: relative;
|
|
25499
25538
|
border-block-end: 0 solid transparent;
|
|
25500
25539
|
}
|
|
25501
|
-
.pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
|
|
25502
|
-
.pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
|
|
25540
|
+
:not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
|
|
25541
|
+
:not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
|
|
25503
25542
|
padding-block-start: 0;
|
|
25504
25543
|
}
|
|
25505
|
-
|
|
25506
|
-
.pf-v6-c-
|
|
25507
|
-
|
|
25508
|
-
}
|
|
25509
|
-
.pf-v6-c-table__expandable-row .pf-v6-c-table__td.pf-m-no-padding,
|
|
25510
|
-
.pf-v6-c-table__expandable-row .pf-v6-c-table__th.pf-m-no-padding {
|
|
25544
|
+
|
|
25545
|
+
.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
|
|
25546
|
+
.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
|
|
25511
25547
|
padding-block-start: 0;
|
|
25512
25548
|
padding-block-end: 0;
|
|
25513
25549
|
padding-inline-start: 0;
|
|
25514
25550
|
padding-inline-end: 0;
|
|
25515
25551
|
}
|
|
25516
|
-
.pf-v6-c-table__expandable-row .pf-v6-c-table__td.pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
|
25517
|
-
.pf-v6-c-table__expandable-row .pf-v6-c-table__th.pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
|
25552
|
+
.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
|
25553
|
+
.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
|
25518
25554
|
padding: 0;
|
|
25519
25555
|
border-radius: 0;
|
|
25520
25556
|
}
|
|
@@ -25540,10 +25576,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25540
25576
|
border-block-end: 0;
|
|
25541
25577
|
}
|
|
25542
25578
|
|
|
25543
|
-
.pf-v6-c-table__tr:has(~ .pf-v6-c-table__expandable-row) {
|
|
25544
|
-
border-block-end: 0;
|
|
25545
|
-
}
|
|
25546
|
-
|
|
25547
25579
|
.pf-v6-c-table.pf-m-compact {
|
|
25548
25580
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
|
|
25549
25581
|
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
|
|
@@ -25603,6 +25635,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25603
25635
|
}
|
|
25604
25636
|
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
|
|
25605
25637
|
background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
|
|
25638
|
+
border-block-end: var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor);
|
|
25639
|
+
}
|
|
25640
|
+
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row.pf-m-expanded {
|
|
25606
25641
|
border-block-end: 0;
|
|
25607
25642
|
}
|
|
25608
25643
|
|
package/patternfly.css
CHANGED
|
@@ -23379,6 +23379,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23379
23379
|
.pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
|
23380
23380
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
|
23381
23381
|
}
|
|
23382
|
+
.pf-m-grid.pf-v6-c-table.pf-m-animate-expand {
|
|
23383
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
|
23384
|
+
}
|
|
23385
|
+
.pf-m-grid.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)[data-label]::before {
|
|
23386
|
+
content: none;
|
|
23387
|
+
}
|
|
23382
23388
|
.pf-m-grid.pf-v6-c-table.pf-m-expandable {
|
|
23383
23389
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
23384
23390
|
}
|
|
@@ -23682,6 +23688,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23682
23688
|
.pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
|
23683
23689
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
|
23684
23690
|
}
|
|
23691
|
+
.pf-m-grid-md.pf-v6-c-table.pf-m-animate-expand {
|
|
23692
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
|
23693
|
+
}
|
|
23694
|
+
.pf-m-grid-md.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)[data-label]::before {
|
|
23695
|
+
content: none;
|
|
23696
|
+
}
|
|
23685
23697
|
.pf-m-grid-md.pf-v6-c-table.pf-m-expandable {
|
|
23686
23698
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
23687
23699
|
}
|
|
@@ -23988,6 +24000,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
23988
24000
|
.pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
|
23989
24001
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
|
23990
24002
|
}
|
|
24003
|
+
.pf-m-grid-lg.pf-v6-c-table.pf-m-animate-expand {
|
|
24004
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
|
24005
|
+
}
|
|
24006
|
+
.pf-m-grid-lg.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)[data-label]::before {
|
|
24007
|
+
content: none;
|
|
24008
|
+
}
|
|
23991
24009
|
.pf-m-grid-lg.pf-v6-c-table.pf-m-expandable {
|
|
23992
24010
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
23993
24011
|
}
|
|
@@ -24294,6 +24312,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24294
24312
|
.pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
|
24295
24313
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
|
24296
24314
|
}
|
|
24315
|
+
.pf-m-grid-xl.pf-v6-c-table.pf-m-animate-expand {
|
|
24316
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
|
24317
|
+
}
|
|
24318
|
+
.pf-m-grid-xl.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)[data-label]::before {
|
|
24319
|
+
content: none;
|
|
24320
|
+
}
|
|
24297
24321
|
.pf-m-grid-xl.pf-v6-c-table.pf-m-expandable {
|
|
24298
24322
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
24299
24323
|
}
|
|
@@ -24600,6 +24624,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24600
24624
|
.pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
|
|
24601
24625
|
border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
|
|
24602
24626
|
}
|
|
24627
|
+
.pf-m-grid-2xl.pf-v6-c-table.pf-m-animate-expand {
|
|
24628
|
+
--pf-v6-c-table__expandable-row--Display: block;
|
|
24629
|
+
}
|
|
24630
|
+
.pf-m-grid-2xl.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th)[data-label]::before {
|
|
24631
|
+
content: none;
|
|
24632
|
+
}
|
|
24603
24633
|
.pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable {
|
|
24604
24634
|
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
24605
24635
|
}
|
|
@@ -25290,8 +25320,11 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
25290
25320
|
.pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
|
|
25291
25321
|
--pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
|
|
25292
25322
|
}
|
|
25323
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody.pf-m-expanded > .pf-v6-c-table__control-row {
|
|
25324
|
+
border-block-end: 0;
|
|
25325
|
+
}
|
|
25293
25326
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row {
|
|
25294
|
-
display: revert;
|
|
25327
|
+
display: var(--pf-v6-c-table__expandable-row--Display, revert);
|
|
25295
25328
|
visibility: hidden;
|
|
25296
25329
|
opacity: var(--pf-v6-c-table__expandable-row--Opacity);
|
|
25297
25330
|
transition-delay: 0s, 0s, var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
|
|
@@ -25301,7 +25334,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
25301
25334
|
translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
|
|
25302
25335
|
}
|
|
25303
25336
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row[hidden] {
|
|
25304
|
-
display: revert;
|
|
25337
|
+
display: var(--pf-v6-c-table__expandable-row--Display, revert);
|
|
25305
25338
|
}
|
|
25306
25339
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
25307
25340
|
visibility: visible;
|
|
@@ -25323,6 +25356,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
25323
25356
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
|
|
25324
25357
|
max-height: 0;
|
|
25325
25358
|
}
|
|
25359
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row.pf-m-expanded > :is(.pf-v6-c-table__th, .pf-v6-c-table__td):not(.pf-m-no-padding) {
|
|
25360
|
+
padding-block-start: var(--pf-v6-c-table--cell--PaddingBlockStart);
|
|
25361
|
+
}
|
|
25362
|
+
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__tr:has(~ .pf-v6-c-table__expandable-row) {
|
|
25363
|
+
border-block-end: 0;
|
|
25364
|
+
}
|
|
25326
25365
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row {
|
|
25327
25366
|
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: 0s;
|
|
25328
25367
|
--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;
|
|
@@ -25634,23 +25673,20 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25634
25673
|
position: relative;
|
|
25635
25674
|
border-block-end: 0 solid transparent;
|
|
25636
25675
|
}
|
|
25637
|
-
.pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
|
|
25638
|
-
.pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
|
|
25676
|
+
:not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
|
|
25677
|
+
:not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
|
|
25639
25678
|
padding-block-start: 0;
|
|
25640
25679
|
}
|
|
25641
|
-
|
|
25642
|
-
.pf-v6-c-
|
|
25643
|
-
|
|
25644
|
-
}
|
|
25645
|
-
.pf-v6-c-table__expandable-row .pf-v6-c-table__td.pf-m-no-padding,
|
|
25646
|
-
.pf-v6-c-table__expandable-row .pf-v6-c-table__th.pf-m-no-padding {
|
|
25680
|
+
|
|
25681
|
+
.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
|
|
25682
|
+
.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
|
|
25647
25683
|
padding-block-start: 0;
|
|
25648
25684
|
padding-block-end: 0;
|
|
25649
25685
|
padding-inline-start: 0;
|
|
25650
25686
|
padding-inline-end: 0;
|
|
25651
25687
|
}
|
|
25652
|
-
.pf-v6-c-table__expandable-row .pf-v6-c-table__td.pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
|
25653
|
-
.pf-v6-c-table__expandable-row .pf-v6-c-table__th.pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
|
25688
|
+
.pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
|
|
25689
|
+
.pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
|
|
25654
25690
|
padding: 0;
|
|
25655
25691
|
border-radius: 0;
|
|
25656
25692
|
}
|
|
@@ -25676,10 +25712,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25676
25712
|
border-block-end: 0;
|
|
25677
25713
|
}
|
|
25678
25714
|
|
|
25679
|
-
.pf-v6-c-table__tr:has(~ .pf-v6-c-table__expandable-row) {
|
|
25680
|
-
border-block-end: 0;
|
|
25681
|
-
}
|
|
25682
|
-
|
|
25683
25715
|
.pf-v6-c-table.pf-m-compact {
|
|
25684
25716
|
--pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
|
|
25685
25717
|
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
|
|
@@ -25739,6 +25771,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
25739
25771
|
}
|
|
25740
25772
|
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
|
|
25741
25773
|
background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
|
|
25774
|
+
border-block-end: var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor);
|
|
25775
|
+
}
|
|
25776
|
+
.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row.pf-m-expanded {
|
|
25742
25777
|
border-block-end: 0;
|
|
25743
25778
|
}
|
|
25744
25779
|
|