@patternfly/patternfly 6.3.0-prerelease.53 → 6.3.0-prerelease.54

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.
Files changed (72) hide show
  1. package/README.md +17 -11
  2. package/base/patternfly-variables.css +1208 -1
  3. package/base/patternfly-variables.scss +10 -0
  4. package/base/tokens/tokens-charts-dark.scss +1 -1
  5. package/base/tokens/tokens-charts.scss +1 -1
  6. package/base/tokens/tokens-dark.scss +13 -1
  7. package/base/tokens/tokens-default.scss +60 -2
  8. package/base/tokens/tokens-highcontrast-dark.scss +396 -0
  9. package/base/tokens/tokens-highcontrast.scss +703 -0
  10. package/base/tokens/tokens-local.scss +39 -0
  11. package/base/tokens/tokens-palette.scss +9 -1
  12. package/components/Accordion/accordion.css +21 -0
  13. package/components/Accordion/accordion.scss +27 -1
  14. package/components/Alert/alert-group.css +15 -2
  15. package/components/Alert/alert-group.scss +18 -2
  16. package/components/Badge/badge.css +2 -0
  17. package/components/Badge/badge.scss +2 -0
  18. package/components/Banner/banner.css +4 -0
  19. package/components/Banner/banner.scss +4 -0
  20. package/components/Button/button.css +32 -3
  21. package/components/Button/button.scss +34 -5
  22. package/components/Card/card.css +5 -3
  23. package/components/Card/card.scss +5 -3
  24. package/components/CodeBlock/code-block.css +3 -0
  25. package/components/CodeBlock/code-block.scss +3 -0
  26. package/components/CodeEditor/code-editor.css +8 -3
  27. package/components/CodeEditor/code-editor.scss +11 -6
  28. package/components/Drawer/drawer.css +44 -41
  29. package/components/Drawer/drawer.scss +42 -36
  30. package/components/DualListSelector/dual-list-selector.css +19 -1
  31. package/components/DualListSelector/dual-list-selector.scss +20 -1
  32. package/components/Label/label.css +20 -11
  33. package/components/Label/label.scss +21 -11
  34. package/components/Login/login.css +3 -0
  35. package/components/Login/login.scss +3 -0
  36. package/components/Menu/menu.css +11 -0
  37. package/components/Menu/menu.scss +12 -1
  38. package/components/MenuToggle/menu-toggle.css +12 -5
  39. package/components/MenuToggle/menu-toggle.scss +12 -5
  40. package/components/ModalBox/modal-box.css +3 -0
  41. package/components/ModalBox/modal-box.scss +3 -0
  42. package/components/Nav/nav.css +17 -0
  43. package/components/Nav/nav.scss +20 -0
  44. package/components/Page/page.css +2 -2
  45. package/components/Page/page.scss +2 -2
  46. package/components/Panel/panel.css +7 -1
  47. package/components/Panel/panel.scss +7 -1
  48. package/components/Popover/popover.css +4 -0
  49. package/components/Popover/popover.scss +4 -0
  50. package/components/Progress/progress.css +10 -0
  51. package/components/Progress/progress.scss +11 -0
  52. package/components/SimpleList/simple-list.css +15 -0
  53. package/components/SimpleList/simple-list.scss +17 -1
  54. package/components/Table/table.css +29 -0
  55. package/components/Table/table.scss +33 -0
  56. package/components/Tabs/tabs.css +7 -0
  57. package/components/Tabs/tabs.scss +8 -1
  58. package/components/TreeView/tree-view.css +15 -0
  59. package/components/TreeView/tree-view.scss +17 -0
  60. package/components/Wizard/wizard.css +22 -1
  61. package/components/Wizard/wizard.scss +25 -3
  62. package/components/_index.css +330 -73
  63. package/docs/components/DualListSelector/examples/DualListSelector.md +0 -195
  64. package/docs/components/Login/examples/Login.md +22 -22
  65. package/docs/components/Table/examples/Table.md +936 -1412
  66. package/package.json +3 -2
  67. package/patternfly-base-no-globals.css +1208 -1
  68. package/patternfly-base.css +1208 -1
  69. package/patternfly-no-globals.css +1538 -74
  70. package/patternfly.css +1538 -74
  71. package/patternfly.min.css +1 -1
  72. package/patternfly.min.css.map +1 -1
@@ -39,6 +39,7 @@
39
39
  --pf-v6-c-card--m-selectable--m-selected--BorderColor: var(--pf-t--global--border--color--clicked);
40
40
  --pf-v6-c-card--m-selectable--m-selected--BorderWidth: var(--pf-t--global--border--width--box--clicked);
41
41
  --pf-v6-c-card--m-selectable--hover--BorderColor: var(--pf-t--global--border--color--hover);
42
+ --pf-v6-c-card--m-selectable--hover--BorderWidth: var(--pf-t--global--border--width--box--hover);
42
43
  --pf-v6-c-card--m-selectable--focus--BorderColor: var(--pf-t--global--border--color--hover);
43
44
  --pf-v6-c-card--m-selectable--focus--BorderWidth: var(--pf-t--global--border--width--box--hover);
44
45
  --pf-v6-c-card--m-selectable--m-selected--focus--BorderColor: var(--pf-t--global--border--color--clicked);
@@ -69,7 +70,7 @@
69
70
  --pf-v6-c-card--m-display-lg--c-divider--child--PaddingBlockStart: var(--pf-t--global--spacer--xl);
70
71
  --pf-v6-c-card--m-display-lg__title--not--last-child--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
71
72
  --pf-v6-c-card--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
