@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
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
// * Table nested column header
|
|
242
242
|
--#{$table}__thead--m-nested-column-header--BorderBlockEndWidth: var(--#{$table}--border-width--base);
|
|
243
243
|
--#{$table}__thead--m-nested-column-header--BorderBlockEndColor: var(--#{$table}--BorderColor);
|
|
244
|
-
--#{$table}__thead--m-nested-column-header--after--ZIndex:
|
|
244
|
+
--#{$table}__thead--m-nested-column-header--after--ZIndex: initial;
|
|
245
245
|
--#{$table}__thead--m-nested-column-header--button--OutlineOffset: #{pf-size-prem(-3px)};
|
|
246
246
|
--#{$table}__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
247
247
|
--#{$table}__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -301,8 +301,8 @@
|
|
|
301
301
|
table-layout: fixed;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
&.pf-m-sticky-header-base > .#{$table}__thead
|
|
305
|
-
|
|
304
|
+
&.pf-m-sticky-header-base > .#{$table}__thead,
|
|
305
|
+
&.pf-m-sticky-header-base > .#{$table}__thead .#{$table}__th {
|
|
306
306
|
&::after {
|
|
307
307
|
opacity: 0;
|
|
308
308
|
transition-timing-function: var(--#{$table}--m-sticky-header--TransitionTimingFunction--BackgroundColor);
|
|
@@ -311,13 +311,8 @@
|
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
&.pf-m-sticky-header,
|
|
315
|
-
&.pf-m-sticky-header-stuck {
|
|
316
|
-
--#{$table}__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
&.pf-m-sticky-header-stuck > .#{$table}__thead {
|
|
320
|
-
&::before,
|
|
314
|
+
&.pf-m-sticky-header-stuck > .#{$table}__thead,
|
|
315
|
+
&.pf-m-sticky-header-stuck > .#{$table}__thead .#{$table}__th {
|
|
321
316
|
&::after {
|
|
322
317
|
opacity: 1;
|
|
323
318
|
}
|
|
@@ -332,32 +327,47 @@
|
|
|
332
327
|
inset-block-start: 0;
|
|
333
328
|
z-index: var(--#{$table}--m-sticky-header--ZIndex);
|
|
334
329
|
|
|
335
|
-
&::
|
|
330
|
+
&::after {
|
|
336
331
|
position: absolute;
|
|
337
332
|
inset: 0;
|
|
338
333
|
z-index: -1;
|
|
339
334
|
pointer-events: none;
|
|
340
335
|
content: '';
|
|
341
|
-
background-color: var(--#{$table}--m-sticky-header--BackgroundColor);
|
|
342
336
|
border-radius: var(--#{$table}--m-sticky-header--BorderRadius);
|
|
343
337
|
box-shadow: var(--#{$table}--m-sticky-header--BoxShadow);
|
|
344
338
|
}
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
.#{$table}__th::after {
|
|
342
|
+
position: absolute;
|
|
343
|
+
inset: 0;
|
|
344
|
+
z-index: -1;
|
|
345
|
+
pointer-events: none;
|
|
346
|
+
content: '';
|
|
347
|
+
background-color: var(--#{$table}--m-sticky-header--BackgroundColor);
|
|
348
|
+
border-block-end: var(--#{$table}--m-sticky-header--BorderBlockEndWidth) solid var(--#{$table}--m-sticky-header--BorderBlockEndColor);
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.#{$table}__th:first-child::after {
|
|
352
|
+
border-start-start-radius: var(--#{$table}--m-sticky-header--BorderRadius);
|
|
353
|
+
border-end-start-radius: var(--#{$table}--m-sticky-header--BorderRadius);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.#{$table}__th:last-child::after {
|
|
357
|
+
border-start-end-radius: var(--#{$table}--m-sticky-header--BorderRadius);
|
|
358
|
+
border-end-end-radius: var(--#{$table}--m-sticky-header--BorderRadius);
|
|
359
|
+
}
|
|
345
360
|
|
|
346
361
|
> :where(th, td) {
|
|
347
362
|
z-index: var(--#{$table}--m-sticky-header--cell--ZIndex); // set z-index here to allow sticky column to override
|
|
348
363
|
}
|
|
349
364
|
}
|
|
350
|
-
}
|
|
351
365
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
z-index: var(--#{$table}--m-sticky-header--border--ZIndex);
|
|
358
|
-
pointer-events: none;
|
|
359
|
-
content: '';
|
|
360
|
-
border-block-end: var(--#{$table}--m-sticky-header--BorderBlockEndWidth) solid var(--#{$table}--m-sticky-header--BorderBlockEndColor);
|
|
366
|
+
:where(.pf-v6-theme-glass) & {
|
|
367
|
+
.pf-m-nested-column-header {
|
|
368
|
+
--#{$table}--m-sticky-header--BorderRadius: 0;
|
|
369
|
+
--#{$table}__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
370
|
+
}
|
|
361
371
|
}
|
|
362
372
|
}
|
|
363
373
|
|
|
@@ -1288,14 +1298,13 @@
|
|
|
1288
1298
|
|
|
1289
1299
|
// - Table nested column header button
|
|
1290
1300
|
&.pf-m-nested-column-header {
|
|
1301
|
+
--#{$table}--m-sticky-header--BorderBlockEndWidth: 0;
|
|
1302
|
+
|
|
1291
1303
|
position: relative;
|
|
1292
1304
|
|
|
1293
|
-
|
|
1294
|
-
position: absolute;
|
|
1295
|
-
inset: 0;
|
|
1305
|
+
.#{$table}__tr:last-child:not(.pf-m-border-row) {
|
|
1296
1306
|
z-index: var(--#{$table}__thead--m-nested-column-header--after--ZIndex);
|
|
1297
1307
|
pointer-events: none;
|
|
1298
|
-
content: '';
|
|
1299
1308
|
border-block-end: var(--#{$table}__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--#{$table}__thead--m-nested-column-header--BorderBlockEndColor);
|
|
1300
1309
|
}
|
|
1301
1310
|
|
|
@@ -1359,7 +1368,8 @@
|
|
|
1359
1368
|
}
|
|
1360
1369
|
|
|
1361
1370
|
&.pf-m-border-row {
|
|
1362
|
-
|
|
1371
|
+
height: var(--#{$table}--border-width--base);
|
|
1372
|
+
background-color: var(--#{$table}--BorderColor);
|
|
1363
1373
|
}
|
|
1364
1374
|
}
|
|
1365
1375
|
|
package/components/_index.css
CHANGED
|
@@ -659,6 +659,7 @@
|
|
|
659
659
|
|
|
660
660
|
.pf-v6-c-alert__icon {
|
|
661
661
|
grid-area: icon;
|
|
662
|
+
align-self: baseline;
|
|
662
663
|
margin-inline-end: var(--pf-v6-c-alert__icon--MarginInlineEnd);
|
|
663
664
|
font-size: var(--pf-v6-c-alert__icon--FontSize);
|
|
664
665
|
color: var(--pf-v6-c-alert__icon--Color);
|
|
@@ -888,19 +889,19 @@
|
|
|
888
889
|
--pf-v6-c-avatar--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
889
890
|
--pf-v6-c-avatar--Width: 2.25rem;
|
|
890
891
|
--pf-v6-c-avatar--Height: 2.25rem;
|
|
891
|
-
--pf-v6-c-avatar--FontSize: 2.25rem;
|
|
892
|
+
--pf-v6-c-avatar--FontSize: calc(2.25rem / 1.414);
|
|
892
893
|
--pf-v6-c-avatar--m-sm--Width: 1.5rem;
|
|
893
894
|
--pf-v6-c-avatar--m-sm--Height: 1.5rem;
|
|
894
|
-
--pf-v6-c-avatar--m-sm--FontSize: 1.5rem;
|
|
895
|
+
--pf-v6-c-avatar--m-sm--FontSize: calc(1.5rem / 1.414);
|
|
895
896
|
--pf-v6-c-avatar--m-md--Width: 2.25rem;
|
|
896
897
|
--pf-v6-c-avatar--m-md--Height: 2.25rem;
|
|
897
|
-
--pf-v6-c-avatar--m-md--FontSize: 2.25rem;
|
|
898
|
+
--pf-v6-c-avatar--m-md--FontSize: calc(2.25rem / 1.414);
|
|
898
899
|
--pf-v6-c-avatar--m-lg--Width: 4.5rem;
|
|
899
900
|
--pf-v6-c-avatar--m-lg--Height: 4.5rem;
|
|
900
|
-
--pf-v6-c-avatar--m-lg--FontSize: 4.5rem;
|
|
901
|
+
--pf-v6-c-avatar--m-lg--FontSize: calc(4.5rem / 1.414);
|
|
901
902
|
--pf-v6-c-avatar--m-xl--Width: 8rem;
|
|
902
903
|
--pf-v6-c-avatar--m-xl--Height: 8rem;
|
|
903
|
-
--pf-v6-c-avatar--m-xl--FontSize: 8rem;
|
|
904
|
+
--pf-v6-c-avatar--m-xl--FontSize: calc(8rem / 1.414);
|
|
904
905
|
--pf-v6-c-avatar--m-bordered--BorderColor: var(--pf-t--global--border--color--default);
|
|
905
906
|
--pf-v6-c-avatar--m-bordered--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
906
907
|
--pf-v6-c-avatar--m-colorful--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
@@ -956,9 +957,19 @@
|
|
|
956
957
|
width: var(--pf-v6-c-avatar--Width);
|
|
957
958
|
height: var(--pf-v6-c-avatar--Height);
|
|
958
959
|
font-size: var(--pf-v6-c-avatar--FontSize);
|
|
960
|
+
color: var(--pf-v6-c-avatar--Color, inherit);
|
|
961
|
+
background-color: var(--pf-v6-c-avatar--BackgroundColor, transparent);
|
|
959
962
|
border: var(--pf-v6-c-avatar--BorderWidth) solid var(--pf-v6-c-avatar--BorderColor);
|
|
960
963
|
border-radius: var(--pf-v6-c-avatar--BorderRadius);
|
|
961
964
|
}
|
|
965
|
+
div.pf-v6-c-avatar {
|
|
966
|
+
display: inline-flex;
|
|
967
|
+
align-items: center;
|
|
968
|
+
justify-content: center;
|
|
969
|
+
overflow: clip;
|
|
970
|
+
vertical-align: middle;
|
|
971
|
+
}
|
|
972
|
+
|
|
962
973
|
.pf-v6-c-avatar.pf-m-bordered {
|
|
963
974
|
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-bordered--BorderColor);
|
|
964
975
|
--pf-v6-c-avatar--BorderWidth: var(--pf-v6-c-avatar--m-bordered--BorderWidth);
|
|
@@ -1206,70 +1217,63 @@
|
|
|
1206
1217
|
}
|
|
1207
1218
|
.pf-v6-c-avatar.pf-m-colorful {
|
|
1208
1219
|
--pf-v6-c-avatar--BorderWidth: var(--pf-v6-c-avatar--m-colorful--BorderWidth);
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
color: var(--pf-v6-c-avatar--m-colorful--Color, inherit);
|
|
1215
|
-
background-color: var(--pf-v6-c-avatar--m-colorful--BackgroundColor, transparent);
|
|
1216
|
-
border-color: var(--pf-v6-c-avatar--m-colorful--BorderColor, transparent);
|
|
1217
|
-
}
|
|
1218
|
-
.pf-v6-c-avatar.pf-m-colorful.pf-m-red {
|
|
1219
|
-
--pf-v6-c-avatar--m-colorful--BackgroundColor: var(--pf-v6-c-avatar--m-red--BackgroundColor);
|
|
1220
|
-
--pf-v6-c-avatar--m-colorful--Color: var(--pf-v6-c-avatar--m-red--Color);
|
|
1221
|
-
--pf-v6-c-avatar--m-colorful--BorderColor: var(--pf-v6-c-avatar--m-red--BorderColor);
|
|
1220
|
+
}
|
|
1221
|
+
.pf-v6-c-avatar.pf-m-red {
|
|
1222
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-red--BackgroundColor);
|
|
1223
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-red--Color);
|
|
1224
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-red--BorderColor);
|
|
1222
1225
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-red__initials--Color);
|
|
1223
1226
|
}
|
|
1224
|
-
.pf-v6-c-avatar.pf-m-
|
|
1225
|
-
--pf-v6-c-avatar--
|
|
1226
|
-
--pf-v6-c-avatar--
|
|
1227
|
-
--pf-v6-c-avatar--
|
|
1227
|
+
.pf-v6-c-avatar.pf-m-orangered {
|
|
1228
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-orangered--BackgroundColor);
|
|
1229
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-orangered--Color);
|
|
1230
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-orangered--BorderColor);
|
|
1228
1231
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-orangered__initials--Color);
|
|
1229
1232
|
}
|
|
1230
|
-
.pf-v6-c-avatar.pf-m-
|
|
1231
|
-
--pf-v6-c-avatar--
|
|
1232
|
-
--pf-v6-c-avatar--
|
|
1233
|
-
--pf-v6-c-avatar--
|
|
1233
|
+
.pf-v6-c-avatar.pf-m-orange {
|
|
1234
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-orange--BackgroundColor);
|
|
1235
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-orange--Color);
|
|
1236
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-orange--BorderColor);
|
|
1234
1237
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-orange__initials--Color);
|
|
1235
1238
|
}
|
|
1236
|
-
.pf-v6-c-avatar.pf-m-
|
|
1237
|
-
--pf-v6-c-avatar--
|
|
1238
|
-
--pf-v6-c-avatar--
|
|
1239
|
-
--pf-v6-c-avatar--
|
|
1239
|
+
.pf-v6-c-avatar.pf-m-yellow {
|
|
1240
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-yellow--BackgroundColor);
|
|
1241
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-yellow--Color);
|
|
1242
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-yellow--BorderColor);
|
|
1240
1243
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-yellow__initials--Color);
|
|
1241
1244
|
}
|
|
1242
|
-
.pf-v6-c-avatar.pf-m-
|
|
1243
|
-
--pf-v6-c-avatar--
|
|
1244
|
-
--pf-v6-c-avatar--
|
|
1245
|
-
--pf-v6-c-avatar--
|
|
1245
|
+
.pf-v6-c-avatar.pf-m-green {
|
|
1246
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-green--BackgroundColor);
|
|
1247
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-green--Color);
|
|
1248
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-green--BorderColor);
|
|
1246
1249
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-green__initials--Color);
|
|
1247
1250
|
}
|
|
1248
|
-
.pf-v6-c-avatar.pf-m-
|
|
1249
|
-
--pf-v6-c-avatar--
|
|
1250
|
-
--pf-v6-c-avatar--
|
|
1251
|
-
--pf-v6-c-avatar--
|
|
1251
|
+
.pf-v6-c-avatar.pf-m-teal {
|
|
1252
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-teal--BackgroundColor);
|
|
1253
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-teal--Color);
|
|
1254
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-teal--BorderColor);
|
|
1252
1255
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-teal__initials--Color);
|
|
1253
1256
|
}
|
|
1254
|
-
.pf-v6-c-avatar.pf-m-
|
|
1255
|
-
--pf-v6-c-avatar--
|
|
1256
|
-
--pf-v6-c-avatar--
|
|
1257
|
-
--pf-v6-c-avatar--
|
|
1257
|
+
.pf-v6-c-avatar.pf-m-blue {
|
|
1258
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-blue--BackgroundColor);
|
|
1259
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-blue--Color);
|
|
1260
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-blue--BorderColor);
|
|
1258
1261
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-blue__initials--Color);
|
|
1259
1262
|
}
|
|
1260
|
-
.pf-v6-c-avatar.pf-m-
|
|
1261
|
-
--pf-v6-c-avatar--
|
|
1262
|
-
--pf-v6-c-avatar--
|
|
1263
|
-
--pf-v6-c-avatar--
|
|
1263
|
+
.pf-v6-c-avatar.pf-m-purple {
|
|
1264
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-purple--BackgroundColor);
|
|
1265
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-purple--Color);
|
|
1266
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-purple--BorderColor);
|
|
1264
1267
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-purple__initials--Color);
|
|
1265
1268
|
}
|
|
1266
|
-
.pf-v6-c-avatar.pf-m-
|
|
1267
|
-
--pf-v6-c-avatar--
|
|
1268
|
-
--pf-v6-c-avatar--
|
|
1269
|
-
--pf-v6-c-avatar--
|
|
1269
|
+
.pf-v6-c-avatar.pf-m-gray {
|
|
1270
|
+
--pf-v6-c-avatar--BackgroundColor: var(--pf-v6-c-avatar--m-gray--BackgroundColor);
|
|
1271
|
+
--pf-v6-c-avatar--Color: var(--pf-v6-c-avatar--m-gray--Color);
|
|
1272
|
+
--pf-v6-c-avatar--BorderColor: var(--pf-v6-c-avatar--m-gray--BorderColor);
|
|
1270
1273
|
--pf-v6-c-avatar__initials--Color: var(--pf-v6-c-avatar--m-gray__initials--Color);
|
|
1271
1274
|
}
|
|
1272
|
-
|
|
1275
|
+
|
|
1276
|
+
.pf-v6-c-avatar__initials {
|
|
1273
1277
|
font-family: var(--pf-v6-c-avatar__initials--FontFamily, revert);
|
|
1274
1278
|
font-size: var(--pf-v6-c-avatar__initials--FontSize);
|
|
1275
1279
|
font-weight: var(--pf-v6-c-avatar__initials--FontWeight);
|
|
@@ -1453,7 +1457,9 @@
|
|
|
1453
1457
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--Color);
|
|
1454
1458
|
--pf-v6-c-banner--link--TextDecoration: underline;
|
|
1455
1459
|
--pf-v6-c-banner--link--hover--Color: var(--pf-v6-c-banner--Color);
|
|
1460
|
+
--pf-v6-c-banner--link--clicked--Color: var(--pf-v6-c-banner--Color);
|
|
1456
1461
|
--pf-v6-c-banner--link--disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
1462
|
+
--pf-v6-c-banner--link--TextDecorationColor: currentcolor;
|
|
1457
1463
|
--pf-v6-c-banner--m-sticky--ZIndex: var(--pf-t--global--z-index--md);
|
|
1458
1464
|
--pf-v6-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
1459
1465
|
--pf-v6-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
|
|
@@ -1562,6 +1568,7 @@
|
|
|
1562
1568
|
.pf-v6-c-banner a {
|
|
1563
1569
|
color: var(--pf-v6-c-banner--link--Color);
|
|
1564
1570
|
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1571
|
+
text-decoration-color: var(--pf-v6-c-banner--a--TextDecorationColor);
|
|
1565
1572
|
}
|
|
1566
1573
|
.pf-v6-c-banner a:hover:not(.pf-m-disabled) {
|
|
1567
1574
|
--pf-v6-c-banner--link--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
@@ -1573,7 +1580,11 @@
|
|
|
1573
1580
|
.pf-v6-c-banner .pf-v6-c-button.pf-m-inline {
|
|
1574
1581
|
--pf-v6-c-button--m-link--m-inline--Color: var(--pf-v6-c-banner--link--Color);
|
|
1575
1582
|
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-v6-c-banner--link--hover--Color);
|
|
1583
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--Color: var(--pf-v6-c-banner--link--clicked--Color);
|
|
1576
1584
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-banner--link--disabled--Color);
|
|
1585
|
+
--pf-v6-c-button--m-link--m-inline--TextDecorationColor: var(--pf-v6-c-banner--link--TextDecorationColor);
|
|
1586
|
+
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor: var(--pf-v6-c-banner--link--TextDecorationColor);
|
|
1587
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationColor: var(--pf-v6-c-banner--link--TextDecorationColor);
|
|
1577
1588
|
text-decoration-line: var(--pf-v6-c-banner--link--TextDecoration);
|
|
1578
1589
|
}
|
|
1579
1590
|
.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 {
|
|
@@ -1890,6 +1901,10 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1890
1901
|
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
1891
1902
|
--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
1892
1903
|
--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset: var(--pf-t--global--text-decoration--offset--hover);
|
|
1904
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationColor: var(--pf-t--global--text-decoration--color--hover);
|
|
1905
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationLine: var(--pf-t--global--text-decoration--link--line--hover);
|
|
1906
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationStyle: var(--pf-t--global--text-decoration--link--style--hover);
|
|
1907
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--TextUnderlineOffset: var(--pf-t--global--text-decoration--offset--hover);
|
|
1893
1908
|
--pf-v6-c-button--m-link--m-inline--TransitionProperty: color, text-underline-offset;
|
|
1894
1909
|
--pf-v6-c-button--m-link--m-inline--TransitionDuration: var(--pf-t--global--motion--duration--fade--default), var(--pf-t--global--motion--duration--lg);
|
|
1895
1910
|
--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);
|
|
@@ -1904,6 +1919,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1904
1919
|
--pf-v6-c-button--m-link--m-inline__icon--Color: var(--pf-t--global--icon--color--brand--default);
|
|
1905
1920
|
--pf-v6-c-button--m-link--m-inline--hover--Color: var(--pf-t--global--text--color--brand--hover);
|
|
1906
1921
|
--pf-v6-c-button--m-link--m-inline--hover__icon--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
1922
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked--Color: var(--pf-t--global--text--color--brand--clicked);
|
|
1923
|
+
--pf-v6-c-button--m-link--m-inline--m-clicked__icon--Color: var(--pf-t--global--icon--color--brand--clicked);
|
|
1907
1924
|
--pf-v6-c-button--m-plain--BorderRadius: var(--pf-t--global--border--radius--action--plain--default);
|
|
1908
1925
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
1909
1926
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--action--horizontal--plain--default);
|
|
@@ -2276,9 +2293,14 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2276
2293
|
--pf-v6-c-button--hover--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationLine);
|
|
2277
2294
|
--pf-v6-c-button--hover--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationStyle);
|
|
2278
2295
|
--pf-v6-c-button--hover--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor);
|
|
2279
|
-
--pf-v6-c-button--
|
|
2296
|
+
--pf-v6-c-button--m-clicked--TextDecorationLine: var(--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationLine);
|
|
2297
|
+
--pf-v6-c-button--m-clicked--TextDecorationStyle: var(--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationStyle);
|
|
2298
|
+
--pf-v6-c-button--m-clicked--TextDecorationColor: var(--pf-v6-c-button--m-link--m-inline--m-clicked--TextDecorationColor);
|
|
2299
|
+
--pf-v6-c-button--m-clicked--TextUnderlineOffset: var(--pf-v6-c-button--m-link--m-inline--m-clicked--TextUnderlineOffset);
|
|
2280
2300
|
--pf-v6-c-button--m-link--hover--Color: var(--pf-v6-c-button--m-link--m-inline--hover--Color);
|
|
2281
2301
|
--pf-v6-c-button--m-link--hover__icon--Color: var(--pf-v6-c-button--m-link--m-inline--hover__icon--Color);
|
|
2302
|
+
--pf-v6-c-button--m-link--m-clicked--Color: var(--pf-v6-c-button--m-link--m-inline--m-clicked--Color);
|
|
2303
|
+
--pf-v6-c-button--m-link--m-clicked__icon--Color: var(--pf-v6-c-button--m-link--m-inline--m-clicked__icon--Color);
|
|
2282
2304
|
--pf-v6-c-button--BorderWidth: 0;
|
|
2283
2305
|
--pf-v6-c-button--hover--BorderWidth: 0;
|
|
2284
2306
|
--pf-v6-c-button--m-clicked--BorderWidth: 0;
|
|
@@ -2291,6 +2313,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
2291
2313
|
.pf-v6-c-button.pf-m-link.pf-m-inline:hover, .pf-v6-c-button.pf-m-link.pf-m-inline:focus {
|
|
2292
2314
|
--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset: var(--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset);
|
|
2293
2315
|
}
|
|
2316
|
+
.pf-v6-c-button.pf-m-link.pf-m-inline:active, .pf-v6-c-button.pf-m-link.pf-m-inline.pf-m-clicked {
|
|
2317
|
+
--pf-v6-c-button--m-link--m-inline--TextUnderlineOffset: var(--pf-v6-c-button--m-link--m-inline--m-clicked--TextUnderlineOffset);
|
|
2318
|
+
}
|
|
2294
2319
|
.pf-v6-c-button.pf-m-link.pf-m-danger {
|
|
2295
2320
|
--pf-v6-c-button--m-danger--Color: var(--pf-v6-c-button--m-link--m-danger--Color);
|
|
2296
2321
|
--pf-v6-c-button--m-danger--BackgroundColor: var(--pf-v6-c-button--m-link--m-danger--BackgroundColor);
|
|
@@ -5710,6 +5735,7 @@ ul) {
|
|
|
5710
5735
|
--pf-v6-c-draggable--m-dragging--Cursor: grabbing;
|
|
5711
5736
|
--pf-v6-c-draggable--m-dragging--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
5712
5737
|
--pf-v6-c-draggable--m-dragging--BackgroundColor: transparent;
|
|
5738
|
+
--pf-v6-c-draggable--m-dragging--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
5713
5739
|
--pf-v6-c-draggable--m-dragging--after--BorderWidth: var(--pf-t--global--border--width--regular);
|
|
5714
5740
|
--pf-v6-c-draggable--m-dragging--after--BorderColor: var(--pf-t--global--border--color--brand--default);
|
|
5715
5741
|
--pf-v6-c-draggable--m-dragging--after--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
@@ -5724,6 +5750,7 @@ ul) {
|
|
|
5724
5750
|
--pf-v6-c-draggable--Cursor: var(--pf-v6-c-draggable--m-dragging--Cursor);
|
|
5725
5751
|
position: relative;
|
|
5726
5752
|
background-color: var(--pf-v6-c-draggable--m-dragging--BackgroundColor);
|
|
5753
|
+
border-radius: var(--pf-v6-c-draggable--m-dragging--BorderRadius);
|
|
5727
5754
|
box-shadow: var(--pf-v6-c-draggable--m-dragging--BoxShadow);
|
|
5728
5755
|
}
|
|
5729
5756
|
.pf-v6-c-draggable.pf-m-dragging::after {
|
|
@@ -5743,6 +5770,7 @@ ul) {
|
|
|
5743
5770
|
|
|
5744
5771
|
.pf-v6-c-droppable {
|
|
5745
5772
|
--pf-v6-c-droppable--before--BackgroundColor: transparent;
|
|
5773
|
+
--pf-v6-c-droppable--before--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
5746
5774
|
--pf-v6-c-droppable--before--Opacity: 0;
|
|
5747
5775
|
--pf-v6-c-droppable--after--BorderWidth: 0;
|
|
5748
5776
|
--pf-v6-c-droppable--after--BorderColor: transparent;
|
|
@@ -5765,6 +5793,7 @@ ul) {
|
|
|
5765
5793
|
}
|
|
5766
5794
|
.pf-v6-c-droppable::before {
|
|
5767
5795
|
background-color: var(--pf-v6-c-droppable--before--BackgroundColor);
|
|
5796
|
+
border-radius: var(--pf-v6-c-droppable--before--BorderRadius);
|
|
5768
5797
|
opacity: var(--pf-v6-c-droppable--before--Opacity);
|
|
5769
5798
|
}
|
|
5770
5799
|
.pf-v6-c-droppable::after {
|
|
@@ -13858,11 +13887,12 @@ ul.pf-v6-c-list {
|
|
|
13858
13887
|
--pf-v6-c-page__dock--m-expanded__dock-main--BoxShadow: var(--pf-t--global--box-shadow--sm--right);
|
|
13859
13888
|
--pf-v6-c-page__dock-main--desktop--BoxShadow: var(--pf-t--global--box-shadow--glass--default, none);
|
|
13860
13889
|
--pf-v6-c-page__dock-main--BackdropFilter: var(--pf-t--global--background--filter--glass--blur--primary, revert);
|
|
13861
|
-
--pf-v6-c-page__dock-main--BorderInlineEndWidth:
|
|
13890
|
+
--pf-v6-c-page__dock-main--BorderInlineEndWidth: 0;
|
|
13862
13891
|
--pf-v6-c-page__dock-main--BorderInlineEndColor: transparent;
|
|
13863
|
-
--pf-v6-c-page__dock-main--desktop--
|
|
13892
|
+
--pf-v6-c-page__dock-main--desktop--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
13893
|
+
--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor: var(--pf-t--global--border--color--glass--default, var(--pf-t--global--border--color--subtle));
|
|
13864
13894
|
--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));
|
|
13865
|
-
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndColor:
|
|
13895
|
+
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndColor: transparent;
|
|
13866
13896
|
--pf-v6-c-page--m-dock__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--inset--page-chrome) * 2);
|
|
13867
13897
|
--pf-v6-c-page--m-dock__main-container--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
13868
13898
|
--pf-v6-c-page--m-dock__main-container--desktop--MarginBlockStart: var(--pf-t--global--spacer--inset--page-chrome);
|
|
@@ -14258,8 +14288,6 @@ ul.pf-v6-c-list {
|
|
|
14258
14288
|
}
|
|
14259
14289
|
@media (min-width: 62rem) {
|
|
14260
14290
|
.pf-v6-c-page__dock {
|
|
14261
|
-
--pf-v6-c-page__dock-main--BackgroundColor: var(--pf-v6-c-page__dock-main--desktop--BackgroundColor);
|
|
14262
|
-
--pf-v6-c-page__dock-main--BorderInlineEndColor: var(--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor);
|
|
14263
14291
|
position: revert;
|
|
14264
14292
|
inset: revert;
|
|
14265
14293
|
visibility: revert;
|
|
@@ -14287,6 +14315,9 @@ ul.pf-v6-c-list {
|
|
|
14287
14315
|
}
|
|
14288
14316
|
@media (min-width: 62rem) {
|
|
14289
14317
|
.pf-v6-c-page__dock-main {
|
|
14318
|
+
--pf-v6-c-page__dock-main--BorderInlineEndWidth: var(--pf-v6-c-page__dock-main--desktop--BorderInlineEndWidth);
|
|
14319
|
+
--pf-v6-c-page__dock-main--BackgroundColor: var(--pf-v6-c-page__dock-main--desktop--BackgroundColor);
|
|
14320
|
+
--pf-v6-c-page__dock-main--BorderInlineEndColor: var(--pf-v6-c-page__dock-main--desktop--BorderInlineEndColor);
|
|
14290
14321
|
--pf-v6-c-page__dock-main--BoxShadow: var(--pf-v6-c-page__dock-main--desktop--BoxShadow);
|
|
14291
14322
|
--pf-v6-c-page__dock--m-expanded__dock-main--BoxShadow: var(--pf-v6-c-page__dock-main--desktop--BoxShadow);
|
|
14292
14323
|
--pf-v6-c-page__dock--m-expanded__dock-main--BorderInlineEndWidth: var(--pf-v6-c-page__dock-main--BorderInlineEndWidth);
|
|
@@ -15420,7 +15451,7 @@ ul.pf-v6-c-list {
|
|
|
15420
15451
|
--pf-v6-c-panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
15421
15452
|
--pf-v6-c-panel--BoxShadow: none;
|
|
15422
15453
|
--pf-v6-c-panel--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
15423
|
-
--pf-v6-c-panel--before--BorderWidth:
|
|
15454
|
+
--pf-v6-c-panel--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
15424
15455
|
--pf-v6-c-panel--before--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
15425
15456
|
--pf-v6-c-panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
15426
15457
|
--pf-v6-c-panel--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
@@ -19598,7 +19629,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
19598
19629
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
19599
19630
|
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
19600
19631
|
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
19601
|
-
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex:
|
|
19632
|
+
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: initial;
|
|
19602
19633
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
19603
19634
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
19604
19635
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -19641,16 +19672,13 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
19641
19672
|
.pf-v6-c-table.pf-m-fixed {
|
|
19642
19673
|
table-layout: fixed;
|
|
19643
19674
|
}
|
|
19644
|
-
.pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::
|
|
19675
|
+
.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 {
|
|
19645
19676
|
opacity: 0;
|
|
19646
19677
|
transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
|
|
19647
19678
|
transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
|
|
19648
19679
|
transition-property: opacity;
|
|
19649
19680
|
}
|
|
19650
|
-
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
|
|
19651
|
-
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
19652
|
-
}
|
|
19653
|
-
.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 {
|
|
19681
|
+
.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 {
|
|
19654
19682
|
opacity: 1;
|
|
19655
19683
|
}
|
|
19656
19684
|
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
|
|
@@ -19661,27 +19689,39 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
19661
19689
|
inset-block-start: 0;
|
|
19662
19690
|
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
19663
19691
|
}
|
|
19664
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::
|
|
19692
|
+
.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 {
|
|
19665
19693
|
position: absolute;
|
|
19666
19694
|
inset: 0;
|
|
19667
19695
|
z-index: -1;
|
|
19668
19696
|
pointer-events: none;
|
|
19669
19697
|
content: "";
|
|
19670
|
-
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
19671
19698
|
border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
19672
19699
|
box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
|
|
19673
19700
|
}
|
|
19674
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead
|
|
19675
|
-
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
19676
|
-
}
|
|
19677
|
-
.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 {
|
|
19701
|
+
.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 {
|
|
19678
19702
|
position: absolute;
|
|
19679
19703
|
inset: 0;
|
|
19680
|
-
z-index:
|
|
19704
|
+
z-index: -1;
|
|
19681
19705
|
pointer-events: none;
|
|
19682
19706
|
content: "";
|
|
19707
|
+
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
19683
19708
|
border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
|
|
19684
19709
|
}
|
|
19710
|
+
.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 {
|
|
19711
|
+
border-start-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
19712
|
+
border-end-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
19713
|
+
}
|
|
19714
|
+
.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 {
|
|
19715
|
+
border-start-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
19716
|
+
border-end-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
19717
|
+
}
|
|
19718
|
+
.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) {
|
|
19719
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
19720
|
+
}
|
|
19721
|
+
: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 {
|
|
19722
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: 0;
|
|
19723
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
19724
|
+
}
|
|
19685
19725
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
|
|
19686
19726
|
border-block-end: 0;
|
|
19687
19727
|
}
|
|
@@ -20392,14 +20432,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20392
20432
|
vertical-align: bottom;
|
|
20393
20433
|
}
|
|
20394
20434
|
.pf-v6-c-table__thead.pf-m-nested-column-header {
|
|
20435
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
20395
20436
|
position: relative;
|
|
20396
20437
|
}
|
|
20397
|
-
.pf-v6-c-table__thead.pf-m-nested-column-header
|
|
20398
|
-
position: absolute;
|
|
20399
|
-
inset: 0;
|
|
20438
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
|
|
20400
20439
|
z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
|
|
20401
20440
|
pointer-events: none;
|
|
20402
|
-
content: "";
|
|
20403
20441
|
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);
|
|
20404
20442
|
}
|
|
20405
20443
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
@@ -20440,7 +20478,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20440
20478
|
border-block-end: 0;
|
|
20441
20479
|
}
|
|
20442
20480
|
.pf-v6-c-table__tr.pf-m-border-row {
|
|
20443
|
-
|
|
20481
|
+
height: var(--pf-v6-c-table--border-width--base);
|
|
20482
|
+
background-color: var(--pf-v6-c-table--BorderColor);
|
|
20444
20483
|
}
|
|
20445
20484
|
|
|
20446
20485
|
.pf-v6-c-table__tfoot {
|