@patternfly/patternfly 4.194.4 → 4.196.1

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 (184) hide show
  1. package/base/_globals.scss +7 -0
  2. package/base/_variables.scss +9 -0
  3. package/base/patternfly-globals.css +4 -0
  4. package/base/patternfly-variables.css +85 -0
  5. package/components/AboutModalBox/about-modal-box.css +28 -0
  6. package/components/AboutModalBox/about-modal-box.scss +7 -0
  7. package/components/AboutModalBox/themes/dark/about-modal-box.scss +4 -6
  8. package/components/Accordion/accordion.css +6 -0
  9. package/components/Accordion/accordion.scss +7 -0
  10. package/components/Accordion/themes/dark/accordion.scss +3 -1
  11. package/components/Alert/alert.css +14 -0
  12. package/components/Alert/alert.scss +7 -0
  13. package/components/Alert/themes/dark/alert.scss +3 -1
  14. package/components/AppLauncher/app-launcher.css +12 -0
  15. package/components/AppLauncher/app-launcher.scss +7 -0
  16. package/components/AppLauncher/themes/dark/app-launcher.scss +3 -1
  17. package/components/Badge/badge.css +5 -0
  18. package/components/Badge/badge.scss +7 -0
  19. package/components/Badge/themes/dark/badge.scss +3 -1
  20. package/components/Banner/banner.css +31 -0
  21. package/components/Banner/banner.scss +7 -0
  22. package/components/Banner/themes/dark/banner.scss +4 -2
  23. package/components/Breadcrumb/breadcrumb.css +4 -0
  24. package/components/Breadcrumb/breadcrumb.scss +7 -0
  25. package/components/Breadcrumb/themes/dark/breadcrumb.scss +3 -1
  26. package/components/Button/button.css +38 -0
  27. package/components/Button/button.scss +7 -0
  28. package/components/Button/themes/dark/button.scss +3 -1
  29. package/components/CalendarMonth/calendar-month.css +22 -0
  30. package/components/CalendarMonth/calendar-month.scss +7 -0
  31. package/components/CalendarMonth/themes/dark/calendar-month.scss +3 -1
  32. package/components/Chip/chip.css +6 -0
  33. package/components/Chip/chip.scss +7 -0
  34. package/components/Chip/themes/dark/chip.scss +3 -1
  35. package/components/ClipboardCopy/clipboard-copy.css +11 -0
  36. package/components/ClipboardCopy/clipboard-copy.scss +7 -0
  37. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +3 -1
  38. package/components/CodeEditor/code-editor.css +4 -0
  39. package/components/CodeEditor/code-editor.scss +7 -0
  40. package/components/CodeEditor/themes/dark/code-editor.scss +3 -1
  41. package/components/ContextSelector/context-selector.css +17 -0
  42. package/components/ContextSelector/context-selector.scss +7 -0
  43. package/components/ContextSelector/themes/dark/context-selector.scss +3 -1
  44. package/components/DataList/data-list.css +7 -0
  45. package/components/DataList/data-list.scss +7 -0
  46. package/components/DataList/themes/dark/data-list.scss +3 -1
  47. package/components/DatePicker/date-picker.css +5 -0
  48. package/components/DatePicker/date-picker.scss +7 -0
  49. package/components/DatePicker/themes/dark/date-picker.scss +3 -1
  50. package/components/Drawer/drawer.css +7 -0
  51. package/components/Drawer/drawer.scss +7 -0
  52. package/components/Drawer/themes/dark/drawer.scss +3 -1
  53. package/components/Dropdown/dropdown.css +22 -0
  54. package/components/Dropdown/dropdown.scss +7 -0
  55. package/components/Dropdown/themes/dark/dropdown.scss +3 -1
  56. package/components/Form/form.css +4 -0
  57. package/components/Form/form.scss +7 -0
  58. package/components/Form/themes/dark/form.scss +3 -1
  59. package/components/FormControl/form-control.css +22 -0
  60. package/components/FormControl/form-control.scss +7 -0
  61. package/components/FormControl/themes/dark/form-control.scss +3 -1
  62. package/components/HelperText/helper-text.css +4 -0
  63. package/components/HelperText/helper-text.scss +7 -0
  64. package/components/HelperText/themes/dark/helper-text.scss +3 -1
  65. package/components/Hint/hint.css +5 -0
  66. package/components/Hint/hint.scss +7 -0
  67. package/components/Hint/themes/dark/hint.scss +3 -1
  68. package/components/InputGroup/input-group.css +22 -0
  69. package/components/InputGroup/input-group.scss +7 -0
  70. package/components/InputGroup/themes/dark/input-group.scss +3 -1
  71. package/components/Label/label.css +71 -2
  72. package/components/Label/label.scss +37 -2
  73. package/components/Label/themes/dark/label.scss +3 -1
  74. package/components/LogViewer/log-viewer.css +28 -0
  75. package/components/LogViewer/log-viewer.scss +7 -0
  76. package/components/LogViewer/themes/dark/log-viewer.scss +4 -2
  77. package/components/Login/login.css +31 -0
  78. package/components/Login/login.scss +7 -0
  79. package/components/Login/themes/dark/login.scss +4 -2
  80. package/components/Masthead/masthead.css +32 -0
  81. package/components/Masthead/masthead.scss +7 -0
  82. package/components/Masthead/themes/dark/masthead.scss +4 -2
  83. package/components/Menu/menu.css +9 -0
  84. package/components/Menu/menu.scss +7 -0
  85. package/components/Menu/themes/dark/menu.scss +3 -1
  86. package/components/MenuToggle/menu-toggle.css +19 -0
  87. package/components/MenuToggle/menu-toggle.scss +7 -0
  88. package/components/MenuToggle/themes/dark/menu-toggle.scss +3 -1
  89. package/components/ModalBox/modal-box.css +4 -0
  90. package/components/ModalBox/modal-box.scss +7 -0
  91. package/components/ModalBox/themes/dark/modal-box.scss +3 -1
  92. package/components/Nav/nav.css +34 -0
  93. package/components/Nav/nav.scss +7 -0
  94. package/components/Nav/themes/dark/nav.scss +3 -1
  95. package/components/NotificationBadge/notification-badge.css +4 -0
  96. package/components/NotificationBadge/notification-badge.scss +7 -0
  97. package/components/NotificationBadge/themes/dark/notification-badge.scss +3 -1
  98. package/components/NotificationDrawer/notification-drawer.css +11 -0
  99. package/components/NotificationDrawer/notification-drawer.scss +7 -0
  100. package/components/NotificationDrawer/themes/dark/notification-drawer.scss +3 -1
  101. package/components/OptionsMenu/options-menu.css +17 -0
  102. package/components/OptionsMenu/options-menu.scss +7 -0
  103. package/components/OptionsMenu/themes/dark/options-menu.scss +3 -1
  104. package/components/Page/page.css +65 -0
  105. package/components/Page/page.scss +12 -0
  106. package/components/Page/themes/dark/page.scss +4 -2
  107. package/components/Pagination/pagination.css +4 -0
  108. package/components/Pagination/pagination.scss +7 -0
  109. package/components/Pagination/themes/dark/pagination.scss +3 -1
  110. package/components/Popover/popover.css +13 -0
  111. package/components/Popover/popover.scss +7 -0
  112. package/components/Popover/themes/dark/popover.scss +3 -1
  113. package/components/Progress/progress.css +6 -0
  114. package/components/Progress/progress.scss +7 -0
  115. package/components/Progress/themes/dark/progress.scss +3 -1
  116. package/components/SearchInput/search-input.css +9 -0
  117. package/components/SearchInput/search-input.scss +7 -0
  118. package/components/SearchInput/themes/dark/search-input.scss +3 -1
  119. package/components/Select/select.css +16 -0
  120. package/components/Select/select.scss +7 -0
  121. package/components/Select/themes/dark/select.scss +3 -1
  122. package/components/SimpleList/simple-list.css +11 -0
  123. package/components/SimpleList/simple-list.scss +7 -0
  124. package/components/SimpleList/themes/dark/simple-list.scss +3 -1
  125. package/components/Skeleton/skeleton.css +6 -0
  126. package/components/Skeleton/skeleton.scss +7 -0
  127. package/components/Skeleton/themes/dark/skeleton.scss +3 -1
  128. package/components/Switch/switch.css +7 -0
  129. package/components/Switch/switch.scss +7 -0
  130. package/components/Switch/themes/dark/switch.scss +3 -1
  131. package/components/Table/table.css +7 -0
  132. package/components/Table/table.scss +7 -0
  133. package/components/Table/themes/dark/table.scss +7 -1
  134. package/components/Tabs/tabs.css +6 -0
  135. package/components/Tabs/tabs.scss +7 -0
  136. package/components/Tabs/themes/dark/tabs.scss +3 -1
  137. package/components/Tile/themes/dark/tile.scss +3 -1
  138. package/components/Tile/tile.css +7 -0
  139. package/components/Tile/tile.scss +7 -0
  140. package/components/ToggleGroup/themes/dark/toggle-group.scss +3 -1
  141. package/components/ToggleGroup/toggle-group.css +8 -0
  142. package/components/ToggleGroup/toggle-group.scss +7 -0
  143. package/components/Tooltip/themes/dark/tooltip.scss +3 -1
  144. package/components/Tooltip/tooltip.css +13 -0
  145. package/components/Tooltip/tooltip.scss +7 -0
  146. package/components/TreeView/themes/dark/tree-view.scss +3 -1
  147. package/components/TreeView/tree-view.css +5 -0
  148. package/components/TreeView/tree-view.scss +7 -0
  149. package/components/Wizard/themes/dark/wizard.scss +4 -2
  150. package/components/Wizard/wizard.css +34 -0
  151. package/components/Wizard/wizard.scss +7 -0
  152. package/docs/components/FormControl/examples/FormControl.md +2 -0
  153. package/docs/components/Label/examples/Label.md +147 -0
  154. package/docs/components/Table/examples/Table.md +477 -3
  155. package/docs/demos/Drawer/examples/Drawer.md +1930 -0
  156. package/docs/demos/JumpLinks/examples/JumpLinks.md +1946 -0
  157. package/docs/utilities/Text/examples/Text.md +43 -26
  158. package/package.json +1 -1
  159. package/patternfly-addons.css +24 -0
  160. package/patternfly-base-no-reset.css +93 -4
  161. package/patternfly-base.css +93 -4
  162. package/patternfly-no-reset.css +2222 -34
  163. package/patternfly-theme-dark.css +0 -636
  164. package/patternfly-theme-dark.scss +1 -7
  165. package/patternfly.css +2222 -34
  166. package/patternfly.min.css +1 -1
  167. package/patternfly.min.css.map +1 -1
  168. package/sass-utilities/colors.scss +1 -0
  169. package/sass-utilities/mixins.scss +7 -0
  170. package/sass-utilities/scss-variables.scss +1 -0
  171. package/sass-utilities/themes/dark/_all.scss +4 -0
  172. package/themes/dark/_patternfly-charts-theme-dark.scss +1 -1
  173. package/utilities/Text/text.css +24 -0
  174. package/utilities/Text/text.scss +24 -0
  175. package/patternfly-theme-dark-prefers-color-scheme.css +0 -711
  176. package/patternfly-theme-dark-prefers-color-scheme.scss +0 -5
  177. package/themes/dark/_chart-globals.scss +0 -39
  178. package/themes/dark/_patternfly-theme-dark.scss +0 -119
  179. package/themes/dark/_variables.scss +0 -94
  180. package/themes/dark/colors.scss +0 -16
  181. package/themes/dark/globals.scss +0 -7
  182. package/themes/dark/mixins.scss +0 -5
  183. package/themes/dark/placeholders.scss +0 -30
  184. package/themes/dark/scss-variables.scss +0 -85
