@patternfly/patternfly 6.0.0-alpha.182 → 6.0.0-alpha.183

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.
@@ -155,6 +155,7 @@
155
155
  grid-column: 2;
156
156
  }
157
157
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
158
+ position: revert;
158
159
  font-weight: bold;
159
160
  text-align: start;
160
161
  content: attr(data-label);
@@ -454,6 +455,7 @@
454
455
  grid-column: 2;
455
456
  }
456
457
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
458
+ position: revert;
457
459
  font-weight: bold;
458
460
  text-align: start;
459
461
  content: attr(data-label);
@@ -756,6 +758,7 @@
756
758
  grid-column: 2;
757
759
  }
758
760
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
761
+ position: revert;
759
762
  font-weight: bold;
760
763
  text-align: start;
761
764
  content: attr(data-label);
@@ -1058,6 +1061,7 @@
1058
1061
  grid-column: 2;
1059
1062
  }
1060
1063
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
1064
+ position: revert;
1061
1065
  font-weight: bold;
1062
1066
  text-align: start;
1063
1067
  content: attr(data-label);
@@ -1360,6 +1364,7 @@
1360
1364
  grid-column: 2;
1361
1365
  }
1362
1366
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
1367
+ position: revert;
1363
1368
  font-weight: bold;
1364
1369
  text-align: start;
1365
1370
  content: attr(data-label);
@@ -269,6 +269,7 @@
269
269
  }
270
270
 
271
271
  &::before {
272
+ position: revert;
272
273
  font-weight: bold;
273
274
  text-align: start;
274
275
  content: attr(data-label);
@@ -178,10 +178,14 @@
178
178
  grid-column: 2;
179
179
  }
180
180
  .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
181
+ position: revert;
181
182
  font-weight: var(--pf-t--global--font--weight--body--bold);
182
183
  text-align: start;
183
184
  content: attr(data-label);
184
185
  }
186
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
187
+ border-inline-end: 0;
188
+ }
185
189
  .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
186
190
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
187
191
  }
@@ -318,10 +322,14 @@
318
322
  grid-column: 2;
319
323
  }
320
324
  .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
325
+ position: revert;
321
326
  font-weight: var(--pf-t--global--font--weight--body--bold);
322
327
  text-align: start;
323
328
  content: attr(data-label);
324
329
  }
330
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
331
+ border-inline-end: 0;
332
+ }
325
333
  .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
326
334
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
327
335
  }
@@ -459,10 +467,14 @@
459
467
  grid-column: 2;
460
468
  }
461
469
  .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
470
+ position: revert;
462
471
  font-weight: var(--pf-t--global--font--weight--body--bold);
463
472
  text-align: start;
464
473
  content: attr(data-label);
465
474
  }
475
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
476
+ border-inline-end: 0;
477
+ }
466
478
  .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
467
479
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
468
480
  }
@@ -600,10 +612,14 @@
600
612
  grid-column: 2;
601
613
  }
602
614
  .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
615
+ position: revert;
603
616
  font-weight: var(--pf-t--global--font--weight--body--bold);
604
617
  text-align: start;
605
618
  content: attr(data-label);
606
619
  }
620
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
621
+ border-inline-end: 0;
622
+ }
607
623
  .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
608
624
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
609
625
  }
@@ -741,10 +757,14 @@
741
757
  grid-column: 2;
742
758
  }
743
759
  .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
760
+ position: revert;
744
761
  font-weight: var(--pf-t--global--font--weight--body--bold);
745
762
  text-align: start;
746
763
  content: attr(data-label);
747
764
  }
765
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
766
+ border-inline-end: 0;
767
+ }
748
768
  .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
749
769
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
750
770
  }
@@ -257,12 +257,17 @@ $pf-v6-c-tree-view--MaxDepth: 10;
257
257
  }
258
258
 