72
- --pf-v6-c-card--m-secondary--BorderColor: transparent;
73
+ --pf-v6-c-card--m-secondary--BorderColor: var(--pf-t--global--border--color--high-contrast);
73
74
  --pf-v6-c-card--m-full-height--Height: 100%;
74
75
  --pf-v6-c-card--m-plain--BorderColor: transparent;
75
76
  --pf-v6-c-card--m-plain--BackgroundColor: transparent;
@@ -269,17 +270,18 @@
269
270
  z-index: -1;
270
271
  content: "";
271
272
  background-color: var(--pf-v6-c-card--BackgroundColor, transparent);
272
- border: var(--pf-v6-c-card--m-selectable--BorderWidth) solid var(--pf-v6-c-card--BorderColor, transparent);
273
+ border: var(--pf-v6-c-card--BorderWidth) solid var(--pf-v6-c-card--BorderColor, transparent);
273
274
  border-radius: var(--pf-v6-c-card--BorderRadius);
274
275
  }
275
276
  .pf-v6-c-card__selectable-actions :is(.pf-v6-c-check__label, .pf-v6-c-radio__label, .pf-v6-c-card__clickable-action):hover {
276
277
  --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--hover--BorderColor);
278
+ --pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-selectable--hover--BorderWidth);
277
279
  }
278
280
 
279
281
  .pf-v6-c-card__selectable-actions :is(.pf-v6-c-check__input, .pf-v6-c-radio__input):where(:checked) ~ :is(.pf-v6-c-radio__label, .pf-v6-c-check__label),
280
282
  .pf-v6-c-card.pf-m-selected {
281
283
  --pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-selectable--m-selected--BorderColor);
282
- --pf-v6-c-card--m-selectable--BorderWidth: var(--pf-v6-c-card--m-selectable--m-selected--BorderWidth);
284
+ --pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-selectable--m-selected--BorderWidth);
283
285
  }
284
286
 
285
287
  .pf-v6-c-card__selectable-actions .pf-v6-c-card__clickable-action:where(:focus-visible),
@@ -51,6 +51,7 @@
51
51
 
52
52
  // Hover on selectable card
53
53
  --#{$card}--m-selectable--hover--BorderColor: var(--pf-t--global--border--color--hover);
54
+ --#{$card}--m-selectable--hover--BorderWidth: var(--pf-t--global--border--width--box--hover);
54
55
 
55
56
  // Focus on selectable card (label)
56
57
  --#{$card}--m-selectable--focus--BorderColor: var(--pf-t--global--border--color--hover);
@@ -96,7 +97,7 @@
96
97
 
97
98
  // Secondary
98
99
  --#{$card}--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
99
- --#{$card}--m-secondary--BorderColor: transparent;
100
+ --#{$card}--m-secondary--BorderColor: var(--pf-t--global--border--color--high-contrast);
100
101
 
101
102
  // Full height
102
103
  --#{$card}--m-full-height--Height: 100%;
@@ -356,12 +357,13 @@
356
357
  z-index: -1;
357
358
  content: '';