@@ -138,3 +138,10 @@
138
138
  }
139
139
  }
140
140
  }
141
+
142
+ // stylelint-disable no-invalid-position-at-import-rule
143
+ @import "./themes/dark/globals";
144
+
145
+ @include pf-theme-dark($pf-theme-dark-prefix: ":root") {
146
+ @include globals;
147
+ }
@@ -59,6 +59,7 @@
59
59
  --pf-global--palette--light-green-500: #{$pf-color-light-green-500};
60
60
  --pf-global--palette--light-green-600: #{$pf-color-light-green-600};
61
61
  --pf-global--palette--light-green-700: #{$pf-color-light-green-700};
62
+ --pf-global--palette--orange-50: #{$pf-color-orange-50};
62
63
  --pf-global--palette--orange-100: #{$pf-color-orange-100};
63
64
  --pf-global--palette--orange-200: #{$pf-color-orange-200};
64
65
  --pf-global--palette--orange-300: #{$pf-color-orange-300};
@@ -84,6 +85,7 @@
84
85
 
85
86
  // Background color
86
87
  --pf-global--BackgroundColor--100: #{$pf-global--BackgroundColor--100};
88
+ --pf-global--BackgroundColor--150: #{$pf-global--BackgroundColor--150};
87
89
  --pf-global--BackgroundColor--200: #{$pf-global--BackgroundColor--200};