259
259
  &::before {
260
+ position: revert;
260
261
  font-weight: var(--pf-t--global--font--weight--body--bold);
261
262
  text-align: start;
262
263
  content: attr(data-label);
263
264
  }
264
265
  }
265
266
 
267
+ .#{$table}__tr > :where(th, td).pf-m-border-right::before {
268
+ border-inline-end: 0;
269
+ }
270
+
266
271
  // - Table tree view tr tree view details expanded
267
272
  tr:where(.#{$table}__tr).pf-m-tree-view-details-expanded {
268
273
  padding-block-end: var(--#{$table}--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
@@ -14753,6 +14753,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
14753
14753
  grid-column: 2;
14754
14754
  }
14755
14755
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
14756
+ position: revert;
14756
14757
  font-weight: bold;
14757
14758
  text-align: start;
14758
14759
  content: attr(data-label);
@@ -15052,6 +15053,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
15052
15053
  grid-column: 2;
15053
15054
  }
15054
15055
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
15056
+ position: revert;
15055
15057
  font-weight: bold;
15056
15058
  text-align: start;
15057
15059
  content: attr(data-label);
@@ -15354,6 +15356,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
15354
15356
  grid-column: 2;
15355
15357
  }
15356
15358
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
15359
+ position: revert;
15357
15360
  font-weight: bold;
15358
15361
  text-align: start;
15359
15362
  content: attr(data-label);
@@ -15656,6 +15659,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
15656
15659
  grid-column: 2;
15657
15660
  }
15658
15661
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
15662
+ position: revert;
15659
15663
  font-weight: bold;
15660
15664
  text-align: start;
15661
15665
  content: attr(data-label);
@@ -15958,6 +15962,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
15958
15962
  grid-column: 2;
15959
15963
  }
15960
15964
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
15965
+ position: revert;
15961
15966
  font-weight: bold;
15962
15967
  text-align: start;
15963
15968
  content: attr(data-label);
@@ -17266,10 +17271,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
17266
17271
  grid-column: 2;
17267
17272
  }
17268
17273
  .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
17274
+ position: revert;
17269
17275
  font-weight: var(--pf-t--global--font--weight--body--bold);
17270
17276
  text-align: start;
17271
17277
  content: attr(data-label);
17272
17278
  }
17279
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
17280
+ border-inline-end: 0;
17281
+ }
17273
17282
  .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
17274
17283
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
17275
17284
  }
@@ -17406,10 +17415,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
17406
17415
  grid-column: 2;
17407
17416
  }
17408
17417
  .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
17418
+ position: revert;
17409
17419
  font-weight: var(--pf-t--global--font--weight--body--bold);
17410
17420
  text-align: start;
17411
17421
  content: attr(data-label);
17412
17422
  }
17423
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
17424
+ border-inline-end: 0;
17425
+ }
17413
17426
  .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
17414
17427
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
17415
17428
  }
@@ -17547,10 +17560,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
17547
17560
  grid-column: 2;
17548
17561
  }
17549
17562
  .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
17563
+ position: revert;
17550
17564
  font-weight: var(--pf-t--global--font--weight--body--bold);
17551
17565
  text-align: start;
17552
17566
  content: attr(data-label);
17553
17567
  }
17568
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
17569
+ border-inline-end: 0;
17570
+ }
17554
17571
  .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
17555
17572
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
17556
17573
  }
@@ -17688,10 +17705,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
17688
17705
  grid-column: 2;
17689
17706
  }
17690
17707
  .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
17708
+ position: revert;
17691
17709
  font-weight: var(--pf-t--global--font--weight--body--bold);
17692
17710
  text-align: start;
17693
17711
  content: attr(data-label);
17694
17712
  }
17713
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
17714
+ border-inline-end: 0;
17715
+ }
17695
17716
  .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
17696
17717
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
17697
17718
  }
@@ -17829,10 +17850,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
17829
17850
  grid-column: 2;
17830
17851
  }
17831
17852
  .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