358
359
  background-color: var(--#{$card}--BackgroundColor, transparent);
359
- border: var(--#{$card}--m-selectable--BorderWidth) solid var(--#{$card}--BorderColor, transparent);
360
+ border: var(--#{$card}--BorderWidth) solid var(--#{$card}--BorderColor, transparent);
360
361
  border-radius: var(--#{$card}--BorderRadius);
361
362
  }
362
363
 
363
364
  &:hover {
364
365
  --#{$card}--BorderColor: var(--#{$card}--m-selectable--hover--BorderColor);
366
+ --#{$card}--BorderWidth: var(--#{$card}--m-selectable--hover--BorderWidth);
365
367
  }
366
368
  }
367
369
 
@@ -369,7 +371,7 @@
369
371
  .#{$card}__selectable-actions :is(.#{$check}__input, .#{$radio}__input):where(:checked) ~ :is(.#{$radio}__label, .#{$check}__label),
370
372
  .#{$card}.pf-m-selected {
371
373
  --#{$card}--BorderColor: var(--#{$card}--m-selectable--m-selected--BorderColor);
372
- --#{$card}--m-selectable--BorderWidth: var(--#{$card}--m-selectable--m-selected--BorderWidth); // this line used to be just BorderWidth, not m-selectable
374
+ --#{$card}--BorderWidth: var(--#{$card}--m-selectable--m-selected--BorderWidth);
373
375
  }
374
376
 
375
377
  // Focus on the card (focus on label but not checked)
@@ -1,4 +1,6 @@
1
1
  .pf-v6-c-code-block {
2
+ --pf-v6-c-code-block--BorderColor: var(--pf-t--global--border--color--high-contrast);
3
+ --pf-v6-c-code-block--BorderWidth: var(--pf-t--global--high-contrast--border--width--regular);
2
4
  --pf-v6-c-code-block--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
3
5
  --pf-v6-c-code-block--BorderRadius: var(--pf-t--global--border--radius--medium);
4
6
  --pf-v6-c-code-block__header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
@@ -17,6 +19,7 @@
17
19
 
18
20
  .pf-v6-c-code-block {
19
21
  background-color: var(--pf-v6-c-code-block--BackgroundColor);
22
+ border: var(--pf-v6-c-code-block--BorderWidth) solid var(--pf-v6-c-code-block--BorderColor);
20
23
  border-radius: var(--pf-v6-c-code-block--BorderRadius);
21
24
  }
22
25
 
@@ -1,6 +1,8 @@
1
1
  @use '../../sass-utilities' as *;
2
2
 
3
3
  @include pf-root($code-block) {
4
+ --#{$code-block}--BorderColor: var(--pf-t--global--border--color--high-contrast);
5
+ --#{$code-block}--BorderWidth: var(--pf-t--global--high-contrast--border--width--regular);
4
6
  --#{$code-block}--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
5
7
  --#{$code-block}--BorderRadius: var(--pf-t--global--border--radius--medium);
6
8
  --#{$code-block}__header--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
@@ -19,6 +21,7 @@
19
21
 
20
22
  .#{$code-block} {
21
23
  background-color: var(--#{$code-block}--BackgroundColor);
24
+ border: var(--#{$code-block}--BorderWidth) solid var(--#{$code-block}--BorderColor);
22
25
  border-radius: var(--#{$code-block}--BorderRadius);
23
26
  }
24
27
 
@@ -3,6 +3,10 @@
3
3
  --pf-v6-c-code-editor__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
4
4
  --pf-v6-c-code-editor__header--before--BorderBlockEndWidth: var(--pf-t--global--border--width--box--default);
5
5
  --pf-v6-c-code-editor__header--before--BorderBlockEndColor: var(--pf-t--global--border--color--default);
6
+ --pf-v6-c-code-editor__header--BorderWidth: var(--pf-t--global--border--width--box--default);
7
+ --pf-v6-c-code-editor__header--BorderColor: var(--pf-t--global--border--color--default);
8
+ --pf-v6-c-code-editor__header--BorderStartStartRadius: var(--pf-t--global--border--radius--medium);
9
+ --pf-v6-c-code-editor__header--BorderStartEndRadius: var(--pf-t--global--border--radius--medium);
6
10
  --pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
7
11
  --pf-v6-c-code-editor__header-content--m-plain--BackgroundColor: var(--pf-t--global--background--color--primary--default);
8
12
  --pf-v6-c-code-editor__header-content--PaddingBlockStart: var(--pf-t--global--spacer--xs);
@@ -74,12 +78,13 @@
74
78
  }
75
79
  .pf-v6-c-code-editor__header::before {
76
80
  position: absolute;
77
- inset-block-end: 0;
78
- inset-inline-start: 0;
79
- inset-inline-end: 0;
81
+ inset: 0;
80
82
  pointer-events: none;
81
83
  content: "";
84
+ border: var(--pf-v6-c-code-editor__header--BorderWidth) solid var(--pf-v6-c-code-editor__header--BorderColor);
82
85
  border-block-end: var(--pf-v6-c-code-editor__header--before--BorderBlockEndWidth) solid var(--pf-v6-c-code-editor__header--before--BorderBlockEndColor);
86
+ border-start-start-radius: var(--pf-v6-c-code-editor__header--BorderStartStartRadius);
87
+ border-start-end-radius: var(--pf-v6-c-code-editor__header--BorderStartEndRadius);
83
88
  }
84
89
  .pf-v6-c-code-editor__header.pf-m-plain {
85
90
  --pf-v6-c-code-editor__header-content--BackgroundColor: var(--pf-v6-c-code-editor__header-content--m-plain--BackgroundColor);
@@ -6,8 +6,12 @@
6
6
  --#{$code-editor}__controls--Gap: var(--pf-t--global--spacer--gap--action-to-action--plain);
7
7
 
8
8
  // header
9
- --#{$code-editor}__header--before--BorderBlockEndWidth: var(--pf-t--global--border--width--box--default);
10
- --#{$code-editor}__header--before--BorderBlockEndColor: var(--pf-t--global--border--color--default);
9
+ --#{$code-editor}__header--before--BorderBlockEndWidth: var(--pf-t--global--border--width--box--default); // TODO - remove in breaking change
10
+ --#{$code-editor}__header--before--BorderBlockEndColor: var(--pf-t--global--border--color--default); // TODO - remove in breaking change
11
+ --#{$code-editor}__header--BorderWidth: var(--pf-t--global--border--width--box--default);
12
+ --#{$code-editor}__header--BorderColor: var(--pf-t--global--border--color--default);
13
+ --#{$code-editor}__header--BorderStartStartRadius: var(--pf-t--global--border--radius--medium);
14
+ --#{$code-editor}__header--BorderStartEndRadius: var(--pf-t--global--border--radius--medium);
11
15
 
12
16
  // header content
13
17
  --#{$code-editor}__header-content--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
@@ -95,12 +99,13 @@
95
99
 
96
100
  &::before {
97
101
  position: absolute;
98
- inset-block-end: 0;
99
- inset-inline-start: 0;
100
- inset-inline-end: 0;
102
+ inset: 0;
101
103
  pointer-events: none;
102
104
  content: "";
103
- border-block-end: var(--#{$code-editor}__header--before--BorderBlockEndWidth) solid var(--#{$code-editor}__header--before--BorderBlockEndColor);
105
+ border: var(--#{$code-editor}__header--BorderWidth) solid var(--#{$code-editor}__header--BorderColor);
106
+ border-block-end: var(--#{$code-editor}__header--before--BorderBlockEndWidth) solid var(--#{$code-editor}__header--before--BorderBlockEndColor); // TODO - remove in breaking change
107
+ border-start-start-radius: var(--#{$code-editor}__header--BorderStartStartRadius);
108
+ border-start-end-radius: var(--#{$code-editor}__header--BorderStartEndRadius);
104
109
  }
105
110
 
106
111
  &.pf-m-plain {
@@ -9,6 +9,11 @@
9
9
  --pf-v6-c-drawer__panel--MinWidth: 50%;
10
10
  --pf-v6-c-drawer__panel--MaxHeight: auto;
11
11
  --pf-v6-c-drawer__panel--ZIndex: var(--pf-t--global--z-index--sm);
12
+ --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer__panel--after--BackgroundColor);
13
+ --pf-v6-c-drawer__panel--BorderBlockStartWidth: 0;
14
+ --pf-v6-c-drawer__panel--BorderBlockEndWidth: 0;
15
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: var(--pf-v6-c-drawer__panel--after--Width);
16
+ --pf-v6-c-drawer__panel--BorderInlineEndWidth: 0;
12
17
  --pf-v6-c-drawer__panel--BackgroundColor: var(--pf-t--global--background--color--floating--default);
13
18
  --pf-v6-c-drawer__panel--m-inline--BackgroundColor: var(--pf-t--global--background--color--primary--default);
14
19
  --pf-v6-c-drawer__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
@@ -105,13 +110,14 @@
105
110
  --pf-v6-c-drawer__actions--MarginInlineEnd: calc(var(--pf-t--global--spacer--control--horizontal--compact) * -1.5);
106
111
  --pf-v6-c-drawer__panel--BoxShadow: none;
107
112
  --pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--md--top);
108
- --pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--border--width--divider--default);
109
- --pf-v6-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-t--global--border--width--divider--default);
110
- --pf-v6-c-drawer__panel--after--BackgroundColor: transparent;
113
+ --pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--high-contrast--border--width--divider--default);
114
+ --pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-t--global--border--width--divider--default);
115
+ --pf-v6-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-t--global--high-contrast--border--width--divider--default);
116
+ --pf-v6-c-drawer__panel--after--BackgroundColor: var(--pf-t--global--border--color--high-contrast);
111
117
  --pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor: var(--pf-t--global--border--color--default);
112
- --pf-v6-c-drawer--m-inline__panel--PaddingInlineStart: var(--pf-v6-c-drawer__panel--after--Width);
113
- --pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: var(--pf-v6-c-drawer__panel--after--Width);
114
- --pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--pf-v6-c-drawer__panel--after--Width);
118
+ --pf-v6-c-drawer--m-inline__panel--PaddingInlineStart: 0;
119
+ --pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: 0;
120
+ --pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: 0;
115
121
  }
116
122
  @media screen and (prefers-reduced-motion: no-preference) {
117
123
  .pf-v6-c-drawer {
@@ -152,6 +158,7 @@
152
158
 
153
159
  .pf-v6-c-drawer.pf-m-inline, .pf-v6-c-drawer.pf-m-static {
154
160
  --pf-v6-c-drawer__panel--BackgroundColor: var(--pf-v6-c-drawer__panel--m-inline--BackgroundColor);
161
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: var(--pf-v6-c-drawer--m-inline__panel--after--Width);
155
162
  }
156
163
  .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
157
164
  padding-inline-start: var(--pf-v6-c-drawer--m-inline__panel--PaddingInlineStart);
@@ -252,6 +259,11 @@
252
259
  overflow: auto;
253
260
  visibility: hidden;
254
261
  background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
262
+ border: solid var(--pf-v6-c-drawer__panel--BorderColor);
263
+ border-block-start-width: var(--pf-v6-c-drawer__panel--BorderBlockStartWidth);
264
+ border-block-end-width: var(--pf-v6-c-drawer__panel--BorderBlockEndWidth);
265
+ border-inline-start-width: var(--pf-v6-c-drawer__panel--BorderInlineStartWidth);
266
+ border-inline-end-width: var(--pf-v6-c-drawer__panel--BorderInlineEndWidth);
255
267
  box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
256
268
  opacity: var(--pf-v6-c-drawer__panel--Opacity);
257
269
  transition-delay: var(--pf-v6-c-drawer__panel--TransitionDelay);
@@ -260,15 +272,6 @@
260
272
  transition-property: var(--pf-v6-c-drawer__panel--TransitionProperty);
261
273
  -webkit-overflow-scrolling: touch;
262
274
  }
263
- .pf-v6-c-drawer__panel::after {
264
- position: absolute;
265
- inset-block-start: 0;
266
- inset-inline-start: 0;
267
- width: var(--pf-v6-c-drawer__panel--after--Width);
268
- height: 100%;
269
- content: "";
270
- background-color: var(--pf-v6-c-drawer__panel--after--BackgroundColor);
271
- }
272
275
  .pf-v6-c-drawer__panel:not(.pf-m-resizable) {
273
276
  padding-block-start: var(--pf-v6-c-drawer__panel--PaddingBlockStart);
274
277
  padding-block-end: var(--pf-v6-c-drawer__panel--PaddingBlockEnd);
@@ -423,13 +426,13 @@
423
426
  }
424
427
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable {
425
428
  --pf-v6-c-drawer__panel--md--FlexBasis--min: var(--pf-v6-c-drawer__panel--m-resizable--md--FlexBasis--min);
429
+ --pf-v6-c-drawer__panel--BorderBlockStartWidth: 0;
430
+ --pf-v6-c-drawer__panel--BorderBlockEndWidth: 0;
431
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: 0;
432
+ --pf-v6-c-drawer__panel--BorderInlineEndWidth: 0;
426
433
  flex-direction: var(--pf-v6-c-drawer__panel--m-resizable--FlexDirection);
427
434
  min-width: var(--pf-v6-c-drawer__panel--m-resizable--MinWidth);
428
435
  }
429
- .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable::after {
430
- width: 0;
431
- height: 0;
432
- }
433
436
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable > .pf-v6-c-drawer__splitter {
434
437
  flex-shrink: 0;
435
438
  }
@@ -438,18 +441,17 @@
438
441
  }
439
442
  .pf-v6-c-drawer.pf-m-panel-left {
440
443
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow);
444
+ --pf-v6-c-drawer__panel--BorderInlineEndWidth: var(--pf-v6-c-drawer__panel--after--Width);
445
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: 0;
441
446
  }
442
447
  .pf-v6-c-drawer.pf-m-panel-left.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-panel-left.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
448
+ --pf-v6-c-drawer__panel--BorderInlineEndWidth: var(--pf-v6-c-drawer--m-inline__panel--after--Width);
443
449
  padding-inline-start: 0;
444
450
  padding-inline-end: var(--pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd);
445
451
  }