88
90
  --pf-global--BackgroundColor--light-100: #{$pf-global--BackgroundColor--light-100};
89
91
  --pf-global--BackgroundColor--light-200: #{$pf-global--BackgroundColor--light-200};
@@ -306,3 +308,10 @@
306
308
  --pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhatVF--heading--sans-serif);
307
309
  --pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhatVF--monospace);
308
310
  }
311
+
312
+ // stylelint-disable no-invalid-position-at-import-rule
313
+ @import "./themes/dark/variables";
314
+
315
+ @include pf-theme-dark($pf-theme-dark-prefix: ":root") {
316
+ @include _variables;
317
+ }
@@ -123,4 +123,8 @@ a {
123
123
 
124
124
  .pf-m-overpass-font a {
125
125
  font-weight: var(--pf-global--FontWeight--semi-bold);
126
+ }
127
+
128
+ :root:where(.pf-theme-dark) {
129
+ color-scheme: dark;
126
130
  }
@@ -57,6 +57,7 @@
57
57
  --pf-global--palette--light-green-500: #6ca100;
58
58
  --pf-global--palette--light-green-600: #486b00;
59
59
  --pf-global--palette--light-green-700: #253600;
60
+ --pf-global--palette--orange-50: #fff6ec;
60
61
  --pf-global--palette--orange-100: #f4b678;
61
62
  --pf-global--palette--orange-200: #ef9234;
62
63
  --pf-global--palette--orange-300: #ec7a08;
@@ -80,6 +81,7 @@
80
81
  --pf-global--palette--red-500: #2c0000;
81
82
  --pf-global--palette--white: #fff;
82
83
  --pf-global--BackgroundColor--100: #fff;
84
+ --pf-global--BackgroundColor--150: #fafafa;
83
85
  --pf-global--BackgroundColor--200: #f0f0f0;
84
86
  --pf-global--BackgroundColor--light-100: #fff;
85
87
  --pf-global--BackgroundColor--light-200: #fafafa;
@@ -253,4 +255,87 @@
253
255
  --pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--redhatVF--sans-serif);
254
256
  --pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--redhatVF--heading--sans-serif);
255
257
  --pf-global--FontFamily--monospace: var(--pf-global--FontFamily--redhatVF--monospace);
