@patternfly/patternfly 6.6.0-prerelease.8 → 6.6.0
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/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/patternfly-fonts.css +4 -4
- package/base/patternfly-fonts.scss +4 -4
- package/base/patternfly-variables.css +6 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +4 -4
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast.scss +1 -1
- package/base/tokens/tokens-felt.scss +1 -1
- package/base/tokens/tokens-glass-dark.scss +1 -1
- package/base/tokens/tokens-glass.scss +1 -1
- package/base/tokens/tokens-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-highcontrast.scss +4 -4
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
- package/components/Alert/alert.css +1 -0
- package/components/Alert/alert.scss +1 -0
- package/components/Avatar/avatar.css +54 -51
- package/components/Avatar/avatar.scss +82 -81
- package/components/Banner/banner.css +7 -0
- package/components/Banner/banner.scss +7 -0
- package/components/Button/button.css +15 -1
- package/components/Button/button.scss +17 -1
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/Page/page.css +7 -5
- package/components/Page/page.scss +9 -8
- package/components/Panel/panel.css +1 -1
- package/components/Panel/panel.scss +2 -2
- package/components/Table/table.css +26 -18
- package/components/Table/table.scss +37 -27
- package/components/_index.css +115 -76
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +182 -121
- package/docs/components/DualListSelector/examples/DualListSelector.md +72 -72
- package/docs/components/MenuToggle/examples/MenuToggle.md +54 -15
- package/docs/components/Pagination/examples/Pagination.md +120 -120
- package/docs/components/Table/examples/Table.md +7 -0
- package/docs/components/Toolbar/examples/Toolbar.md +16 -16
- package/docs/demos/CardView/examples/CardView.md +12 -12
- package/docs/demos/Compass/examples/Compass.md +91 -35
- package/docs/demos/Dashboard/examples/Dashboard.md +27 -30
- package/docs/demos/DataList/examples/DataList.md +48 -48
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +20 -20
- package/docs/demos/Table/examples/Table.md +160 -160
- package/docs/demos/Toolbar/examples/Toolbar.md +36 -36
- package/package.json +2 -2
- package/patternfly-base-no-globals.css +10 -10
- package/patternfly-base.css +10 -10
- package/patternfly-no-globals.css +125 -86
- package/patternfly.css +125 -86
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/patternfly.css
CHANGED
|
@@ -299,28 +299,28 @@ button) {
|
|
|
299
299
|
@font-face {
|
|
300
300
|
font-family: "Red Hat Text";
|
|
301
301
|
font-style: normal;
|
|
302
|
-
font-weight: 400
|
|
302
|
+
font-weight: 400 600;
|
|
303
303
|
src: url("./assets/fonts/RedHatText/RedHatTextVF.woff2") format("woff2-variations");
|
|
304
304
|
font-display: fallback;
|
|
305
305
|
}
|
|
306
306
|
@font-face {
|
|
307
307
|
font-family: "Red Hat Text";
|
|
308
308
|
font-style: italic;
|
|
309
|
-
font-weight: 400
|
|
309
|
+
font-weight: 400 600;
|
|
310
310
|
src: url("./assets/fonts/RedHatText/RedHatTextVF-Italic.woff2") format("woff2-variations");
|
|
311
311
|
font-display: fallback;
|
|
312
312
|
}
|
|
313
313
|
@font-face {
|
|
314
314
|
font-family: "Red Hat Display";
|
|
315
315
|
font-style: normal;
|
|
316
|
-
font-weight:
|
|
316
|
+
font-weight: 600 800;
|
|
317
317
|
src: url("./assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2") format("woff2-variations");
|
|
318
318
|
font-display: fallback;
|
|
319
319
|
}
|
|
320
320
|
@font-face {
|
|
321
321
|
font-family: "Red Hat Display";
|
|
322
322
|
font-style: italic;
|
|
323
|
-
font-weight:
|
|
323
|
+
font-weight: 600 800;
|
|
324
324
|
src: url("./assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2") format("woff2-variations");
|
|
325
325
|
font-display: fallback;
|
|
326
326
|
}
|
|
@@ -6644,9 +6644,9 @@ button) {
|
|
|
6644
6644
|
--pf-t--global--font--size--700: 1.75rem;
|
|
6645
6645
|
--pf-t--global--font--size--800: 2.25rem;
|
|
6646
6646
|
--pf-t--global--font--weight--100: 400;
|
|
6647
|
-
--pf-t--global--font--weight--200:
|
|
6648
|
-
--pf-t--global--font--weight--300:
|
|
6649
|
-
--pf-t--global--font--weight--400:
|
|
6647
|
+
--pf-t--global--font--weight--200: 600;
|
|
6648
|
+
--pf-t--global--font--weight--300: 600;
|
|
6649
|
+
--pf-t--global--font--weight--400: 800;
|
|
6650
6650
|
--pf-t--global--icon--size--100: 0.75rem;
|
|
6651
6651
|
--pf-t--global--icon--size--200: 0.875rem;
|
|
6652
6652
|
--pf-t--global--icon--size--250: 1rem;
|
|
@@ -7544,9 +7544,9 @@ button) {
|
|
|
7544
7544
|
--pf-t--global--font--size--700: 1.75rem;
|
|
7545
7545
|
--pf-t--global--font--size--800: 2.25rem;
|
|
7546
7546
|
--pf-t--global--font--weight--100: 400;
|
|
7547
|
-
--pf-t--global--font--weight--200:
|
|
7548
|
-
--pf-t--global--font--weight--300:
|
|
7549
|
-
--pf-t--global--font--weight--400:
|
|
7547
|
+
--pf-t--global--font--weight--200: 600;
|
|
7548
|
+
--pf-t--global--font--weight--300: 600;
|
|
7549
|
+
--pf-t--global--font--weight--400: 800;
|
|
7550
7550
|
--pf-t--global--icon--size--100: 0.75rem;
|
|
7551
7551
|
--pf-t--global--icon--size--200: 0.875rem;
|
|
7552
7552
|
--pf-t--global--icon--size--250: 1rem;
|
|
@@ -10070,6 +10070,7 @@ button) {
|
|
|
10070
10070
|
|
|
10071
10071
|
.pf-v6-c-alert__icon {
|
|
10072
10072
|
grid-area: icon;
|
|
10073
|
+
align-self: baseline;
|
|
10073
10074
|
margin-inline-end: var(--pf-v6-c-alert__icon--MarginInlineEnd);
|
|
10074
10075
|
font-size: var(--pf-v6-c-alert__icon--FontSize);
|
|
10075
10076
|
color: var(--pf-v6-c-alert__icon--Color);
|
|
@@ -10299,19 +10300,19 @@ button) {
|
|
|
10299
10300
|
--pf-v6-c-avatar--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
10300
10301
|
--pf-v6-c-avatar--Width: 2.25rem;
|
|
10301
10302
|
--pf-v6-c-avatar--Height: 2.25rem;
|
|
10302
|
-
--pf-v6-c-avatar--FontSize: 2.25rem;
|
|
10303
|
+
--pf-v6-c-avatar--FontSize: calc(2.25rem / 1.414);
|
|
10303
10304
|
--pf-v6-c-avatar--m-sm--Width: 1.5rem;
|
|
10304
10305
|
--pf-v6-c-avatar--m-sm--Height: 1.5rem;
|
|
10305
|
-
--pf-v6-c-avatar--m-sm--FontSize: 1.5rem;
|
|
10306
|
+
--pf-v6-c-avatar--m-sm--FontSize: calc(1.5rem / 1.414);
|
|
10306
10307
|
--pf-v6-c-avatar--m-md--Width: 2.25rem;
|
|
10307
10308
|
--pf-v6-c-avatar--m-md--Height: 2.25rem;
|
|
10308
|
-
--pf-v6-c-avatar--m-md--FontSize: 2.25rem;
|
|
10309
|
+
--pf-v6-c-avatar--m-md--FontSize: calc(2.25rem / 1.414);
|
|
10309
10310
|
--pf-v6-c-avatar--m-lg--Width: 4.5rem;
|
|
10310
10311
|
--pf-v6-c-avatar--m-lg--Height: 4.5rem;
|
|
10311
|
-
--pf-v6-c-avatar--m-lg--FontSize: 4.5rem;
|
|
10312
|
+
--pf-v6-c-avatar--m-lg--FontSize: calc(4.5rem / 1.414);
|
|
10312
10313
|
--pf-v6-c-avatar--m-xl--Width: 8rem;
|
|
10313
10314
|
--pf-v6-c-avatar--m-xl--Height: 8rem;
|
|
10314
|
-
--pf-v6-c-avatar--m-xl--FontSize: 8rem;
|
|
10315
|
+
--pf-v6-c-avatar--m-xl--FontSize: calc(8rem / 1.414);
|
|
10315
10316
|
--pf-v6-c-avatar--m-bordered--BorderColor: var(--pf-t--global--border--color--default);
|
|
10316
10317
|
--pf-v6-c-avatar--m-bordered--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
10317
10318
|
--pf-v6-c-avatar--m-colorful--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
@@ -10367,9 +10368,19 @@ button) {
|
|
|
10367
10368
|
width: var(--pf-v6-c-avatar--Width);
|
|
10368
10369
|
height: var(--pf-v6-c-avatar--Height);
|
|
10369
10370
|
font-size: var(--pf-v6-c-avatar--FontSize);
|
|
10371
|
+
color: var(--pf-v6-c-avatar--Color, inherit);
|
|
10372
|
+
background-color: var(--pf-v6-c-avatar--BackgroundColor, transparent);
|
|
10370
10373
|
border: var(--pf-v6-c-avatar--BorderWidth) solid var(--pf-v6-c-avatar--BorderColor);
|
|
10371
10374
|
border-radius: var(--pf-v6-c-avatar--BorderRadius);
|
|
10372
10375
|
}
|
|
10376
|
+
div.pf-v6-c-avatar {
|
|
10377
|
+
display: inline-flex;
|
|
10378
|
+
align-items: center;
|
|
10379
|
+
justify-content: center;
|
|
10380
|
+
overflow: clip;
|
|
10381
|
+
vertical-align: middle;
|
|
10382
|
+
}
|
|
10383
|
+
|
|
10373
10384
|
.pf-v6-c-avatar.pf-m-bordered {
|
|
10374
10385
|
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-bordered--BorderColor);
|
|
10375
10386
|
--pf-v6-c-avatar--BorderWidth: var(--pf-v6-c-avatar--m-bordered--BorderWidth);
|
|
@@ -10617,70 +10628,63 @@ button) {
|
|
|
10617
10628
|
}
|
|
10618
10629
|
.pf-v6-c-avatar.pf-m-colorful {
|
|
10619
10630
|
--pf-v6-c-avatar--BorderWidth: var(--pf-v6-c-avatar--m-colorful--BorderWidth);
|
|
10620
|
-
|
|
10621
|
-
|
|
10622
|
-
|
|
10623
|
-
|
|
10624
|
-
|
|
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);
|
|
10631
|
+
}
|
|
10632
|
+
.pf-v6-c-avatar.pf-m-red {
|
|
10633
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-red--BackgroundColor);
|
|
10634
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-red--Color);
|
|
10635
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-red--BorderColor);
|
|
10633
10636
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-red__initials--Color);
|
|
10634
10637
|
}
|
|
10635
|
-
.pf-v6-c-avatar.pf-m-
|
|
10636
|
-
--pf-v6-c-avatar--
|
|
10637
|
-
--pf-v6-c-avatar--
|
|
10638
|
-
--pf-v6-c-avatar--
|
|
10638
|
+
.pf-v6-c-avatar.pf-m-orangered {
|
|
10639
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-orangered--BackgroundColor);
|
|
10640
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-orangered--Color);
|
|
10641
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-orangered--BorderColor);
|
|
10639
10642
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-orangered__initials--Color);
|
|
10640
10643
|
}
|
|
10641
|
-
.pf-v6-c-avatar.pf-m-
|
|
10642
|
-
--pf-v6-c-avatar--
|
|
10643
|
-
--pf-v6-c-avatar--
|
|
10644
|
-
--pf-v6-c-avatar--
|
|
10644
|
+
.pf-v6-c-avatar.pf-m-orange {
|
|
10645
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-orange--BackgroundColor);
|
|
10646
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-orange--Color);
|
|
10647
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-orange--BorderColor);
|
|
10645
10648
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-orange__initials--Color);
|
|
10646
10649
|
}
|
|
10647
|
-
.pf-v6-c-avatar.pf-m-
|
|
10648
|
-
--pf-v6-c-avatar--
|
|
10649
|
-
--pf-v6-c-avatar--
|
|
10650
|
-
--pf-v6-c-avatar--
|
|
10650
|
+
.pf-v6-c-avatar.pf-m-yellow {
|
|
10651
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-yellow--BackgroundColor);
|
|
10652
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-yellow--Color);
|
|
10653
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-yellow--BorderColor);
|
|
10651
10654
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-yellow__initials--Color);
|
|
10652
10655
|
}
|
|
10653
|
-
.pf-v6-c-avatar.pf-m-
|
|
10654
|
-
--pf-v6-c-avatar--
|
|
10655
|
-
--pf-v6-c-avatar--
|
|
10656
|
-
--pf-v6-c-avatar--
|
|
10656
|
+
.pf-v6-c-avatar.pf-m-green {
|
|
10657
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-green--BackgroundColor);
|
|
10658
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-green--Color);
|
|
10659
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-green--BorderColor);
|
|
10657
10660
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-green__initials--Color);
|
|
10658
10661
|
}
|
|
10659
|
-
.pf-v6-c-avatar.pf-m-
|
|
10660
|
-
--pf-v6-c-avatar--
|
|
10661
|
-
--pf-v6-c-avatar--
|
|
10662
|
-
--pf-v6-c-avatar--
|
|
10662
|
+
.pf-v6-c-avatar.pf-m-teal {
|
|
10663
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-teal--BackgroundColor);
|
|
10664
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-teal--Color);
|
|
10665
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-teal--BorderColor);
|
|
10663
10666
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-teal__initials--Color);
|
|
10664
10667
|
}
|
|
10665
|
-
.pf-v6-c-avatar.pf-m-
|
|
10666
|
-
--pf-v6-c-avatar--
|
|
10667
|
-
--pf-v6-c-avatar--
|
|
10668
|
-
--pf-v6-c-avatar--
|
|
10668
|
+
.pf-v6-c-avatar.pf-m-blue {
|
|
10669
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-blue--BackgroundColor);
|
|
10670
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-blue--Color);
|
|
10671
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-blue--BorderColor);
|
|
10669
10672
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-blue__initials--Color);
|
|
10670
10673
|
}
|
|
10671
|
-
.pf-v6-c-avatar.pf-m-
|
|
10672
|
-
--pf-v6-c-avatar--
|
|
10673
|
-
--pf-v6-c-avatar--
|
|
10674
|
-
--pf-v6-c-avatar--
|
|
10674
|
+
.pf-v6-c-avatar.pf-m-purple {
|
|
10675
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-purple--BackgroundColor);
|
|
10676
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-purple--Color);
|
|
10677
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-purple--BorderColor);
|
|
10675
10678
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-purple__initials--Color);
|
|
10676
10679
|
}
|
|
10677
|
-
.pf-v6-c-avatar.pf-m-
|
|
10678
|
-
--pf-v6-c-avatar--
|
|
10679
|
-
--pf-v6-c-avatar--
|
|
10680
|
-
--pf-v6-c-avatar--
|
|
10680
|
+
.pf-v6-c-avatar.pf-m-gray {
|
|
10681
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-gray--BackgroundColor);
|
|
10682
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-gray--Color);
|
|
10683
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-gray--BorderColor);
|
|
10681
10684
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-gray__initials--Color);
|
|
10682
10685
|
}
|
|
10683
|
-
|
|
10686
|
+
|
|
10687
|
+
.pf-v6-c-avatar__initials {
|
|
10684
10688
|
font-family: var(--pf-v6-c-avatar__initials--FontFamily, revert);
|
|
10685
10689
|
font-size: var(--pf-v6-c-avatar__initials--FontSize);
|
|
10686
10690
|
font-weight: var(--pf-v6-c-avatar__initials--FontWeight);
|
|
@@ -10864,7 +10868,9 @@ button) {
|
|
|
10864
10868
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--Color);
|
|
10865
10869
|
--pf-v6-c-banner--link--TextDecoration: underline;
|
|
10866
10870
|
--pf-v6-c-banner--link--hover--Color: var(--pf-v6-c-banner--Color);
|
|
10871
|
+
--pf-v6-c-banner--link--clicked--Color: var(--pf-v6-c-banner--Color);
|
|
10867
10872
|
--pf-v6-c-banner--link--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
10873
|
+
--pf-v6-c-banner--link--TextDecorationColor: currentcolor;
|
|
10868
10874
|
--pf-v6-c-banner--m-sticky--ZIndex: var(--pf-t--global--z-index--md);
|
|
10869
10875
|
--pf-v6-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
10870
10876
|
--pf-v6-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
|
|
@@ -10973,6 +10979,7 @@ button) {
|
|
|
10973
10979
|
.pf-v6-c-banner a {
|
|
10974
10980
|
color: var(--pf-v6-c-banner--link--Color);
|
|
10975
10981
|
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
|
10982
|
+
text-decoration-color: var(--pf-v6-c-banner--a--TextDecorationColor);
|
|
10976
10983
|
}
|
|
10977
10984
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
|
10978
10985
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
@@ -10984,7 +10991,11 @@ button) {
|
|
|
10984
10991
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline {
|
|
10985
10992
|
--pf-v6-c-button--m-link--m-inline--Color: var(--pf-v6-c-banner--link--Color);
|
|
10986
10993
|
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
10994
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--Color: var(--pf-v6-c-banner--link--clicked--Color);
|
|
10987
10995
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
10996
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: var(--pf-v6-c-banner--link--TextDecorationColor);
|
|
10997
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: var(--pf-v6-c-banner--link--TextDecorationColor);
|
|
10998
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationColor: var(--pf-v6-c-banner--link--TextDecorationColor);
|
|
10988
10999
|
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
|
10989
11000
|
}
|
|
10990
11001
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline:disabled, .pf-v6-c-banner .pf-v6-c-button.pf-m-inline.pf-m-disabled {
|
|
@@ -11301,6 +11312,10 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
11301
11312
|
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
11302
11313
|
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
11303
11314
|
--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset: var(--pf-t--global--text-decoration--offset--hover);
|
|
11315
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationColor: var(--pf-t--global--text-decoration--color--hover);
|
|
11316
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
11317
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
11318
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--TextUnderlineOffset: var(--pf-t--global--text-decoration--offset--hover);
|
|
11304
11319
|
--pf-v6-c-button--m-link--m-inline--TransitionProperty: color, text-underline-offset;
|
|
11305
11320
|
--pf-v6-c-button--m-link--m-inline--TransitionDuration: var(--pf-t--global--motion--duration--fade--default), var(--pf-t--global--motion--duration--lg);
|
|
11306
11321
|
--pf-v6-c-button--m-link--m-inline--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--accelerate), var(--pf-t--global--motion--timing-function--default);
|
|
@@ -11315,6 +11330,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
11315
11330
|
--pf-v6-c-button--m-link--m-inline__icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
11316
11331
|
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
|
11317
11332
|
--pf-v6-c-button--m-link--m-inline--hover__icon--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
11333
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--Color: var(--pf-t--global--text--color--brand--clicked);
|
|
11334
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked__icon--Color: var(--pf-t--global--icon--color--brand--clicked);
|
|
11318
11335
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--action--plain--default);
|
|
11319
11336
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
11320
11337
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
@@ -11687,9 +11704,14 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11687
11704
|
--pf-v6-c-button--hover--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine);
|
|
11688
11705
|
--pf-v6-c-button--hover--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle);
|
|
11689
11706
|
--pf-v6-c-button--hover--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor);
|
|
11690
|
-
--pf-v6-c-button--
|
|
11707
|
+
--pf-v6-c-button--m-clicked--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationLine);
|
|
11708
|
+
--pf-v6-c-button--m-clicked--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationStyle);
|
|
11709
|
+
--pf-v6-c-button--m-clicked--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationColor);
|
|
11710
|
+
--pf-v6-c-button--m-clicked--TextUnderlineOffset: var(--pf-v6-c-button--m-link--m-inline--m-clicked--TextUnderlineOffset);
|
|
11691
11711
|
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-button--m-link--m-inline--hover--Color);
|
|
11692
11712
|
--pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
|
|
11713
|
+
--pf-v6-c-button--m-link--m-clicked--Color: var(--pf-v6-c-button--m-link--m-inline--m-clicked--Color);
|
|
11714
|
+
--pf-v6-c-button--m-link--m-clicked__icon--Color: var(--pf-v6-c-button--m-link--m-inline--m-clicked__icon--Color);
|
|
11693
11715
|
--pf-v6-c-button--BorderWidth: 0;
|
|
11694
11716
|
--pf-v6-c-button--hover--BorderWidth: 0;
|
|
11695
11717
|
--pf-v6-c-button--m-clicked--BorderWidth: 0;
|
|
@@ -11702,6 +11724,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11702
11724
|
.pf-v6-c-button.pf-m-link.pf-m-inline:hover, .pf-v6-c-button.pf-m-link.pf-m-inline:focus {
|
|
11703
11725
|
--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset: var(--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset);
|
|
11704
11726
|
}
|
|
11727
|
+
.pf-v6-c-button.pf-m-link.pf-m-inline:active, .pf-v6-c-button.pf-m-link.pf-m-inline.pf-m-clicked {
|
|
11728
|
+
--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset: var(--pf-v6-c-button--m-link--m-inline--m-clicked--TextUnderlineOffset);
|
|
11729
|
+
}
|
|
11705
11730
|
.pf-v6-c-button.pf-m-link.pf-m-danger {
|
|
11706
11731
|
--pf-v6-c-button--m-danger--Color: var(--pf-v6-c-button--m-link--m-danger--Color);
|
|
11707
11732
|
--pf-v6-c-button--m-danger--BackgroundColor: var(--pf-v6-c-button--m-link--m-danger--BackgroundColor);
|
|
@@ -15121,6 +15146,7 @@ ul) {
|
|
|
15121
15146
|
--pf-v6-c-draggable--m-dragging--Cursor: grabbing;
|
|
15122
15147
|
--pf-v6-c-draggable--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
15123
15148
|
--pf-v6-c-draggable--m-dragging--BackgroundColor: transparent;
|
|
15149
|
+
--pf-v6-c-draggable--m-dragging--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
15124
15150
|
--pf-v6-c-draggable--m-dragging--after--BorderWidth: var(--pf-t--global--border--width--regular);
|
|
15125
15151
|
--pf-v6-c-draggable--m-dragging--after--BorderColor: var(--pf-t--global--border--color--brand--default);
|
|
15126
15152
|
--pf-v6-c-draggable--m-dragging--after--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
@@ -15135,6 +15161,7 @@ ul) {
|
|
|
15135
15161
|
--pf-v6-c-draggable--Cursor: var(--pf-v6-c-draggable--m-dragging--Cursor);
|
|
15136
15162
|
position: relative;
|
|
15137
15163
|
background-color: var(--pf-v6-c-draggable--m-dragging--BackgroundColor);
|
|
15164
|
+
border-radius: var(--pf-v6-c-draggable--m-dragging--BorderRadius);
|
|
15138
15165
|
box-shadow: var(--pf-v6-c-draggable--m-dragging--BoxShadow);
|
|
15139
15166
|
}
|
|
15140
15167
|
.pf-v6-c-draggable.pf-m-dragging::after {
|
|
@@ -15154,6 +15181,7 @@ ul) {
|
|
|
15154
15181
|
|
|
15155
15182
|
.pf-v6-c-droppable {
|
|
15156
15183
|
--pf-v6-c-droppable--before--BackgroundColor: transparent;
|
|
15184
|
+
--pf-v6-c-droppable--before--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
15157
15185
|
--pf-v6-c-droppable--before--Opacity: 0;
|
|
15158
15186
|
--pf-v6-c-droppable--after--BorderWidth: 0;
|
|
15159
15187
|
--pf-v6-c-droppable--after--BorderColor: transparent;
|
|
@@ -15176,6 +15204,7 @@ ul) {
|
|
|
15176
15204
|
}
|
|
15177
15205
|
.pf-v6-c-droppable::before {
|
|
15178
15206
|
background-color: var(--pf-v6-c-droppable--before--BackgroundColor);
|
|
15207
|
+
border-radius: var(--pf-v6-c-droppable--before--BorderRadius);
|
|
15179
15208
|
opacity: var(--pf-v6-c-droppable--before--Opacity);
|
|
15180
15209
|
}
|
|
15181
15210
|
.pf-v6-c-droppable::after {
|
|
@@ -23269,11 +23298,12 @@ ul.pf-v6-c-list {
|
|
|
23269
23298
|
--pf-v6-c-page__dock--m-expanded__dock-main--BoxShadow: var(--pf-t--global--box-shadow--sm--right);
|
|
23270
23299
|
--pf-v6-c-page__dock-main--desktop--BoxShadow: var(--pf-t--global--box-shadow--glass--default, none);
|
|
23271
23300
|
--pf-v6-c-page__dock-main--BackdropFilter: var(--pf-t--global--background--filter--glass--blur--primary, revert);
|
|
23272
|
-
--pf-v6-c-page__dock-main--BorderInlineEndWidth:
|
|
23301
|
+
--pf-v6-c-page__dock-main--BorderInlineEndWidth: 0;
|
|
23273
23302
|
--pf-v6-c-page__dock-main--BorderInlineEndColor: transparent;
|
|
23274
|
-
--pf-v6-c-page__dock-main--desktop--
|
|
23303
|
+
--pf-v6-c-page__dock-main--desktop--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
23304
|
+
--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor: var(--pf-t--global--border--color--glass--default, var(--pf-t--global--border--color--subtle));
|
|
23275
23305
|
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndWidth: var(--pf-t--global--border--width--glass--default, var(--pf-t--global--border--width--regular));
|
|
23276
|
-
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndColor:
|
|
23306
|
+
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndColor: transparent;
|
|
23277
23307
|
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
23278
23308
|
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
23279
23309
|
--pf-v6-c-page--m-dock__main-container--desktop--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
@@ -23669,8 +23699,6 @@ ul.pf-v6-c-list {
|
|
|
23669
23699
|
}
|
|
23670
23700
|
@media (min-width: 62rem) {
|
|
23671
23701
|
.pf-v6-c-page__dock {
|
|
23672
|
-
--pf-v6-c-page__dock-main--BackgroundColor: var(--pf-v6-c-page__dock-main--desktop--BackgroundColor);
|
|
23673
|
-
--pf-v6-c-page__dock-main--BorderInlineEndColor: var(--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor);
|
|
23674
23702
|
position: revert;
|
|
23675
23703
|
inset: revert;
|
|
23676
23704
|
visibility: revert;
|
|
@@ -23698,6 +23726,9 @@ ul.pf-v6-c-list {
|
|
|
23698
23726
|
}
|
|
23699
23727
|
@media (min-width: 62rem) {
|
|
23700
23728
|
.pf-v6-c-page__dock-main {
|
|
23729
|
+
--pf-v6-c-page__dock-main--BorderInlineEndWidth: var(--pf-v6-c-page__dock-main--desktop--BorderInlineEndWidth);
|
|
23730
|
+
--pf-v6-c-page__dock-main--BackgroundColor: var(--pf-v6-c-page__dock-main--desktop--BackgroundColor);
|
|
23731
|
+
--pf-v6-c-page__dock-main--BorderInlineEndColor: var(--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor);
|
|
23701
23732
|
--pf-v6-c-page__dock-main--BoxShadow: var(--pf-v6-c-page__dock-main--desktop--BoxShadow);
|
|
23702
23733
|
--pf-v6-c-page__dock--m-expanded__dock-main--BoxShadow: var(--pf-v6-c-page__dock-main--desktop--BoxShadow);
|
|
23703
23734
|
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndWidth: var(--pf-v6-c-page__dock-main--BorderInlineEndWidth);
|
|
@@ -24831,7 +24862,7 @@ ul.pf-v6-c-list {
|
|
|
24831
24862
|
--pf-v6-c-panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
24832
24863
|
--pf-v6-c-panel--BoxShadow: none;
|
|
24833
24864
|
--pf-v6-c-panel--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
24834
|
-
--pf-v6-c-panel--before--BorderWidth:
|
|
24865
|
+
--pf-v6-c-panel--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
24835
24866
|
--pf-v6-c-panel--before--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
24836
24867
|
--pf-v6-c-panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
24837
24868
|
--pf-v6-c-panel--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
@@ -29009,7 +29040,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
29009
29040
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
29010
29041
|
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
29011
29042
|
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
29012
|
-
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex:
|
|
29043
|
+
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: initial;
|
|
29013
29044
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
29014
29045
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
29015
29046
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -29052,16 +29083,13 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
29052
29083
|
.pf-v6-c-table.pf-m-fixed {
|
|
29053
29084
|
table-layout: fixed;
|
|
29054
29085
|
}
|
|
29055
|
-
.pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::
|
|
29086
|
+
.pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
|
|
29056
29087
|
opacity: 0;
|
|
29057
29088
|
transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
|
|
29058
29089
|
transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
|
|
29059
29090
|
transition-property: opacity;
|
|
29060
29091
|
}
|
|
29061
|
-
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
|
|
29062
|
-
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
29063
|
-
}
|
|
29064
|
-
.pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after {
|
|
29092
|
+
.pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
|
|
29065
29093
|
opacity: 1;
|
|
29066
29094
|
}
|
|
29067
29095
|
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
|
|
@@ -29072,27 +29100,39 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
29072
29100
|
inset-block-start: 0;
|
|
29073
29101
|
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
29074
29102
|
}
|
|
29075
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::
|
|
29103
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
|
|
29076
29104
|
position: absolute;
|
|
29077
29105
|
inset: 0;
|
|
29078
29106
|
z-index: -1;
|
|
29079
29107
|
pointer-events: none;
|
|
29080
29108
|
content: "";
|
|
29081
|
-
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
29082
29109
|
border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
29083
29110
|
box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
|
|
29084
29111
|
}
|
|
29085
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead
|
|
29086
|
-
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
29087
|
-
}
|
|
29088
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
|
|
29112
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
|
|
29089
29113
|
position: absolute;
|
|
29090
29114
|
inset: 0;
|
|
29091
|
-
z-index:
|
|
29115
|
+
z-index: -1;
|
|
29092
29116
|
pointer-events: none;
|
|
29093
29117
|
content: "";
|
|
29118
|
+
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
29094
29119
|
border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
|
|
29095
29120
|
}
|
|
29121
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th:first-child::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th:first-child::after {
|
|
29122
|
+
border-start-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
29123
|
+
border-end-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
29124
|
+
}
|
|
29125
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th:last-child::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th:last-child::after {
|
|
29126
|
+
border-start-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
29127
|
+
border-end-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
29128
|
+
}
|
|
29129
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
|
|
29130
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
29131
|
+
}
|
|
29132
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table.pf-m-sticky-header .pf-m-nested-column-header, :where(.pf-v6-theme-glass) .pf-v6-c-table.pf-m-sticky-header-base .pf-m-nested-column-header {
|
|
29133
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: 0;
|
|
29134
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
29135
|
+
}
|
|
29096
29136
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
|
|
29097
29137
|
border-block-end: 0;
|
|
29098
29138
|
}
|
|
@@ -29803,14 +29843,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29803
29843
|
vertical-align: bottom;
|
|
29804
29844
|
}
|
|
29805
29845
|
.pf-v6-c-table__thead.pf-m-nested-column-header {
|
|
29846
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
29806
29847
|
position: relative;
|
|
29807
29848
|
}
|
|
29808
|
-
.pf-v6-c-table__thead.pf-m-nested-column-header
|
|
29809
|
-
position: absolute;
|
|
29810
|
-
inset: 0;
|
|
29849
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
|
|
29811
29850
|
z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
|
|
29812
29851
|
pointer-events: none;
|
|
29813
|
-
content: "";
|
|
29814
29852
|
border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
|
|
29815
29853
|
}
|
|
29816
29854
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
@@ -29851,7 +29889,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29851
29889
|
border-block-end: 0;
|
|
29852
29890
|
}
|
|
29853
29891
|
.pf-v6-c-table__tr.pf-m-border-row {
|
|
29854
|
-
|
|
29892
|
+
height: var(--pf-v6-c-table--border-width--base);
|
|
29893
|
+
background-color: var(--pf-v6-c-table--BorderColor);
|
|
29855
29894
|
}
|
|
29856
29895
|
|
|
29857
29896
|
.pf-v6-c-table__tfoot {
|