446
452
  .pf-v6-c-drawer.pf-m-panel-left.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
447
453
  transform: translateX(0);
448
454
  }
449
- .pf-v6-c-drawer.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel::after {
450
- inset-inline-start: auto;
451
- inset-inline-end: 0;
452
- }
453
455
  .pf-v6-c-drawer.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable > .pf-v6-c-drawer__splitter {
454
456
  --pf-v6-c-drawer__splitter-handle--InsetInlineStart: var(--pf-v6-c-drawer--m-panel-left__splitter-handle--InsetInlineStart);
455
457
  order: 1;
@@ -458,19 +460,16 @@
458
460
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow);
459
461
  --pf-v6-c-drawer__panel--MaxHeight: 100%;
460
462
  --pf-v6-c-drawer__panel--FlexBasis--min: var(--pf-v6-c-drawer--m-panel-bottom__panel--FlexBasis--min);
463
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: 0;
464
+ --pf-v6-c-drawer__panel--BorderBlockStartWidth: var(--pf-v6-c-drawer--m-panel-bottom__panel--after--Height);
461
465
  min-width: auto;
462
466
  min-height: var(--pf-v6-c-drawer--m-panel-bottom__panel--md--MinHeight);
463
467
  }
464
468
  .pf-v6-c-drawer.pf-m-panel-bottom.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-panel-bottom.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