258
+ }
259
+
260
+ :root:where(.pf-theme-dark) {
261
+ --pf-global--palette--black-50: #e0e0e0;
262
+ --pf-global--palette--black-100: #c6c7c8;
263
+ --pf-global--palette--black-200: #aaabac;
264
+ --pf-global--palette--black-300: #868789;
265
+ --pf-global--palette--black-400: #57585a;
266
+ --pf-global--palette--black-500: #444548;
267
+ --pf-global--palette--black-600: #36373a;
268
+ --pf-global--palette--black-700: #26292d;
269
+ --pf-global--palette--black-800: #1b1d21;
270
+ --pf-global--palette--black-900: #0f1214;
271
+ --pf-global--palette--red-9999: #fe5142;
272
+ --pf-global--palette--red-8888: #fe6a5d;
273
+ --pf-global--palette--blue-300: #1fa7f8;
274
+ --pf-global--BackgroundColor--100: #1b1d21;
275
+ --pf-global--BackgroundColor--150: #212427;
276
+ --pf-global--BackgroundColor--200: #0f1214;
277
+ --pf-global--BackgroundColor--300: #26292d;
278
+ --pf-global--BackgroundColor--400: #36373a;
279
+ --pf-global--BorderColor--100: #444548;
280
+ --pf-global--BorderColor--200: #444548;
281
+ --pf-global--BorderColor--300: #57585a;
282
+ --pf-global--BorderColor--400: #aaabac;
283
+ --pf-global--Color--100: #fff;
284
+ --pf-global--Color--200: #aaabac;
285
+ --pf-global--active-color--100: #1fa7f8;
286
+ --pf-global--primary-color--100: #1fa7f8;
287
+ --pf-global--primary-color--300: #06c;
288
+ --pf-global--success-color--100: #5ba352;
289
+ --pf-global--warning-color--100: #f0ab00;
290
+ --pf-global--warning-color--200: #f4c145;
291
+ --pf-global--danger-color--100: #fe5142;
292
+ --pf-global--danger-color--200: #fe6a5d;
293
+ --pf-global--link--Color: #1fa7f8;
294
+ --pf-global--link--Color--hover: #73bcf7;
295
+ --pf-global--disabled-color--100: #57585a;
296
+ --pf-global--disabled-color--200: #444548;
297
+ --pf-global--disabled-color--300: #aaabac;
298
+ --pf-global--icon--Color--light: #aaabac;
299
+ --pf-global--icon--Color--dark: #aaabac;
300
+ --pf-global--Color--dark-100: #fff;
301
+ --pf-global--Color--dark-200: #aaabac;
302
+ --pf-global--Color--light-100: #fff;
303
+ --pf-global--Color--light-200: #aaabac;
304
+ --pf-global--Color--light-300: #3c3f42;
305
+ --pf-global--BorderColor--dark-100: #444548;
306
+ --pf-global--BorderColor--light-100: #444548;
307
+ --pf-global--primary-color--light-100: #1fa7f8;
308
+ --pf-global--primary-color--dark-100: #1fa7f8;
309
+ --pf-global--link--Color--light: #1fa7f8;
310
+ --pf-global--link--Color--light--hover: #73bcf7;
311
+ --pf-global--link--Color--dark: #1fa7f8;
312
+ --pf-global--link--Color--dark--hover: #73bcf7;
313
+ --pf-global--BackgroundColor--light-100: #1b1d21;
314
+ --pf-global--BackgroundColor--light-200: #0f1214;
315
+ --pf-global--BackgroundColor--light-300: #26292d;
316
+ --pf-global--BackgroundColor--dark-100: #1b1d21;
317
+ --pf-global--BackgroundColor--dark-200: #0f1214;
318
+ --pf-global--BackgroundColor--dark-300: #26292d;
319
+ --pf-global--BackgroundColor--dark-400: #36373a;
320
+ --pf-global--BoxShadow--sm: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.48), 0 0 0.125rem 0 rgba(3, 3, 3, 0.24);
321
+ --pf-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
322
+ --pf-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
323
+ --pf-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
324
+ --pf-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
325
+ --pf-global--BoxShadow--md: 0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.48), 0 0 0.25rem 0 rgba(3, 3, 3, 0.24);
326
+ --pf-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
327
+ --pf-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
328
+ --pf-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
329
+ --pf-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
330
+ --pf-global--BoxShadow--lg: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.64), 0 0 0.375rem 0 rgba(3, 3, 3, 0.32);
331
+ --pf-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
332
+ --pf-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
333
+ --pf-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
334
+ --pf-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
335
+ --pf-global--BoxShadow--xl: 0 1rem 2rem 0 rgba(3, 3, 3, 0.64), 0 0 0.5rem 0 rgba(3, 3, 3, 0.4);
336
+ --pf-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
337
+ --pf-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
338
+ --pf-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
339
+ --pf-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
340
+ --pf-global--BoxShadow--inset: inset 0 0 0.625rem 0 #030303;
256
341
  }
@@ -260,4 +260,32 @@
260
260
  background-size: var(--pf-c-about-modal-box__hero--sm--BackgroundSize);
261
261
  grid-area: hero;
262
262
  }
263
+ }
264
+
265
+ :where(.pf-theme-dark) .pf-c-about-modal-box {
266
+ --pf-global--Color--100: #fff;
267
+ --pf-global--Color--200: #aaabac;
268
+ --pf-global--BorderColor--100: #444548;
269
+ --pf-global--primary-color--100: #1fa7f8;
270
+ --pf-global--link--Color: #1fa7f8;
271
+ --pf-global--link--Color--hover: #73bcf7;
272
+ --pf-global--BackgroundColor--100: #1b1d21;
273
+ }
274
+ :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button {
275
+ --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
276
+ --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
277
+ --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
278
+ --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
279
+ --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
280
+ --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
281
+ --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
282
+ --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
283
+ --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
284
+ --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
285
+ --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
286
+ --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
287
+ }
288
+
289
+ :where(.pf-theme-dark) .pf-c-about-modal-box {
290
+ color: var(--pf-global--Color--100);
263
291
  }
@@ -254,3 +254,10 @@
254
254
  grid-area: hero;
255
255
  }
256
256
  }
257
+
258
+ // stylelint-disable no-invalid-position-at-import-rule
259
+ @import "themes/dark/about-modal-box";
260
+
261
+ @include pf-theme-dark {
262
+ @include pf-theme-dark-about-modal-box;
263
+ }
@@ -1,9 +1,7 @@
1
- @mixin about-modal-box() {
2
- .pf-c-about-modal-box {
3
- --pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
4
- --pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
5
- --pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--300);
1
+ @import "../../../../sass-utilities/themes/dark/all";
6
2
 
7
- @include pf-t-dark();
3
+ @mixin pf-theme-dark-about-modal-box() {
4
+ .pf-c-about-modal-box {
5
+ @include pf-theme-dark--t-dark;
8
6
  }
9
7
  }
@@ -215,4 +215,10 @@
215
215
  }