17853
+ position: revert;
17832
17854
  font-weight: var(--pf-t--global--font--weight--body--bold);
17833
17855
  text-align: start;
17834
17856
  content: attr(data-label);
17835
17857
  }
17858
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
17859
+ border-inline-end: 0;
17860
+ }
17836
17861
  .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
17837
17862
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
17838
17863
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.182",
4
+ "version": "6.0.0-alpha.183",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -20836,6 +20836,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
20836
20836
  grid-column: 2;
20837
20837
  }
20838
20838
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
20839
+ position: revert;
20839
20840
  font-weight: bold;
20840
20841
  text-align: start;
20841
20842
  content: attr(data-label);
@@ -21135,6 +21136,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
21135
21136
  grid-column: 2;
21136
21137
  }
21137
21138
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
21139
+ position: revert;
21138
21140
  font-weight: bold;
21139
21141
  text-align: start;
21140
21142
  content: attr(data-label);
@@ -21437,6 +21439,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
21437
21439
  grid-column: 2;
21438
21440
  }
21439
21441
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
21442
+ position: revert;
21440
21443
  font-weight: bold;
21441
21444
  text-align: start;
21442
21445
  content: attr(data-label);
@@ -21739,6 +21742,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
21739
21742
  grid-column: 2;
21740
21743
  }
21741
21744
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
21745
+ position: revert;
21742
21746
  font-weight: bold;
21743
21747
  text-align: start;
21744
21748
  content: attr(data-label);
@@ -22041,6 +22045,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22041
22045
  grid-column: 2;
22042
22046
  }
22043
22047
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
22048
+ position: revert;
22044
22049
  font-weight: bold;
22045
22050
  text-align: start;
22046
22051
  content: attr(data-label);
@@ -23349,10 +23354,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23349
23354
  grid-column: 2;
23350
23355
  }
23351
23356
  .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
23357
+ position: revert;
23352
23358
  font-weight: var(--pf-t--global--font--weight--body--bold);
23353
23359
  text-align: start;
23354
23360
  content: attr(data-label);
23355
23361
  }
23362
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
23363
+ border-inline-end: 0;
23364
+ }
23356
23365
  .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
23357
23366
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
23358
23367
  }
@@ -23489,10 +23498,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23489
23498
  grid-column: 2;
23490
23499
  }
23491
23500
  .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
23501
+ position: revert;
23492
23502
  font-weight: var(--pf-t--global--font--weight--body--bold);
23493
23503
  text-align: start;
23494
23504
  content: attr(data-label);
23495
23505
  }
23506
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
23507
+ border-inline-end: 0;
23508
+ }
23496
23509
  .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
23497
23510
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
23498
23511
  }
@@ -23630,10 +23643,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23630
23643
  grid-column: 2;
23631
23644
  }
23632
23645
  .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
23646
+ position: revert;
23633
23647
  font-weight: var(--pf-t--global--font--weight--body--bold);
23634
23648
  text-align: start;
23635
23649
  content: attr(data-label);
23636
23650
  }
23651
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
23652
+ border-inline-end: 0;
23653
+ }
23637
23654
  .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
23638
23655
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
23639
23656
  }
@@ -23771,10 +23788,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23771
23788
  grid-column: 2;
23772
23789
  }
23773
23790
  .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
23791
+ position: revert;
23774
23792
  font-weight: var(--pf-t--global--font--weight--body--bold);
23775
23793
  text-align: start;
23776
23794
  content: attr(data-label);
23777
23795
  }
23796
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
23797
+ border-inline-end: 0;
23798
+ }
23778
23799
  .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
23779
23800
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
23780
23801
  }
@@ -23912,10 +23933,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23912
23933
  grid-column: 2;
23913
23934
  }
23914
23935
  .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
23936
+ position: revert;
23915
23937
  font-weight: var(--pf-t--global--font--weight--body--bold);
23916
23938
  text-align: start;
23917
23939
  content: attr(data-label);