469
+ --pf-v6-c-drawer__panel--BorderBlockStartWidth: var(--pf-v6-c-drawer--m-inline__panel--after--Width);
465
470
  padding-block-start: var(--pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart);
466
471
  padding-inline-start: 0;
467
472
  }
468
- .pf-v6-c-drawer.pf-m-panel-bottom > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel::after {
469
- inset-block-start: 0;
470
- inset-inline-start: auto;
471
- width: 100%;
472
- height: var(--pf-v6-c-drawer--m-panel-bottom__panel--after--Height);
473
- }
474
473
  .pf-v6-c-drawer.pf-m-panel-bottom > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable {
475
474
  --pf-v6-c-drawer__panel--md--FlexBasis--min: var(--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min);
476
475
  --pf-v6-c-drawer__panel--m-resizable--FlexDirection: var(--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection);
@@ -499,6 +498,10 @@
499
498
  .pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-no-border,
500
499
  .pf-v6-c-drawer.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-no-border {
501
500
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: none;
501
+ --pf-v6-c-drawer__panel--BorderBlockStartWidth: 0;
502
+ --pf-v6-c-drawer__panel--BorderBlockEndWidth: 0;
503
+ --pf-v6-c-drawer__panel--BorderInlineStartWidth: 0;
504
+ --pf-v6-c-drawer__panel--BorderInlineEndWidth: 0;
502
505
  }
503
506
  .pf-v6-c-drawer__splitter {
504
507
  display: block;
@@ -593,9 +596,9 @@
593
596
  .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
594
597
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: none;
595
598
  }
596
- .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after,
597
- .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after {
598
- background-color: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
599
+ .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border),
600
+ .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border) {
601
+ --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
599
602
  }
600
603
  .pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
601
604
  overflow-x: auto;
@@ -660,9 +663,9 @@
660
663
  .pf-v6-c-drawer.pf-m-static-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
661
664
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: none;
662
665
  }
663
- .pf-v6-c-drawer.pf-m-inline-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after,
664
- .pf-v6-c-drawer.pf-m-static-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after {
665
- background-color: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
666
+ .pf-v6-c-drawer.pf-m-inline-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border),
667
+ .pf-v6-c-drawer.pf-m-static-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border) {
668
+ --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
666
669
  }
667
670
  .pf-v6-c-drawer.pf-m-inline-on-lg > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
668
671
  overflow-x: auto;
@@ -727,9 +730,9 @@
727
730
  .pf-v6-c-drawer.pf-m-static-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
728
731
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: none;
729
732
  }
730
- .pf-v6-c-drawer.pf-m-inline-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after,
731
- .pf-v6-c-drawer.pf-m-static-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after {
732
- background-color: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
733
+ .pf-v6-c-drawer.pf-m-inline-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border),
734
+ .pf-v6-c-drawer.pf-m-static-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border) {
735
+ --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
733
736
  }
734
737
  .pf-v6-c-drawer.pf-m-inline-on-xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
735
738
  overflow-x: auto;
@@ -794,9 +797,9 @@
794
797
  .pf-v6-c-drawer.pf-m-static-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
795
798
  --pf-v6-c-drawer--m-expanded__panel--BoxShadow: none;
796
799
  }
797
- .pf-v6-c-drawer.pf-m-inline-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after,
798
- .pf-v6-c-drawer.pf-m-static-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border)::after {
799
- background-color: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
800
+ .pf-v6-c-drawer.pf-m-inline-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border),
801
+ .pf-v6-c-drawer.pf-m-static-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border) {
802
+ --pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
800
803
  }