216
216
  .pf-c-accordion__expanded-content-body + .pf-c-accordion__expanded-content-body {
217
217
  --pf-c-accordion__expanded-content-body--PaddingTop: var(--pf-c-accordion__expanded-content-body--expanded-content-body--PaddingTop);
218
+ }
219
+
220
+ :where(.pf-theme-dark) .pf-c-accordion {
221
+ --pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
222
+ --pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
223
+ --pf-c-accordion__toggle--active--BackgroundColor: var(--pf-global--BackgroundColor--300);
218
224
  }
@@ -256,3 +256,10 @@
256
256
  --pf-c-accordion__expanded-content-body--PaddingTop: var(--pf-c-accordion__expanded-content-body--expanded-content-body--PaddingTop);
257
257
  }
258
258
  }
259
+
260
+ // stylelint-disable no-invalid-position-at-import-rule
261
+ @import "themes/dark/accordion";
262
+
263
+ @include pf-theme-dark {
264
+ @include pf-theme-dark-accordion;
265
+ }
@@ -1,4 +1,6 @@
1
- @mixin accordion() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-accordion() {
2
4
  .pf-c-accordion {
3
5
  --pf-c-accordion__toggle--hover--BackgroundColor: var(--pf-global--BackgroundColor--300);
4
6
  --pf-c-accordion__toggle--focus--BackgroundColor: var(--pf-global--BackgroundColor--300);
@@ -201,4 +201,18 @@
201
201
 
202
202
  .pf-m-overpass-font .pf-c-alert__title {
203
203
  --pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--normal);
204
+ }
205
+
206
+ :where(.pf-theme-dark) .pf-c-alert {
207
+ --pf-c-alert--BackgroundColor: var(--pf-global--palette--black-600);
208
+ --pf-c-alert__title--Color: var(--pf-global--default-color--200);
209
+ --pf-c-alert--m-success__title--Color: var(--pf-global--success-color--100);
210
+ --pf-c-alert--m-danger__title--Color: var(--pf-global--danger-color--100);
211
+ --pf-c-alert--m-warning__title--Color: var(--pf-global--warning-color--100);
212
+ --pf-c-alert--m-info__title--Color: var(--pf-global--info-color--100);
213
+ --pf-c-alert--m-inline--BackgroundColor: var(--pf-global--palette--black-600);
214
+ --pf-c-alert--m-inline--m-success--BackgroundColor: var(--pf-global--palette--black-600);
215
+ --pf-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-global--palette--black-600);
216
+ --pf-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-global--palette--black-600);
217
+ --pf-c-alert--m-inline--m-info--BackgroundColor: var(--pf-global--palette--black-600);
204
218
  }
@@ -246,3 +246,10 @@
246
246
  --pf-c-alert__title--FontWeight: var(--pf-global--FontWeight--normal);
247
247
  }
248
248
  }
249
+
250
+ // stylelint-disable no-invalid-position-at-import-rule
251
+ @import "themes/dark/alert";
252
+
253
+ @include pf-theme-dark {
254
+ @include pf-theme-dark-alert;
255
+ }
@@ -1,4 +1,6 @@
1
- @mixin alert() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-alert() {
2
4
  .pf-c-alert {
3
5
  --pf-c-alert--BackgroundColor: var(--pf-global--palette--black-600);
4
6
  --pf-c-alert__title--Color: var(--pf-global--default-color--200);
@@ -209,4 +209,16 @@
209
209
  font-size: var(--pf-c-app-launcher__group-title--FontSize);
210
210
  font-weight: var(--pf-c-app-launcher__group-title--FontWeight);
211
211
  color: var(--pf-c-app-launcher__group-title--Color);
212
+ }
213
+
214
+ :where(.pf-theme-dark) .pf-c-app-launcher {
215
+ --pf-c-app-launcher__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
216
+ --pf-c-app-launcher__menu--Top: 100%;
217
+ --pf-c-app-launcher__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
218
+ --pf-c-app-launcher__menu-item--disabled--Color: var(--pf-global--palette--black-300);
219
+ --pf-c-app-launcher__menu-item--m-action--Color: var(--pf-global--Color--200);
220
+ --pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--Color: var(--pf-global--palette--gold-300);
221
+ --pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--hover--Color: var(--pf-global--palette--gold-100);
222
+ --pf-c-app-launcher__group-title--FontSize: var(--pf-global--FontSize--xs);
223
+ --pf-c-app-launcher__group-title--FontWeight: var(--pf-global--FontWeight--bold);
212
224
  }
@@ -274,3 +274,10 @@
274
274
  font-weight: var(--pf-c-app-launcher__group-title--FontWeight);
275
275
  color: var(--pf-c-app-launcher__group-title--Color);
276
276
  }
