@patternfly/patternfly 6.6.0-prerelease.6 → 6.6.0-prerelease.8
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/assets/images/img_avatar-rhds.svg +22 -0
- package/components/Avatar/avatar.css +141 -0
- package/components/Avatar/avatar.scss +160 -0
- package/components/Table/table.css +27 -0
- package/components/Table/table.scss +43 -4
- package/components/_index.css +168 -0
- package/docs/components/Avatar/examples/Avatar.md +320 -7
- package/docs/components/MenuToggle/examples/MenuToggle.md +3 -3
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +280 -0
- package/docs/demos/Compass/examples/Compass.md +4 -4
- package/package.json +1 -1
- package/patternfly-no-globals.css +168 -0
- package/patternfly.css +168 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/patternfly.css
CHANGED
|
@@ -10299,21 +10299,74 @@ button) {
|
|
|
10299
10299
|
--pf-v6-c-avatar--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
10300
10300
|
--pf-v6-c-avatar--Width: 2.25rem;
|
|
10301
10301
|
--pf-v6-c-avatar--Height: 2.25rem;
|
|
10302
|
+
--pf-v6-c-avatar--FontSize: 2.25rem;
|
|
10302
10303
|
--pf-v6-c-avatar--m-sm--Width: 1.5rem;
|
|
10303
10304
|
--pf-v6-c-avatar--m-sm--Height: 1.5rem;
|
|
10305
|
+
--pf-v6-c-avatar--m-sm--FontSize: 1.5rem;
|
|
10304
10306
|
--pf-v6-c-avatar--m-md--Width: 2.25rem;
|
|
10305
10307
|
--pf-v6-c-avatar--m-md--Height: 2.25rem;
|
|
10308
|
+
--pf-v6-c-avatar--m-md--FontSize: 2.25rem;
|
|
10306
10309
|
--pf-v6-c-avatar--m-lg--Width: 4.5rem;
|
|
10307
10310
|
--pf-v6-c-avatar--m-lg--Height: 4.5rem;
|
|
10311
|
+
--pf-v6-c-avatar--m-lg--FontSize: 4.5rem;
|
|
10308
10312
|
--pf-v6-c-avatar--m-xl--Width: 8rem;
|
|
10309
10313
|
--pf-v6-c-avatar--m-xl--Height: 8rem;
|
|
10314
|
+
--pf-v6-c-avatar--m-xl--FontSize: 8rem;
|
|
10310
10315
|
--pf-v6-c-avatar--m-bordered--BorderColor: var(--pf-t--global--border--color--default);
|
|
10311
10316
|
--pf-v6-c-avatar--m-bordered--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
10317
|
+
--pf-v6-c-avatar--m-colorful--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
10318
|
+
--pf-v6-c-avatar--m-gray--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
10319
|
+
--pf-v6-c-avatar--m-gray--Color: var(--pf-t--global--icon--color--nonstatus--on-gray--hover);
|
|
10320
|
+
--pf-v6-c-avatar--m-gray--BorderColor: var(--pf-t--global--border--color--default);
|
|
10321
|
+
--pf-v6-c-avatar--m-red--BackgroundColor: var(--pf-t--global--color--nonstatus--red--default);
|
|
10322
|
+
--pf-v6-c-avatar--m-red--Color: var(--pf-t--global--icon--color--nonstatus--on-red--default);
|
|
10323
|
+
--pf-v6-c-avatar--m-red--BorderColor: var(--pf-t--global--border--color--nonstatus--red--default);
|
|
10324
|
+
--pf-v6-c-avatar--m-orangered--BackgroundColor: var(--pf-t--global--color--nonstatus--orangered--default);
|
|
10325
|
+
--pf-v6-c-avatar--m-orangered--Color: var(--pf-t--global--icon--color--nonstatus--on-orangered--default);
|
|
10326
|
+
--pf-v6-c-avatar--m-orangered--BorderColor: var(--pf-t--global--border--color--nonstatus--orangered--default);
|
|
10327
|
+
--pf-v6-c-avatar--m-orange--BackgroundColor: var(--pf-t--global--color--nonstatus--orange--default);
|
|
10328
|
+
--pf-v6-c-avatar--m-orange--Color: var(--pf-t--global--icon--color--nonstatus--on-orange--default);
|
|
10329
|
+
--pf-v6-c-avatar--m-orange--BorderColor: var(--pf-t--global--border--color--nonstatus--orange--default);
|
|
10330
|
+
--pf-v6-c-avatar--m-yellow--BackgroundColor: var(--pf-t--global--color--nonstatus--yellow--default);
|
|
10331
|
+
--pf-v6-c-avatar--m-yellow--Color: var(--pf-t--global--icon--color--nonstatus--on-yellow--default);
|
|
10332
|
+
--pf-v6-c-avatar--m-yellow--BorderColor: var(--pf-t--global--border--color--nonstatus--yellow--default);
|
|
10333
|
+
--pf-v6-c-avatar--m-green--BackgroundColor: var(--pf-t--global--color--nonstatus--green--default);
|
|
10334
|
+
--pf-v6-c-avatar--m-green--Color: var(--pf-t--global--icon--color--nonstatus--on-green--default);
|
|
10335
|
+
--pf-v6-c-avatar--m-green--BorderColor: var(--pf-t--global--border--color--nonstatus--green--default);
|
|
10336
|
+
--pf-v6-c-avatar--m-teal--BackgroundColor: var(--pf-t--global--color--nonstatus--teal--default);
|
|
10337
|
+
--pf-v6-c-avatar--m-teal--Color: var(--pf-t--global--icon--color--nonstatus--on-teal--default);
|
|
10338
|
+
--pf-v6-c-avatar--m-teal--BorderColor: var(--pf-t--global--border--color--nonstatus--teal--default);
|
|
10339
|
+
--pf-v6-c-avatar--m-blue--BackgroundColor: var(--pf-t--global--color--nonstatus--blue--default);
|
|
10340
|
+
--pf-v6-c-avatar--m-blue--Color: var(--pf-t--global--icon--color--nonstatus--on-blue--default);
|
|
10341
|
+
--pf-v6-c-avatar--m-blue--BorderColor: var(--pf-t--global--border--color--nonstatus--blue--default);
|
|
10342
|
+
--pf-v6-c-avatar--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
|
|
10343
|
+
--pf-v6-c-avatar--m-purple--Color: var(--pf-t--global--icon--color--nonstatus--on-purple--default);
|
|
10344
|
+
--pf-v6-c-avatar--m-purple--BorderColor: var(--pf-t--global--border--color--nonstatus--purple--default);
|
|
10345
|
+
--pf-v6-c-avatar__initials--FontSize: var(--pf-t--global--font--size--body--lg);
|
|
10346
|
+
--pf-v6-c-avatar__initials--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
10347
|
+
--pf-v6-c-avatar--m-sm__initials--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
10348
|
+
--pf-v6-c-avatar--m-sm__initials--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
10349
|
+
--pf-v6-c-avatar--m-lg__initials--FontSize: var(--pf-t--global--font--size--2xl);
|
|
10350
|
+
--pf-v6-c-avatar--m-lg__initials--FontWeight: var(--pf-t--global--font--weight--heading--bold);
|
|
10351
|
+
--pf-v6-c-avatar--m-lg__initials--FontFamily: var(--pf-t--global--font--family--heading);
|
|
10352
|
+
--pf-v6-c-avatar--m-xl__initials--FontSize: var(--pf-t--global--font--size--4xl);
|
|
10353
|
+
--pf-v6-c-avatar--m-xl__initials--FontWeight: var(--pf-t--global--font--weight--heading--default);
|
|
10354
|
+
--pf-v6-c-avatar--m-xl__initials--FontFamily: var(--pf-t--global--font--family--heading);
|
|
10355
|
+
--pf-v6-c-avatar--m-gray__initials--Color: var(--pf-t--global--text--color--nonstatus--on-gray--hover);
|
|
10356
|
+
--pf-v6-c-avatar--m-red__initials--Color: var(--pf-t--global--text--color--nonstatus--on-red--default);
|
|
10357
|
+
--pf-v6-c-avatar--m-orangered__initials--Color: var(--pf-t--global--text--color--nonstatus--on-orangered--default);
|
|
10358
|
+
--pf-v6-c-avatar--m-orange__initials--Color: var(--pf-t--global--text--color--nonstatus--on-orange--default);
|
|
10359
|
+
--pf-v6-c-avatar--m-yellow__initials--Color: var(--pf-t--global--text--color--nonstatus--on-yellow--default);
|
|
10360
|
+
--pf-v6-c-avatar--m-green__initials--Color: var(--pf-t--global--text--color--nonstatus--on-green--default);
|
|
10361
|
+
--pf-v6-c-avatar--m-teal__initials--Color: var(--pf-t--global--text--color--nonstatus--on-teal--default);
|
|
10362
|
+
--pf-v6-c-avatar--m-blue__initials--Color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
|
|
10363
|
+
--pf-v6-c-avatar--m-purple__initials--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
|
|
10312
10364
|
}
|
|
10313
10365
|
|
|
10314
10366
|
.pf-v6-c-avatar {
|
|
10315
10367
|
width: var(--pf-v6-c-avatar--Width);
|
|
10316
10368
|
height: var(--pf-v6-c-avatar--Height);
|
|
10369
|
+
font-size: var(--pf-v6-c-avatar--FontSize);
|
|
10317
10370
|
border: var(--pf-v6-c-avatar--BorderWidth) solid var(--pf-v6-c-avatar--BorderColor);
|
|
10318
10371
|
border-radius: var(--pf-v6-c-avatar--BorderRadius);
|
|
10319
10372
|
}
|
|
@@ -10545,6 +10598,94 @@ button) {
|
|
|
10545
10598
|
--pf-v6-c-avatar--Height: var(--pf-v6-c-avatar--m-xl--Height-on-2xl, var(--pf-v6-c-avatar--m-xl--Height-on-xl, var(--pf-v6-c-avatar--m-xl--Height-on-lg, var(--pf-v6-c-avatar--m-xl--Height-on-md, var(--pf-v6-c-avatar--m-xl--Height-on-sm, var(--pf-v6-c-avatar--m-xl--Height))))));
|
|
10546
10599
|
}
|
|
10547
10600
|
}
|
|
10601
|
+
.pf-v6-c-avatar.pf-m-sm {
|
|
10602
|
+
--pf-v6-c-avatar--FontSize: var(--pf-v6-c-avatar--m-sm--FontSize);
|
|
10603
|
+
--pf-v6-c-avatar__initials--FontSize: var(--pf-v6-c-avatar--m-sm__initials--FontSize);
|
|
10604
|
+
--pf-v6-c-avatar__initials--FontWeight: var(--pf-v6-c-avatar--m-sm__initials--FontWeight);
|
|
10605
|
+
}
|
|
10606
|
+
.pf-v6-c-avatar.pf-m-lg {
|
|
10607
|
+
--pf-v6-c-avatar--FontSize: var(--pf-v6-c-avatar--m-lg--FontSize);
|
|
10608
|
+
--pf-v6-c-avatar__initials--FontSize: var(--pf-v6-c-avatar--m-lg__initials--FontSize);
|
|
10609
|
+
--pf-v6-c-avatar__initials--FontWeight: var(--pf-v6-c-avatar--m-lg__initials--FontWeight);
|
|
10610
|
+
--pf-v6-c-avatar__initials--FontFamily: var(--pf-v6-c-avatar--m-lg__initials--FontFamily);
|
|
10611
|
+
}
|
|
10612
|
+
.pf-v6-c-avatar.pf-m-xl {
|
|
10613
|
+
--pf-v6-c-avatar--FontSize: var(--pf-v6-c-avatar--m-xl--FontSize);
|
|
10614
|
+
--pf-v6-c-avatar__initials--FontSize: var(--pf-v6-c-avatar--m-xl__initials--FontSize);
|
|
10615
|
+
--pf-v6-c-avatar__initials--FontWeight: var(--pf-v6-c-avatar--m-xl__initials--FontWeight);
|
|
10616
|
+
--pf-v6-c-avatar__initials--FontFamily: var(--pf-v6-c-avatar--m-xl__initials--FontFamily);
|
|
10617
|
+
}
|
|
10618
|
+
.pf-v6-c-avatar.pf-m-colorful {
|
|
10619
|
+
--pf-v6-c-avatar--BorderWidth: var(--pf-v6-c-avatar--m-colorful--BorderWidth);
|
|
10620
|
+
display: inline-flex;
|
|
10621
|
+
align-items: center;
|
|
10622
|
+
justify-content: center;
|
|
10623
|
+
overflow: clip;
|
|
10624
|
+
vertical-align: middle;
|
|
10625
|
+
color: var(--pf-v6-c-avatar--m-colorful--Color, inherit);
|
|
10626
|
+
background-color: var(--pf-v6-c-avatar--m-colorful--BackgroundColor, transparent);
|
|
10627
|
+
border-color: var(--pf-v6-c-avatar--m-colorful--BorderColor, transparent);
|
|
10628
|
+
}
|
|
10629
|
+
.pf-v6-c-avatar.pf-m-colorful.pf-m-red {
|
|
10630
|
+
--pf-v6-c-avatar--m-colorful--BackgroundColor: var(--pf-v6-c-avatar--m-red--BackgroundColor);
|
|
10631
|
+
--pf-v6-c-avatar--m-colorful--Color: var(--pf-v6-c-avatar--m-red--Color);
|
|
10632
|
+
--pf-v6-c-avatar--m-colorful--BorderColor: var(--pf-v6-c-avatar--m-red--BorderColor);
|
|
10633
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-red__initials--Color);
|
|
10634
|
+
}
|
|
10635
|
+
.pf-v6-c-avatar.pf-m-colorful.pf-m-orangered {
|
|
10636
|
+
--pf-v6-c-avatar--m-colorful--BackgroundColor: var(--pf-v6-c-avatar--m-orangered--BackgroundColor);
|
|
10637
|
+
--pf-v6-c-avatar--m-colorful--Color: var(--pf-v6-c-avatar--m-orangered--Color);
|
|
10638
|
+
--pf-v6-c-avatar--m-colorful--BorderColor: var(--pf-v6-c-avatar--m-orangered--BorderColor);
|
|
10639
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-orangered__initials--Color);
|
|
10640
|
+
}
|
|
10641
|
+
.pf-v6-c-avatar.pf-m-colorful.pf-m-orange {
|
|
10642
|
+
--pf-v6-c-avatar--m-colorful--BackgroundColor: var(--pf-v6-c-avatar--m-orange--BackgroundColor);
|
|
10643
|
+
--pf-v6-c-avatar--m-colorful--Color: var(--pf-v6-c-avatar--m-orange--Color);
|
|
10644
|
+
--pf-v6-c-avatar--m-colorful--BorderColor: var(--pf-v6-c-avatar--m-orange--BorderColor);
|
|
10645
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-orange__initials--Color);
|
|
10646
|
+
}
|
|
10647
|
+
.pf-v6-c-avatar.pf-m-colorful.pf-m-yellow {
|
|
10648
|
+
--pf-v6-c-avatar--m-colorful--BackgroundColor: var(--pf-v6-c-avatar--m-yellow--BackgroundColor);
|
|
10649
|
+
--pf-v6-c-avatar--m-colorful--Color: var(--pf-v6-c-avatar--m-yellow--Color);
|
|
10650
|
+
--pf-v6-c-avatar--m-colorful--BorderColor: var(--pf-v6-c-avatar--m-yellow--BorderColor);
|
|
10651
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-yellow__initials--Color);
|
|
10652
|
+
}
|
|
10653
|
+
.pf-v6-c-avatar.pf-m-colorful.pf-m-green {
|
|
10654
|
+
--pf-v6-c-avatar--m-colorful--BackgroundColor: var(--pf-v6-c-avatar--m-green--BackgroundColor);
|
|
10655
|
+
--pf-v6-c-avatar--m-colorful--Color: var(--pf-v6-c-avatar--m-green--Color);
|
|
10656
|
+
--pf-v6-c-avatar--m-colorful--BorderColor: var(--pf-v6-c-avatar--m-green--BorderColor);
|
|
10657
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-green__initials--Color);
|
|
10658
|
+
}
|
|
10659
|
+
.pf-v6-c-avatar.pf-m-colorful.pf-m-teal {
|
|
10660
|
+
--pf-v6-c-avatar--m-colorful--BackgroundColor: var(--pf-v6-c-avatar--m-teal--BackgroundColor);
|
|
10661
|
+
--pf-v6-c-avatar--m-colorful--Color: var(--pf-v6-c-avatar--m-teal--Color);
|
|
10662
|
+
--pf-v6-c-avatar--m-colorful--BorderColor: var(--pf-v6-c-avatar--m-teal--BorderColor);
|
|
10663
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-teal__initials--Color);
|
|
10664
|
+
}
|
|
10665
|
+
.pf-v6-c-avatar.pf-m-colorful.pf-m-blue {
|
|
10666
|
+
--pf-v6-c-avatar--m-colorful--BackgroundColor: var(--pf-v6-c-avatar--m-blue--BackgroundColor);
|
|
10667
|
+
--pf-v6-c-avatar--m-colorful--Color: var(--pf-v6-c-avatar--m-blue--Color);
|
|
10668
|
+
--pf-v6-c-avatar--m-colorful--BorderColor: var(--pf-v6-c-avatar--m-blue--BorderColor);
|
|
10669
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-blue__initials--Color);
|
|
10670
|
+
}
|
|
10671
|
+
.pf-v6-c-avatar.pf-m-colorful.pf-m-purple {
|
|
10672
|
+
--pf-v6-c-avatar--m-colorful--BackgroundColor: var(--pf-v6-c-avatar--m-purple--BackgroundColor);
|
|
10673
|
+
--pf-v6-c-avatar--m-colorful--Color: var(--pf-v6-c-avatar--m-purple--Color);
|
|
10674
|
+
--pf-v6-c-avatar--m-colorful--BorderColor: var(--pf-v6-c-avatar--m-purple--BorderColor);
|
|
10675
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-purple__initials--Color);
|
|
10676
|
+
}
|
|
10677
|
+
.pf-v6-c-avatar.pf-m-colorful.pf-m-gray {
|
|
10678
|
+
--pf-v6-c-avatar--m-colorful--BackgroundColor: var(--pf-v6-c-avatar--m-gray--BackgroundColor);
|
|
10679
|
+
--pf-v6-c-avatar--m-colorful--Color: var(--pf-v6-c-avatar--m-gray--Color);
|
|
10680
|
+
--pf-v6-c-avatar--m-colorful--BorderColor: var(--pf-v6-c-avatar--m-gray--BorderColor);
|
|
10681
|
+
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-gray__initials--Color);
|
|
10682
|
+
}
|
|
10683
|
+
.pf-v6-c-avatar .pf-v6-c-avatar__initials {
|
|
10684
|
+
font-family: var(--pf-v6-c-avatar__initials--FontFamily, revert);
|
|
10685
|
+
font-size: var(--pf-v6-c-avatar__initials--FontSize);
|
|
10686
|
+
font-weight: var(--pf-v6-c-avatar__initials--FontWeight);
|
|
10687
|
+
color: var(--pf-v6-c-avatar__initials--Color);
|
|
10688
|
+
}
|
|
10548
10689
|
|
|
10549
10690
|
.pf-v6-c-backdrop {
|
|
10550
10691
|
--pf-v6-c-backdrop--Position: fixed;
|
|
@@ -28888,6 +29029,8 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28888
29029
|
--pf-v6-c-table--m-sticky-header--BoxShadow--glass: var(--pf-t--global--box-shadow--sm);
|
|
28889
29030
|
--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor: var(--pf-t--global--motion--timing-function--default);
|
|
28890
29031
|
--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor: var(--pf-t--global--motion--duration--fade--default);
|
|
29032
|
+
--pf-v6-c-table--m-sticky-footer--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
|
29033
|
+
--pf-v6-c-table--m-sticky-footer--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
28891
29034
|
}
|
|
28892
29035
|
:where(.pf-v6-theme-glass) .pf-v6-c-table {
|
|
28893
29036
|
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
@@ -28957,6 +29100,26 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
28957
29100
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
|
|
28958
29101
|
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd);
|
|
28959
29102
|
}
|
|
29103
|
+
.pf-v6-c-table.pf-m-sticky-footer > .pf-v6-c-table__tfoot {
|
|
29104
|
+
position: sticky;
|
|
29105
|
+
inset-block-end: 0;
|
|
29106
|
+
z-index: var(--pf-v6-c-table--m-sticky-footer--ZIndex);
|
|
29107
|
+
background: var(--pf-v6-c-table--BackgroundColor);
|
|
29108
|
+
}
|
|
29109
|
+
.pf-v6-c-table.pf-m-sticky-footer > .pf-v6-c-table__tfoot::before {
|
|
29110
|
+
position: absolute;
|
|
29111
|
+
inset: 0;
|
|
29112
|
+
z-index: var(--pf-v6-c-table--m-sticky-footer--border--ZIndex);
|
|
29113
|
+
pointer-events: none;
|
|
29114
|
+
content: "";
|
|
29115
|
+
border-block-start: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
29116
|
+
}
|
|
29117
|
+
.pf-v6-c-table.pf-m-sticky-footer > .pf-v6-c-table__tbody:last-of-type > .pf-v6-c-table__tr:last-of-type {
|
|
29118
|
+
border-block-end: 0;
|
|
29119
|
+
}
|
|
29120
|
+
.pf-v6-c-table.pf-m-plain {
|
|
29121
|
+
--pf-v6-c-table--BackgroundColor: transparent;
|
|
29122
|
+
}
|
|
28960
29123
|
.pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr),
|
|
28961
29124
|
.pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
|
|
28962
29125
|
.pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
|
|
@@ -29691,6 +29854,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29691
29854
|
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
29692
29855
|
}
|
|
29693
29856
|
|
|
29857
|
+
.pf-v6-c-table__tfoot {
|
|
29858
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
29859
|
+
vertical-align: top;
|
|
29860
|
+
}
|
|
29861
|
+
|
|
29694
29862
|
.pf-v6-c-table__icon-inline {
|
|
29695
29863
|
display: flex;
|
|
29696
29864
|
align-items: center;
|