801
804
  .pf-v6-c-drawer.pf-m-inline-on-2xl > .pf-v6-c-drawer__main > .pf-v6-c-drawer__content {
802
805
  overflow-x: auto;
@@ -21,6 +21,11 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
21
21
  --#{$drawer}__panel--MinWidth: 50%; // change to __panel--md--MinWidth at breaking change
22
22
  --#{$drawer}__panel--MaxHeight: auto;
23
23
  --#{$drawer}__panel--ZIndex: var(--pf-t--global--z-index--sm);
24
+ --#{$drawer}__panel--BorderColor: var(--#{$drawer}__panel--after--BackgroundColor); // TODO use token directly in breaking change
25
+ --#{$drawer}__panel--BorderBlockStartWidth: 0;
26
+ --#{$drawer}__panel--BorderBlockEndWidth: 0;
27
+ --#{$drawer}__panel--BorderInlineStartWidth: var(--#{$drawer}__panel--after--Width); // default is left side
28
+ --#{$drawer}__panel--BorderInlineEndWidth: 0;
24
29
  --#{$drawer}__panel--BackgroundColor: var(--pf-t--global--background--color--floating--default);
25
30
  --#{$drawer}__panel--m-inline--BackgroundColor: var(--pf-t--global--background--color--primary--default);
26
31
  --#{$drawer}__panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
@@ -161,14 +166,16 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
161
166
  --#{$drawer}__panel--BoxShadow: none;
162
167
  --#{$drawer}--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--md--top);
163
168
 
164
- // Divider
165
- --#{$drawer}__panel--after--Width: var(--pf-t--global--border--width--divider--default);
166
- --#{$drawer}--m-panel-bottom__panel--after--Height: var(--pf-t--global--border--width--divider--default);
167
- --#{$drawer}__panel--after--BackgroundColor: transparent;
169
+ // Divider
170
+ // TODO remove these variables in a breaking change in favor of setting the border variables directly
171
+ --#{$drawer}__panel--after--Width: var(--pf-t--global--high-contrast--border--width--divider--default);
172
+ --#{$drawer}--m-inline__panel--after--Width: var(--pf-t--global--border--width--divider--default); // TODO this turns on border always for inline
173
+ --#{$drawer}--m-panel-bottom__panel--after--Height: var(--pf-t--global--high-contrast--border--width--divider--default);
174
+ --#{$drawer}__panel--after--BackgroundColor: var(--pf-t--global--border--color--high-contrast);
168
175
  --#{$drawer}--m-inline--m-expanded__panel--after--BackgroundColor: var(--pf-t--global--border--color--default);
169
- --#{$drawer}--m-inline__panel--PaddingInlineStart: var(--#{$drawer}__panel--after--Width);
170
- --#{$drawer}--m-panel-left--m-inline__panel--PaddingInlineEnd: var(--#{$drawer}__panel--after--Width);
171
- --#{$drawer}--m-panel-bottom--m-inline__panel--PaddingBlockStart: var(--#{$drawer}__panel--after--Width);
176
+ --#{$drawer}--m-inline__panel--PaddingInlineStart: 0; // no padding needed now
177
+ --#{$drawer}--m-panel-left--m-inline__panel--PaddingInlineEnd: 0;
178
+ --#{$drawer}--m-panel-bottom--m-inline__panel--PaddingBlockStart: 0;
172
179
  }
173
180
 
174
181
  .#{$drawer} {
@@ -191,6 +198,8 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
191
198
  &.pf-m-inline,