277
+
278
+ // stylelint-disable no-invalid-position-at-import-rule
279
+ @import "themes/dark/app-launcher";
280
+
281
+ @include pf-theme-dark {
282
+ @include pf-theme-dark-app-launcher;
283
+ }
@@ -1,4 +1,6 @@
1
- @mixin app-launcher() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-app-launcher() {
2
4
  .pf-c-app-launcher {
3
5
  --pf-c-app-launcher__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
4
6
  --pf-c-app-launcher__menu--Top: 100%;
@@ -28,4 +28,9 @@
28
28
  .pf-c-badge.pf-m-unread {
29
29
  --pf-c-badge--Color: var(--pf-c-badge--m-unread--Color);
30
30
  --pf-c-badge--BackgroundColor: var(--pf-c-badge--m-unread--BackgroundColor);
31
+ }
32
+
33
+ :where(.pf-theme-dark) .pf-c-badge {
34
+ --pf-c-badge--m-read--BackgroundColor: var(--pf-global--palette--black-500);
35
+ --pf-c-badge--m-unread--BackgroundColor: var(--pf-global--primary-color--300);
31
36
  }
@@ -35,3 +35,10 @@
35
35
  --pf-c-badge--BackgroundColor: var(--pf-c-badge--m-unread--BackgroundColor);
36
36
  }
37
37
  }
38
+
39
+ // stylelint-disable no-invalid-position-at-import-rule
40
+ @import "themes/dark/badge";
41
+
42
+ @include pf-theme-dark {
43
+ @include pf-theme-dark-badge;
44
+ }
@@ -1,4 +1,6 @@
1
- @mixin badge() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-badge() {
2
4
  .pf-c-badge {
3
5
  --pf-c-badge--m-read--BackgroundColor: var(--pf-global--palette--black-500);
4
6
  --pf-c-badge--m-unread--BackgroundColor: var(--pf-global--primary-color--300);
@@ -124,4 +124,35 @@
124
124
  .pf-c-banner .pf-c-button.pf-m-inline:disabled, .pf-c-banner .pf-c-button.pf-m-inline.pf-m-disabled {
125
125
  --pf-c-banner--link--TextDecoration: var(--pf-c-banner--link--disabled--TextDecoration);
126
126
  cursor: not-allowed;
127
+ }
128
+
129
+ :where(.pf-theme-dark) .pf-c-banner {
130
+ --pf-global--Color--100: #fff;
131
+ --pf-global--Color--200: #aaabac;
132
+ --pf-global--BorderColor--100: #444548;
133
+ --pf-global--primary-color--100: #1fa7f8;
134
+ --pf-global--link--Color: #1fa7f8;
135
+ --pf-global--link--Color--hover: #73bcf7;
136
+ --pf-global--BackgroundColor--100: #1b1d21;
137
+ }
138
+ :where(.pf-theme-dark) .pf-c-banner .pf-c-button {
139
+ --pf-c-button--m-primary--Color: var(--pf-global--Color--light-100);
140
+ --pf-c-button--m-primary--hover--Color: var(--pf-global--Color--light-100);
141
+ --pf-c-button--m-primary--focus--Color: var(--pf-global--Color--light-100);
142
+ --pf-c-button--m-primary--active--Color: var(--pf-global--Color--light-100);
143
+ --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
144
+ --pf-c-button--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
145
+ --pf-c-button--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
146
+ --pf-c-button--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
147
+ --pf-c-button--m-secondary--Color: var(--pf-global--primary-color--100);
148
+ --pf-c-button--m-secondary--hover--Color: var(--pf-global--primary-color--100);
149
+ --pf-c-button--m-secondary--focus--Color: var(--pf-global--primary-color--100);
150
+ --pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
151
+ }
152
+
153
+ :where(.pf-theme-dark) .pf-c-banner {
154
+ color: var(--pf-global--Color--100);
155
+ }
156
+ :where(.pf-theme-dark) .pf-c-banner.pf-m-info, :where(.pf-theme-dark) .pf-c-banner.pf-m-danger, :where(.pf-theme-dark) .pf-c-banner.pf-m-success, :where(.pf-theme-dark) .pf-c-banner.pf-m-warning {
157
+ color: var(--pf-global--palette--black-900);
127
158
  }
@@ -108,3 +108,10 @@
108
108
  }
109
109
  }
110
110
  }
111
+
112
+ // stylelint-disable no-invalid-position-at-import-rule
113
+ @import "themes/dark/banner";
114
+
115
+ @include pf-theme-dark {
116
+ @include pf-theme-dark-banner;
117
+ }
@@ -1,4 +1,6 @@
1
- @mixin banner() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-banner() {
2
4
  .pf-c-banner {
3
5
  &.pf-m-info,
4
6
  &.pf-m-danger,
@@ -7,6 +9,6 @@
7
9
  color: var(--pf-global--palette--black-900);
8
10
  }
9
11
 
10
- @include pf-t-dark;
12
+ @include pf-theme-dark--t-dark;
11
13
  }
12
14
  }
@@ -93,4 +93,8 @@ button.pf-c-breadcrumb__link {
93
93
  .pf-c-breadcrumb__list > :first-child .pf-c-breadcrumb__item-divider {
94
94
  display: none;
95
95
  visibility: hidden;
96
+ }
97
+
98
+ :where(.pf-theme-dark) .pf-c-breadcrumb {
99
+ --pf-c-breadcrumb__item-divider--Color: var(--pf-global--BorderColor--100);
96
100
  }
@@ -125,3 +125,10 @@
125
125
  display: none;
126
126
  visibility: hidden;
127
127
  }