23918
23940
  }
23941
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
23942
+ border-inline-end: 0;
23943
+ }
23919
23944
  .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
23920
23945
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
23921
23946
  }
package/patternfly.css CHANGED
@@ -20957,6 +20957,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
20957
20957
  grid-column: 2;
20958
20958
  }
20959
20959
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
20960
+ position: revert;
20960
20961
  font-weight: bold;
20961
20962
  text-align: start;
20962
20963
  content: attr(data-label);
@@ -21256,6 +21257,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
21256
21257
  grid-column: 2;
21257
21258
  }
21258
21259
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
21260
+ position: revert;
21259
21261
  font-weight: bold;
21260
21262
  text-align: start;
21261
21263
  content: attr(data-label);
@@ -21558,6 +21560,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
21558
21560
  grid-column: 2;
21559
21561
  }
21560
21562
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
21563
+ position: revert;
21561
21564
  font-weight: bold;
21562
21565
  text-align: start;
21563
21566
  content: attr(data-label);
@@ -21860,6 +21863,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
21860
21863
  grid-column: 2;
21861
21864
  }
21862
21865
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
21866
+ position: revert;
21863
21867
  font-weight: bold;
21864
21868
  text-align: start;
21865
21869
  content: attr(data-label);
@@ -22162,6 +22166,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
22162
22166
  grid-column: 2;
22163
22167
  }
22164
22168
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
22169
+ position: revert;
22165
22170
  font-weight: bold;
22166
22171
  text-align: start;
22167
22172
  content: attr(data-label);
@@ -23470,10 +23475,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23470
23475
  grid-column: 2;
23471
23476
  }
23472
23477
  .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
23478
+ position: revert;
23473
23479
  font-weight: var(--pf-t--global--font--weight--body--bold);
23474
23480
  text-align: start;
23475
23481
  content: attr(data-label);
23476
23482
  }
23483
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
23484
+ border-inline-end: 0;
23485
+ }
23477
23486
  .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
23478
23487
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
23479
23488
  }
@@ -23610,10 +23619,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23610
23619
  grid-column: 2;
23611
23620
  }
23612
23621
  .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
23622
+ position: revert;
23613
23623
  font-weight: var(--pf-t--global--font--weight--body--bold);
23614
23624
  text-align: start;
23615
23625
  content: attr(data-label);
23616
23626
  }
23627
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
23628
+ border-inline-end: 0;
23629
+ }
23617
23630
  .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
23618
23631
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
23619
23632
  }
@@ -23751,10 +23764,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23751
23764
  grid-column: 2;
23752
23765
  }
23753
23766
  .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
23767
+ position: revert;
23754
23768
  font-weight: var(--pf-t--global--font--weight--body--bold);
23755
23769
  text-align: start;
23756
23770
  content: attr(data-label);
23757
23771
  }
23772
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
23773
+ border-inline-end: 0;
23774
+ }
23758
23775
  .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
23759
23776
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
23760
23777
  }
@@ -23892,10 +23909,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23892
23909
  grid-column: 2;
23893
23910
  }
23894
23911
  .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
23912
+ position: revert;
23895
23913
  font-weight: var(--pf-t--global--font--weight--body--bold);
23896
23914
  text-align: start;
23897
23915
  content: attr(data-label);
23898
23916
  }
23917
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
23918
+ border-inline-end: 0;
23919
+ }
23899
23920
  .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
23900
23921
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
23901
23922
  }
@@ -24033,10 +24054,14 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
24033
24054
  grid-column: 2;
24034
24055
  }
24035
24056
  .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
24057
+ position: revert;
24036
24058
  font-weight: var(--pf-t--global--font--weight--body--bold);
24037
24059
  text-align: start;
24038
24060
  content: attr(data-label);
24039
24061
  }
24062
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
24063
+ border-inline-end: 0;
24064
+ }
24040
24065
  .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
24041
24066
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
24042
24067
  }