192
199
  &.pf-m-static {
193
200
  --#{$drawer}__panel--BackgroundColor: var(--#{$drawer}__panel--m-inline--BackgroundColor);
201
+ --#{$drawer}__panel--BorderInlineStartWidth: var(--#{$drawer}--m-inline__panel--after--Width);
202
+
194
203
 
195
204
  > .#{$drawer}__main > .#{$drawer}__panel:not(.pf-m-no-border, .pf-m-resizable) {
196
205
  padding-inline-start: var(--#{$drawer}--m-inline__panel--PaddingInlineStart);
@@ -321,6 +330,11 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
321
330
  overflow: auto;
322
331
  visibility: hidden; // hidden by default
323
332
  background-color: var(--#{$drawer}__panel--BackgroundColor);
333
+ border: solid var(--#{$drawer}__panel--BorderColor);
334
+ border-block-start-width: var(--#{$drawer}__panel--BorderBlockStartWidth);
335
+ border-block-end-width: var(--#{$drawer}__panel--BorderBlockEndWidth);
336
+ border-inline-start-width: var(--#{$drawer}__panel--BorderInlineStartWidth);
337
+ border-inline-end-width: var(--#{$drawer}__panel--BorderInlineEndWidth);
324
338
  box-shadow: var(--#{$drawer}__panel--BoxShadow);
325
339
  opacity: var(--#{$drawer}__panel--Opacity);
326
340
  transition-delay: var(--#{$drawer}__panel--TransitionDelay);
@@ -329,16 +343,6 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
329
343
  transition-property: var(--#{$drawer}__panel--TransitionProperty);
330
344
  -webkit-overflow-scrolling: touch;
331
345
 
332
- &::after {
333
- position: absolute;
334
- inset-block-start: 0;
335
- inset-inline-start: 0;
336
- width: var(--#{$drawer}__panel--after--Width);
337
- height: 100%;
338
- content: "";
339
- background-color: var(--#{$drawer}__panel--after--BackgroundColor);
340
- }
341
-
342
346
  &:not(.pf-m-resizable) {
343
347
  padding-block-start: var(--#{$drawer}__panel--PaddingBlockStart);
344
348
  padding-block-end: var(--#{$drawer}__panel--PaddingBlockEnd);
@@ -521,15 +525,14 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
521
525
 
522
526
  > .#{$drawer}__main > .#{$drawer}__panel.pf-m-resizable {
523
527
  --#{$drawer}__panel--md--FlexBasis--min: var(--#{$drawer}__panel--m-resizable--md--FlexBasis--min);
528
+ --#{$drawer}__panel--BorderBlockStartWidth: 0;
529
+ --#{$drawer}__panel--BorderBlockEndWidth: 0;
530
+ --#{$drawer}__panel--BorderInlineStartWidth: 0;
531
+ --#{$drawer}__panel--BorderInlineEndWidth: 0;
524
532
 
525
533
  flex-direction: var(--#{$drawer}__panel--m-resizable--FlexDirection);
526
534
  min-width: var(--#{$drawer}__panel--m-resizable--MinWidth);
527
535
 
528
- &::after {
529
- width: 0;
530
- height: 0;
531
- }
532
-
533
536
  > .#{$drawer}__splitter {
534
537
  flex-shrink: 0;
535
538
  }
@@ -543,12 +546,18 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
543
546
  // Panel left
544
547
  .#{$drawer}.pf-m-panel-left {
545
548
  --#{$drawer}--m-expanded__panel--BoxShadow: var(--#{$drawer}--m-expanded--m-panel-left__panel--BoxShadow);
549
+ --#{$drawer}__panel--BorderInlineEndWidth: var(--#{$drawer}__panel--after--Width);
550
+ --#{$drawer}__panel--BorderInlineStartWidth: 0; // turn off default left border
546
551
 
547
552
  &.pf-m-inline,
548
553
  &.pf-m-static {
549
554
  > .#{$drawer}__main > .#{$drawer}__panel:not(.pf-m-no-border, .pf-m-resizable) {
555
+ --#{$drawer}__panel--BorderInlineEndWidth: var(--#{$drawer}--m-inline__panel--after--Width);
556
+
557
+ // TODO remove in breaking change
550
558
  padding-inline-start: 0;
551
559
  padding-inline-end: var(--#{$drawer}--m-panel-left--m-inline__panel--PaddingInlineEnd);
560
+
552
561
  }
553
562
  }
554
563
 
@@ -556,11 +565,6 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
556
565
  transform: translateX(0);
557
566
  }
558
567
 
559
- > .#{$drawer}__main > .#{$drawer}__panel::after {
560
- inset-inline-start: auto;
561
- inset-inline-end: 0;
562
- }
563
-
564
568
  > .#{$drawer}__main > .#{$drawer}__panel.pf-m-resizable {
565
569
  > .#{$drawer}__splitter {
566
570
  --#{$drawer}__splitter-handle--InsetInlineStart: var(--#{$drawer}--m-panel-left__splitter-handle--InsetInlineStart);
@@ -574,6 +578,8 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
574
578
  --#{$drawer}--m-expanded__panel--BoxShadow: var(--#{$drawer}--m-expanded--m-panel-bottom__panel--BoxShadow);
575
579
  --#{$drawer}__panel--MaxHeight: 100%;
576
580
  --#{$drawer}__panel--FlexBasis--min: var(--#{$drawer}--m-panel-bottom__panel--FlexBasis--min);
581
+ --#{$drawer}__panel--BorderInlineStartWidth: 0; // turn off default left border
582
+ --#{$drawer}__panel--BorderBlockStartWidth: var(--#{$drawer}--m-panel-bottom__panel--after--Height); // set the border width based on the old height variable
577
583
 
578
584
  min-width: auto;
579
585
  min-height: var(--#{$drawer}--m-panel-bottom__panel--md--MinHeight);
@@ -581,18 +587,14 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
581
587
  &.pf-m-inline,
582
588
  &.pf-m-static {
583
589
  > .#{$drawer}__main > .#{$drawer}__panel:not(.pf-m-no-border, .pf-m-resizable) {
590
+ --#{$drawer}__panel--BorderBlockStartWidth: var(--#{$drawer}--m-inline__panel--after--Width);
591
+
592
+ // TODO remove in breaking change
584
593
  padding-block-start: var(--#{$drawer}--m-panel-bottom--m-inline__panel--PaddingBlockStart);
585
594
  padding-inline-start: 0;
586
595
  }
587
596
  }
588
597
 
589
- > .#{$drawer}__main > .#{$drawer}__panel::after {
590
- inset-block-start: 0;
591
- inset-inline-start: auto;
592
- width: 100%;
593
- height: var(--#{$drawer}--m-panel-bottom__panel--after--Height);
594
- }
595
-
596
598
  > .#{$drawer}__main > .#{$drawer}__panel.pf-m-resizable {
597
599
  --#{$drawer}__panel--md--FlexBasis--min: var(--#{$drawer}--m-panel-bottom__panel--m-resizable--md--FlexBasis--min);
598
600
  --#{$drawer}__panel--m-resizable--FlexDirection: var(--#{$drawer}--m-panel-bottom__panel--m-resizable--FlexDirection);
@@ -637,6 +639,10 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
637
639
  .#{$drawer} > .#{$drawer}__main > .#{$drawer}__panel.pf-m-no-border,
638
640
  .#{$drawer}.pf-m-panel-left > .#{$drawer}__main > .#{$drawer}__panel.pf-m-no-border {
639
641
  --#{$drawer}--m-expanded__panel--BoxShadow: none;
642
+ --#{$drawer}__panel--BorderBlockStartWidth: 0;
643
+ --#{$drawer}__panel--BorderBlockEndWidth: 0;
644
+ --#{$drawer}__panel--BorderInlineStartWidth: 0;
645
+ --#{$drawer}__panel--BorderInlineEndWidth: 0;
640
646
  }
641
647
 
642
648
  .#{$drawer}__splitter {
@@ -680,8 +686,8 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
680
686
  > .#{$drawer}__main > .#{$drawer}__panel {
681
687
  --#{$drawer}--m-expanded__panel--BoxShadow: none;
682
688
 
683
- &:not(.pf-m-no-border)::after {
684
- background-color: var(--#{$drawer}--m-inline--m-expanded__panel--after--BackgroundColor);
689
+ &:not(.pf-m-no-border) {
690
+ --#{$drawer}__panel--BorderColor: var(--#{$drawer}--m-inline--m-expanded__panel--after--BackgroundColor);
685
691
  }
686
692
  }
687
693
  }
@@ -34,8 +34,12 @@
34
34
  --pf-v6-c-dual-list-selector--m-expanded__list--TranslateY: 0;
35
35
  --pf-v6-c-dual-list-selector__list-item-row--FontSize: var(--pf-t--global--font--size--sm);
36
36
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
37
+ --pf-v6-c-dual-list-selector__list-item-row--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
38
+ --pf-v6-c-dual-list-selector__list-item-row--BorderColor: var(--pf-t--global--border--color--high-contrast);
37
39
  --pf-v6-c-dual-list-selector__list-item-row--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
40
+ --pf-v6-c-dual-list-selector__list-item-row--hover--BorderWidth: var(--pf-t--global--border--width--action--plain--hover);
38
41
  --pf-v6-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
42
+ --pf-v6-c-dual-list-selector__list-item-row--m-selected--BorderWidth: var(--pf-t--global--border--width--action--plain--clicked);
39
43
  --pf-v6-c-dual-list-selector__list-item--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
40
44
  --pf-v6-c-dual-list-selector__list-item--m-ghost-row--Opacity: .4;
41
45
  --pf-v6-c-dual-list-selector__item--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -141,6 +145,7 @@
141
145
  overflow: auto;
142
146
  border: var(--pf-v6-c-dual-list-selector__menu--BorderWidth) solid var(--pf-v6-c-dual-list-selector__menu--BorderColor);
143
147
  border-radius: var(--pf-v6-c-dual-list-selector__menu--BorderRadius);
148
+ outline-offset: 2px;
144
149
  }
145
150
 
146
151
  .pf-v6-c-dual-list-selector__list {
@@ -165,7 +170,7 @@
165
170
  overflow-anchor: none;
166
171
  }
167
172
 
168
- .pf-v6-c-dual-list-selector__list-item:focus {
173
+ .pf-v6-c-dual-list-selector__list-item:focus-visible {
169
174
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item-row--hover--BackgroundColor);
170
175
  }
171
176
  .pf-v6-c-dual-list-selector__list-item.pf-m-expandable {
@@ -199,12 +204,22 @@
199
204
  }
200
205
 
201
206
  .pf-v6-c-dual-list-selector__list-item-row {
207
+ position: relative;
202
208
  display: flex;
203
209
  font-size: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
204
210
  background-color: var(--pf-v6-c-dual-list-selector__list-item-row--BackgroundColor);
205
211
  }
212
+ .pf-v6-c-dual-list-selector__list-item-row::before {
213
+ position: absolute;
214
+ inset: 0;
215
+ pointer-events: none;
216
+ content: "";
217
+ border-block-start: var(--pf-v6-c-dual-list-selector__list-item-row--BorderWidth) solid var(--pf-v6-c-dual-list-selector__list-item-row--BorderColor);
218
+ border-block-end: var(--pf-v6-c-dual-list-selector__list-item-row--BorderWidth) solid var(--pf-v6-c-dual-list-selector__list-item-row--BorderColor);
219
+ }
206
220
  .pf-v6-c-dual-list-selector__list-item-row.pf-m-selected {
207
221
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item-row--m-selected--BackgroundColor);
222
+ --pf-v6-c-dual-list-selector__list-item-row--BorderWidth: var(--pf-v6-c-dual-list-selector__list-item-row--m-selected--BorderWidth);
208
223
  }
209
224
  .pf-v6-c-dual-list-selector__list-item-row.pf-m-selected .pf-v6-c-dual-list-selector__item-text {
210
225
  --pf-v6-c-dual-list-selector__item-text--Color: var(--pf-v6-c-dual-list-selector__list-item-row--m-selected__text--Color);
@@ -212,9 +227,12 @@
212
227
  }
213
228
  .pf-v6-c-dual-list-selector__list-item-row:hover {
214
229
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item-row--hover--BackgroundColor);
230
+ --pf-v6-c-dual-list-selector__list-item-row--BorderWidth: var(--pf-v6-c-dual-list-selector__list-item-row--hover--BorderWidth);
215
231
  }
216
232
  .pf-v6-c-dual-list-selector__list-item-row.pf-m-check {
217
233
  --pf-v6-c-dual-list-selector__list-item-row--m-selected--BackgroundColor: transparent;
234
+ --pf-v6-c-dual-list-selector__list-item-row--m-selected--BorderColor: transparent;
235
+ --pf-v6-c-dual-list-selector__list-item-row--BorderWidth: revert;
218
236
  }
219
237
  .pf-v6-c-dual-list-selector__list-item-row.pf-m-ghost-row {
220
238
  --pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item--m-ghost-row--BackgroundColor);