128
+
129
+ // stylelint-disable no-invalid-position-at-import-rule
130
+ @import "themes/dark/breadcrumb";
131
+
132
+ @include pf-theme-dark {
133
+ @include pf-theme-dark-breadcrumb;
134
+ }
@@ -1,4 +1,6 @@
1
- @mixin breadcrumb() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-breadcrumb() {
2
4
  .pf-c-breadcrumb {
3
5
  --pf-c-breadcrumb__item-divider--Color: var(--pf-global--BorderColor--100);
4
6
  }
@@ -474,4 +474,42 @@
474
474
 
475
475
  .pf-m-overpass-font .pf-c-button {
476
476
  --pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
477
+ }
478
+
479
+ :where(.pf-theme-dark) .pf-c-button {
480
+ --pf-c-button--disabled--Color: var(--pf-global--disabled-color--300);
481
+ --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300);
482
+ --pf-c-button--m-tertiary--after--BorderColor: var(--pf-global--BorderColor--100);
483
+ --pf-c-button--m-tertiary--Color: var(--pf-global--palette--black-100);
484
+ --pf-c-button--m-tertiary--hover--after--BorderColor: var(--pf-global--BorderColor--100);
485
+ --pf-c-button--m-tertiary--hover--Color: var(--pf-global--palette--black-100);
486
+ --pf-c-button--m-tertiary--focus--after--BorderColor: var(--pf-global--BorderColor--100);
487
+ --pf-c-button--m-tertiary--focus--Color: var(--pf-global--palette--black-100);
488
+ --pf-c-button--m-tertiary--active--after--BorderColor: var(--pf-global--BorderColor--100);
489
+ --pf-c-button--m-tertiary--active--Color: var(--pf-global--palette--black-100);
490
+ --pf-c-button--m-warning--hover--BackgroundColor: var(--pf-global--warning-color--200);
491
+ --pf-c-button--m-warning--focus--BackgroundColor: var(--pf-global--warning-color--200);
492
+ --pf-c-button--m-warning--active--BackgroundColor: var(--pf-global--warning-color--200);
493
+ --pf-c-button--m-danger--Color: var(--pf-global--palette--black-900);
494
+ --pf-c-button--m-danger--hover--Color: var(--pf-global--palette--black-900);
495
+ --pf-c-button--m-danger--focus--Color: var(--pf-global--palette--black-900);
496
+ --pf-c-button--m-danger--active--Color: var(--pf-global--palette--black-900);
497
+ --pf-c-button--m-control--BackgroundColor: var(--pf-global--BackgroundColor--400);
498
+ --pf-c-button--m-control--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
499
+ --pf-c-button--m-control--active--BackgroundColor: var(--pf-global--BackgroundColor--400);
500
+ --pf-c-button--m-control--focus--BackgroundColor: var(--pf-global--BackgroundColor--400);
501
+ --pf-c-button--m-control--m-expanded--BackgroundColor: var(--pf-global--BackgroundColor--400);
502
+ --pf-c-button--m-control--after--BorderTopColor: transparent;
503
+ --pf-c-button--m-control--after--BorderRightColor: transparent;
504
+ --pf-c-button--m-control--after--BorderBottomColor: var(--pf-global--BorderColor--400);
505
+ --pf-c-button--m-control--after--BorderLeftColor: transparent;
506
+ --pf-c-button--m-control--hover--after--BorderBottomColor: var(--pf-global--primary-color--100);
507
+ --pf-c-button--m-control--active--after--BorderBottomColor: var(--pf-global--primary-color--100);
508
+ --pf-c-button--m-control--focus--after--BorderBottomColor: var(--pf-global--primary-color--100);
509
+ --pf-c-button--m-control--m-expanded--after--BorderBottomColor: var(--pf-global--primary-color--100);
510
+ --pf-c-button--m-control--disabled--BackgroundColor: var(--pf-global--disabled-color--200);
511
+ }
512
+ :where(.pf-theme-dark) .pf-c-button.pf-m-control:disabled::after {
513
+ border: 0;
514
+ border-bottom: var(--pf-global--BorderWidth--sm) solid var(--pf-global--palette--black-700);
477
515
  }
@@ -626,3 +626,10 @@
626
626
  --pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
627
627
  }
628
628
  }
629
+
630
+ // stylelint-disable no-invalid-position-at-import-rule
631
+ @import "themes/dark/button";
632
+
633
+ @include pf-theme-dark {
634
+ @include pf-theme-dark-button;
635
+ }
@@ -1,4 +1,6 @@
1
- @mixin button() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-button() {
2
4
  .pf-c-button {
3
5
  --pf-c-button--disabled--Color: var(--pf-global--disabled-color--300);
4
6
  --pf-c-button--m-primary--BackgroundColor: var(--pf-global--primary-color--300); // should blue-400 be a primary-color?
@@ -196,4 +196,26 @@
196
196
  pointer-events: none;
197
197
  --pf-c-calendar-month__date--Color: var(--pf-c-calendar-month__date--disabled--Color);
198
198
  --pf-c-calendar-month__date--hover--focus--BorderColor: transparent;
199
+ }
200
+
201
+ :where(.pf-theme-dark) .pf-c-calendar-month {
202
+ --pf-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-global--palette--black-500);
203
+ --pf-c-calendar-month__dates-cell--m-selected__date--BackgroundColor: var(--pf-global--primary-color--300);
204
+ --pf-c-calendar-month__dates-cell--m-selected__date--hover--BackgroundColor: var(--pf-global--palette--black-900);
205
+ --pf-c-calendar-month__dates-cell--m-selected__date--focus--BackgroundColor: var(--pf-global--palette--blue-400);
206
+ --pf-c-calendar-month__dates-cell--m-in-range--before--BackgroundColor: var(--pf-global--BackgroundColor--200);
207
+ --pf-c-calendar-month__dates-cell--m-in-range__date--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
208
+ --pf-c-calendar-month__dates-cell--m-in-range__date--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
209
+ --pf-c-calendar-month__date--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
210
+ --pf-c-calendar-month__date--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
211
+ --pf-c-calendar-month__date--focus--after--BorderColor: transparent;
212
+ }
213
+ :where(.pf-theme-dark) .pf-c-calendar-month__date:hover, :where(.pf-theme-dark) .pf-c-calendar-month__date.pf-m-hover {
214
+ --pf-c-calendar-month__date--after--BorderColor: var(--pf-global--BorderColor--100);
215
+ --pf-c-calendar-month__date--after--BorderWidth: var(--pf-global--BorderWidth--sm);
216
+ }
217
+ :where(.pf-theme-dark) .pf-c-calendar-month__date:focus, :where(.pf-theme-dark) .pf-c-calendar-month__date.pf-m-focus {
218
+ --pf-c-calendar-month__date--after--BorderColor: var(--pf-global--active-color--100);
219
+ --pf-c-calendar-month__date--after--BorderWidth: var(--pf-global--BorderWidth--sm);
220
+ --pf-c-calendar-month__date--BackgroundColor: var(--pf-global--primary-color--300);
199
221
  }
@@ -220,3 +220,10 @@
220
220
  --pf-c-calendar-month__date--hover--focus--BorderColor: transparent;
221
221
  }
222
222
  }
223
+
224
+ // stylelint-disable no-invalid-position-at-import-rule
225
+ @import "themes/dark/calendar-month";
226
+
227
+ @include pf-theme-dark {
228
+ @include pf-theme-dark-calendar-month;
229
+ }
@@ -1,4 +1,6 @@
1
- @mixin calendar-month() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-calendar-month() {
2
4
  .pf-c-calendar-month {
3
5
  --pf-c-calendar-month__dates-cell--m-current__date--BackgroundColor: var(--pf-global--palette--black-500);
4
6
  --pf-c-calendar-month__dates-cell--m-selected__date--BackgroundColor: var(--pf-global--primary-color--300);
@@ -95,4 +95,10 @@
95
95
  .pf-c-chip__icon + .pf-c-chip__text,
96
96
  .pf-c-chip__text + .pf-c-chip__icon {
97
97
  margin-left: var(--pf-c-chip__icon--MarginLeft);
98
+ }
99
+
100
+ :where(.pf-theme-dark) .pf-c-chip {
101
+ --pf-c-chip--BackgroundColor: var(--pf-global--BackgroundColor--100);
102
+ --pf-c-chip--before--BorderColor: var(--pf-global--BorderColor--100);
103
+ --pf-c-chip--m-draggable--BackgroundColor: var(--pf-global--palette--black-600);
98
104
  }
@@ -112,3 +112,10 @@
112
112
  .pf-c-chip__text + .pf-c-chip__icon {
113
113
  margin-left: var(--pf-c-chip__icon--MarginLeft);
114
114
  }
115
+
116
+ // stylelint-disable no-invalid-position-at-import-rule
117
+ @import "themes/dark/chip";
118
+
119
+ @include pf-theme-dark {
120
+ @include pf-theme-dark-chip;
121
+ }
@@ -1,4 +1,6 @@
1
- @mixin chip() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-chip() {
2
4
  .pf-c-chip {
3
5
  --pf-c-chip--BackgroundColor: var(--pf-global--BackgroundColor--100);
4
6
  --pf-c-chip--before--BorderColor: var(--pf-global--BorderColor--100);
@@ -86,4 +86,15 @@
86
86
  --pf-c-button--PaddingRight: var(--pf-c-clipboard-copy__actions-item--button--PaddingRight);
87
87
  --pf-c-button--PaddingBottom: var(--pf-c-clipboard-copy__actions-item--button--PaddingBottom);
88
88
  --pf-c-button--PaddingLeft: var(--pf-c-clipboard-copy__actions-item--button--PaddingLeft);
89
+ }
90
+
91
+ :where(.pf-theme-dark) .pf-c-clipboard-copy {
92
+ --pf-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-global--BackgroundColor--400);
93
+ }
94
+ :where(.pf-theme-dark) .pf-c-clipboard-copy__group > * + * {
95
+ margin-left: 0;
96
+ border-left: 1px solid var(--pf-global--palette--black-700) !important;
97
+ }
98
+ :where(.pf-theme-dark) .pf-c-clipboard-copy__expandable-content {
99
+ border: 0;
89
100
  }
@@ -106,3 +106,10 @@
106
106
  --pf-c-button--PaddingLeft: var(--pf-c-clipboard-copy__actions-item--button--PaddingLeft);
107
107
  }
108
108
  }
109
+
110
+ // stylelint-disable no-invalid-position-at-import-rule
111
+ @import "themes/dark/clipboard-copy";
112
+
113
+ @include pf-theme-dark {
114
+ @include pf-theme-dark-clipboard-copy;
115
+ }
@@ -1,4 +1,6 @@
1
- @mixin clipboard-copy() {
1
+ @import "../../../../sass-utilities/themes/dark/all";
2
+
3
+ @mixin pf-theme-dark-clipboard-copy() {
2
4
  .pf-c-clipboard-copy {
3
5
  --pf-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-global--BackgroundColor--400);
4
6
  }
@@ -133,4 +133,8 @@
133
133
 
134
134
  .pf-c-code-editor__tab-icon + .pf-c-code-editor__tab-text {
135
135
  margin-left: var(--pf-c-code-editor__tab-icon--text--MarginLeft);
136
+ }
137
+
138
+ :where(.pf-theme-dark) .pf-c-code-editor__controls > * + * {
139
+ border-left: 1px solid var(--pf-global--palette--black-700);
136
140
  }