@patternfly/react-styles 6.0.0-alpha.20 → 6.0.0-alpha.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (205) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +64 -64
  3. package/css/components/Accordion/accordion.css +40 -40
  4. package/css/components/ActionList/action-list.css +1 -1
  5. package/css/components/Alert/alert-group.css +15 -15
  6. package/css/components/Alert/alert.css +47 -47
  7. package/css/components/Avatar/avatar.css +1 -1
  8. package/css/components/BackToTop/back-to-top.css +16 -16
  9. package/css/components/Backdrop/backdrop.css +1 -2
  10. package/css/components/BackgroundImage/background-image.css +1 -2
  11. package/css/components/Badge/badge.css +7 -7
  12. package/css/components/Banner/banner.css +14 -14
  13. package/css/components/Breadcrumb/breadcrumb.css +16 -17
  14. package/css/components/Breadcrumb/breadcrumb.d.ts +1 -1
  15. package/css/components/Breadcrumb/breadcrumb.js +1 -1
  16. package/css/components/Breadcrumb/breadcrumb.mjs +1 -1
  17. package/css/components/Button/button.css +94 -95
  18. package/css/components/CalendarMonth/calendar-month.css +43 -44
  19. package/css/components/Card/card.css +60 -61
  20. package/css/components/Check/check.css +3 -4
  21. package/css/components/ClipboardCopy/clipboard-copy.css +37 -38
  22. package/css/components/CodeBlock/code-block.css +20 -20
  23. package/css/components/CodeEditor/code-editor.css +34 -34
  24. package/css/components/Content/content.css +155 -130
  25. package/css/components/Content/content.d.ts +19 -0
  26. package/css/components/Content/content.js +19 -0
  27. package/css/components/Content/content.mjs +19 -0
  28. package/css/components/DataList/data-list-grid.css +98 -98
  29. package/css/components/DataList/data-list.css +282 -285
  30. package/css/components/DataList/data-list.d.ts +11 -11
  31. package/css/components/DataList/data-list.js +11 -11
  32. package/css/components/DataList/data-list.mjs +11 -11
  33. package/css/components/DatePicker/date-picker.css +15 -16
  34. package/css/components/DescriptionList/description-list.css +13 -13
  35. package/css/components/Divider/divider.css +27 -31
  36. package/css/components/DragDrop/drag-drop.css +2 -2
  37. package/css/components/Drawer/drawer.css +87 -90
  38. package/css/components/DualListSelector/dual-list-selector.css +60 -59
  39. package/css/components/EmptyState/empty-state.css +33 -33
  40. package/css/components/ExpandableSection/expandable-section.css +49 -49
  41. package/css/components/FileUpload/file-upload.css +1 -2
  42. package/css/components/Form/form.css +107 -108
  43. package/css/components/FormControl/form-control.css +45 -46
  44. package/css/components/HelperText/helper-text.css +3 -3
  45. package/css/components/Hint/hint.css +19 -18
  46. package/css/components/Hint/hint.d.ts +1 -2
  47. package/css/components/Hint/hint.js +1 -2
  48. package/css/components/Hint/hint.mjs +1 -2
  49. package/css/components/Icon/icon.css +1 -2
  50. package/css/components/InlineEdit/inline-edit.css +11 -12
  51. package/css/components/InputGroup/input-group.css +17 -18
  52. package/css/components/JumpLinks/jump-links.css +76 -77
  53. package/css/components/Label/label-group.css +27 -28
  54. package/css/components/Label/label.css +31 -32
  55. package/css/components/List/list.css +27 -27
  56. package/css/components/LogViewer/log-viewer.css +53 -77
  57. package/css/components/LogViewer/log-viewer.d.ts +0 -2
  58. package/css/components/LogViewer/log-viewer.js +0 -2
  59. package/css/components/LogViewer/log-viewer.mjs +0 -2
  60. package/css/components/Login/login.css +99 -104
  61. package/css/components/Login/login.d.ts +1 -1
  62. package/css/components/Login/login.js +1 -1
  63. package/css/components/Login/login.mjs +1 -1
  64. package/css/components/Masthead/masthead.css +1 -2
  65. package/css/components/Menu/menu.css +128 -84
  66. package/css/components/MenuToggle/menu-toggle.css +59 -60
  67. package/css/components/ModalBox/modal-box.css +41 -41
  68. package/css/components/MultipleFileUpload/multiple-file-upload.css +33 -34
  69. package/css/components/Nav/nav.css +1 -2
  70. package/css/components/NotificationBadge/notification-badge.css +17 -17
  71. package/css/components/NotificationDrawer/notification-drawer.css +42 -43
  72. package/css/components/NumberInput/number-input.css +8 -12
  73. package/css/components/OverflowMenu/overflow-menu.css +1 -1
  74. package/css/components/Page/page.css +146 -365
  75. package/css/components/Page/page.d.ts +0 -25
  76. package/css/components/Page/page.js +0 -25
  77. package/css/components/Page/page.mjs +0 -25
  78. package/css/components/Pagination/pagination.css +35 -38
  79. package/css/components/Panel/panel.css +25 -26
  80. package/css/components/Popover/popover.css +48 -48
  81. package/css/components/Progress/progress.css +5 -6
  82. package/css/components/ProgressStepper/progress-stepper.css +227 -229
  83. package/css/components/Radio/radio.css +7 -8
  84. package/css/components/Sidebar/sidebar.css +45 -46
  85. package/css/components/SimpleList/simple-list.css +19 -19
  86. package/css/components/Skeleton/skeleton.css +5 -6
  87. package/css/components/SkipToContent/skip-to-content.css +5 -5
  88. package/css/components/Slider/slider.css +26 -27
  89. package/css/components/Spinner/spinner.css +1 -2
  90. package/css/components/Switch/switch.css +5 -6
  91. package/css/components/TabContent/tab-content.css +25 -26
  92. package/css/components/Table/table-grid.css +404 -404
  93. package/css/components/Table/table-scrollable.css +17 -18
  94. package/css/components/Table/table-tree-view.css +257 -258
  95. package/css/components/Table/table-tree-view.d.ts +1 -1
  96. package/css/components/Table/table-tree-view.js +1 -1
  97. package/css/components/Table/table-tree-view.mjs +1 -1
  98. package/css/components/Table/table.css +174 -173
  99. package/css/components/Table/table.d.ts +7 -7
  100. package/css/components/Table/table.js +7 -7
  101. package/css/components/Table/table.mjs +7 -7
  102. package/css/components/Tabs/tabs.css +119 -120
  103. package/css/components/TextInputGroup/text-input-group.css +28 -29
  104. package/css/components/TextInputGroup/text-input-group.d.ts +1 -1
  105. package/css/components/TextInputGroup/text-input-group.js +1 -1
  106. package/css/components/TextInputGroup/text-input-group.mjs +1 -1
  107. package/css/components/Tile/tile.css +14 -15
  108. package/css/components/Timestamp/timestamp.css +1 -1
  109. package/css/components/Title/title.css +1 -1
  110. package/css/components/ToggleGroup/toggle-group.css +29 -30
  111. package/css/components/Toolbar/toolbar.css +250 -132
  112. package/css/components/Toolbar/toolbar.d.ts +2 -2
  113. package/css/components/Toolbar/toolbar.js +2 -2
  114. package/css/components/Toolbar/toolbar.mjs +2 -2
  115. package/css/components/Tooltip/tooltip.css +27 -27
  116. package/css/components/TreeView/tree-view.css +182 -183
  117. package/css/components/Truncate/truncate.css +1 -2
  118. package/css/components/Wizard/wizard.css +158 -140
  119. package/css/components/Wizard/wizard.d.ts +5 -2
  120. package/css/components/Wizard/wizard.js +5 -2
  121. package/css/components/Wizard/wizard.mjs +5 -2
  122. package/css/components/_index.css +23505 -0
  123. package/css/components/_index.d.ts +1497 -0
  124. package/css/components/_index.js +1498 -0
  125. package/css/components/_index.mjs +1496 -0
  126. package/css/docs/components/LogViewer/examples/LogViewer.css +9 -2
  127. package/css/docs/components/LogViewer/examples/LogViewer.d.ts +2 -0
  128. package/css/docs/components/LogViewer/examples/LogViewer.js +2 -0
  129. package/css/docs/components/LogViewer/examples/LogViewer.mjs +2 -0
  130. package/css/docs/components/Nav/examples/Navigation.css +0 -5
  131. package/css/docs/components/Nav/examples/Navigation.d.ts +0 -1
  132. package/css/docs/components/Nav/examples/Navigation.js +0 -1
  133. package/css/docs/components/Nav/examples/Navigation.mjs +0 -1
  134. package/css/docs/components/OverflowMenu/examples/overflow-menu.css +3 -27
  135. package/css/docs/components/Table/examples/Table.css +7 -0
  136. package/css/docs/components/Table/examples/Table.d.ts +2 -0
  137. package/css/docs/components/Table/examples/Table.js +2 -0
  138. package/css/docs/components/Table/examples/Table.mjs +2 -0
  139. package/css/docs/demos/Card/examples/Card.css +2 -2
  140. package/css/docs/demos/Toolbar/examples/Toolbar.css +1 -17
  141. package/css/docs/utilities/Alignment/examples/Alignment.css +2 -2
  142. package/css/docs/utilities/Display/examples/Display.css +3 -10
  143. package/css/docs/utilities/Display/examples/Display.d.ts +0 -8
  144. package/css/docs/utilities/Display/examples/Display.js +0 -8
  145. package/css/docs/utilities/Display/examples/Display.mjs +0 -8
  146. package/css/docs/utilities/Flex/examples/Flex.css +2 -2
  147. package/css/docs/utilities/Float/examples/Float.css +3 -3
  148. package/css/docs/utilities/Sizing/examples/Sizing.css +2 -2
  149. package/css/docs/utilities/Spacing/examples/Spacing.css +2 -2
  150. package/css/layouts/Bullseye/bullseye.css +1 -2
  151. package/css/layouts/Flex/flex.css +1 -2
  152. package/css/layouts/Gallery/gallery.css +1 -2
  153. package/css/layouts/Grid/grid.css +1 -2
  154. package/css/layouts/Level/level.css +1 -2
  155. package/css/layouts/Split/split.css +1 -2
  156. package/css/layouts/Stack/stack.css +1 -2
  157. package/css/layouts/_index.css +3454 -0
  158. package/css/layouts/_index.d.ts +846 -0
  159. package/css/layouts/_index.js +847 -0
  160. package/css/layouts/_index.mjs +845 -0
  161. package/css/utilities/BackgroundColor/{BackgroundColor.d.ts → background-color.d.ts} +1 -1
  162. package/css/utilities/BackgroundColor/{BackgroundColor.js → background-color.js} +1 -1
  163. package/css/utilities/BackgroundColor/{BackgroundColor.mjs → background-color.mjs} +1 -1
  164. package/css/utilities/Display/display.css +38 -0
  165. package/css/utilities/Display/display.d.ts +12 -0
  166. package/css/utilities/Display/display.js +12 -0
  167. package/css/utilities/Display/display.mjs +12 -0
  168. package/css/utilities/_index.css +7815 -0
  169. package/css/utilities/_index.d.ts +1671 -0
  170. package/css/utilities/_index.js +1672 -0
  171. package/css/utilities/_index.mjs +1670 -0
  172. package/package.json +3 -3
  173. package/css/components/AppLauncher/app-launcher.css +0 -244
  174. package/css/components/AppLauncher/app-launcher.d.ts +0 -29
  175. package/css/components/AppLauncher/app-launcher.js +0 -30
  176. package/css/components/AppLauncher/app-launcher.mjs +0 -28
  177. package/css/components/Chip/chip-group.css +0 -93
  178. package/css/components/Chip/chip-group.d.ts +0 -13
  179. package/css/components/Chip/chip-group.js +0 -14
  180. package/css/components/Chip/chip-group.mjs +0 -12
  181. package/css/components/Chip/chip.css +0 -122
  182. package/css/components/Chip/chip.d.ts +0 -16
  183. package/css/components/Chip/chip.js +0 -17
  184. package/css/components/Chip/chip.mjs +0 -15
  185. package/css/components/ContextSelector/context-selector.css +0 -336
  186. package/css/components/ContextSelector/context-selector.d.ts +0 -25
  187. package/css/components/ContextSelector/context-selector.js +0 -26
  188. package/css/components/ContextSelector/context-selector.mjs +0 -24
  189. package/css/components/Dropdown/dropdown.css +0 -686
  190. package/css/components/Dropdown/dropdown.d.ts +0 -55
  191. package/css/components/Dropdown/dropdown.js +0 -56
  192. package/css/components/Dropdown/dropdown.mjs +0 -54
  193. package/css/components/OptionsMenu/options-menu.css +0 -279
  194. package/css/components/OptionsMenu/options-menu.d.ts +0 -27
  195. package/css/components/OptionsMenu/options-menu.js +0 -28
  196. package/css/components/OptionsMenu/options-menu.mjs +0 -26
  197. package/css/components/Select/select.css +0 -599
  198. package/css/components/Select/select.d.ts +0 -61
  199. package/css/components/Select/select.js +0 -62
  200. package/css/components/Select/select.mjs +0 -60
  201. package/css/docs/components/Page/deprecated/PageHeader.css +0 -17
  202. package/css/docs/components/Page/deprecated/PageHeader.d.ts +0 -12
  203. package/css/docs/components/Page/deprecated/PageHeader.js +0 -13
  204. package/css/docs/components/Page/deprecated/PageHeader.mjs +0 -11
  205. /package/css/utilities/BackgroundColor/{BackgroundColor.css → background-color.css} +0 -0
@@ -1,686 +0,0 @@
1
- .pf-v6-c-dropdown {
2
- --pf-v6-c-dropdown__toggle--PaddingTop: var(--pf-v6-global--spacer--form-element);
3
- --pf-v6-c-dropdown__toggle--PaddingRight: var(--pf-v6-global--spacer--sm);
4
- --pf-v6-c-dropdown__toggle--PaddingBottom: var(--pf-v6-global--spacer--form-element);
5
- --pf-v6-c-dropdown__toggle--PaddingLeft: var(--pf-v6-global--spacer--sm);
6
- --pf-v6-c-dropdown__toggle--ColumnGap: var(--pf-v6-global--spacer--sm);
7
- --pf-v6-c-dropdown__toggle--MinWidth: 0;
8
- --pf-v6-c-dropdown__toggle--FontSize: var(--pf-v6-global--FontSize--md);
9
- --pf-v6-c-dropdown__toggle--FontWeight: var(--pf-v6-global--FontWeight--normal);
10
- --pf-v6-c-dropdown__toggle--Color: var(--pf-v6-global--Color--100);
11
- --pf-v6-c-dropdown__toggle--LineHeight: var(--pf-v6-global--LineHeight--md);
12
- --pf-v6-c-dropdown__toggle--BackgroundColor: transparent;
13
- --pf-v6-c-dropdown__toggle--before--BorderWidth: var(--pf-v6-global--BorderWidth--sm);
14
- --pf-v6-c-dropdown__toggle--before--BorderTopColor: var(--pf-v6-global--BorderColor--300);
15
- --pf-v6-c-dropdown__toggle--before--BorderRightColor: var(--pf-v6-global--BorderColor--300);
16
- --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-global--BorderColor--200);
17
- --pf-v6-c-dropdown__toggle--before--BorderLeftColor: var(--pf-v6-global--BorderColor--300);
18
- --pf-v6-c-dropdown__toggle--hover--before--BorderBottomColor: var(--pf-v6-global--active-color--100);
19
- --pf-v6-c-dropdown__toggle--focus--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--md);
20
- --pf-v6-c-dropdown__toggle--focus--before--BorderBottomColor: var(--pf-v6-global--active-color--100);
21
- --pf-v6-c-dropdown__toggle--active--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--md);
22
- --pf-v6-c-dropdown__toggle--active--before--BorderBottomColor: var(--pf-v6-global--active-color--100);
23
- --pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--md);
24
- --pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomColor: var(--pf-v6-global--active-color--100);
25
- --pf-v6-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-v6-global--disabled-color--300);
26
- --pf-v6-c-dropdown__toggle--m-plain--Color: var(--pf-v6-global--Color--200);
27
- --pf-v6-c-dropdown__toggle--m-plain--hover--Color: var(--pf-v6-global--Color--100);
28
- --pf-v6-c-dropdown__toggle--m-plain--disabled--Color: var(--pf-v6-global--disabled-color--200);
29
- --pf-v6-c-dropdown__toggle--m-plain--PaddingRight: var(--pf-v6-global--spacer--md);
30
- --pf-v6-c-dropdown__toggle--m-plain--PaddingLeft: var(--pf-v6-global--spacer--md);
31
- --pf-v6-c-dropdown__toggle--m-plain--child--LineHeight: normal;
32
- --pf-v6-c-dropdown__toggle--m-primary--Color: var(--pf-v6-global--Color--light-100);
33
- --pf-v6-c-dropdown__toggle--m-primary--BorderRadius: var(--pf-v6-global--BorderRadius--sm);
34
- --pf-v6-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-v6-global--primary-color--100);
35
- --pf-v6-c-dropdown__toggle--m-primary--hover--BackgroundColor: var(--pf-v6-global--primary-color--200);
36
- --pf-v6-c-dropdown__toggle--m-primary--focus--BackgroundColor: var(--pf-v6-global--primary-color--200);
37
- --pf-v6-c-dropdown__toggle--m-primary--active--BackgroundColor: var(--pf-v6-global--primary-color--200);
38
- --pf-v6-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor: var(--pf-v6-global--primary-color--200);
39
- --pf-v6-c-dropdown__toggle--m-primary--disabled--Color: var(--pf-v6-global--Color--100);
40
- --pf-v6-c-dropdown__toggle--m-secondary--Color: var(--pf-v6-global--primary-color--100);
41
- --pf-v6-c-dropdown__toggle--m-secondary--BorderRadius: var(--pf-v6-global--BorderRadius--sm);
42
- --pf-v6-c-dropdown__toggle--m-secondary--BackgroundColor: transparent;
43
- --pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v6-global--BorderWidth--sm);
44
- --pf-v6-c-dropdown__toggle--m-secondary--hover--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
45
- --pf-v6-c-dropdown__toggle--m-secondary--focus--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
46
- --pf-v6-c-dropdown__toggle--m-secondary--active--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
47
- --pf-v6-c-dropdown__toggle--m-secondary--before--BorderColor: var(--pf-v6-global--primary-color--100);
48
- --pf-v6-c-dropdown__toggle--m-secondary--hover--before--BorderColor: var(--pf-v6-global--primary-color--100);
49
- --pf-v6-c-dropdown__toggle--m-secondary--focus--before--BorderColor: var(--pf-v6-global--primary-color--100);
50
- --pf-v6-c-dropdown__toggle--m-secondary--active--before--BorderColor: var(--pf-v6-global--primary-color--100);
51
- --pf-v6-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
52
- --pf-v6-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-v6-global--primary-color--100);
53
- --pf-v6-c-dropdown__toggle-button--Color: var(--pf-v6-global--Color--100);
54
- --pf-v6-c-dropdown__toggle-button--BackgroundColor: transparent;
55
- --pf-v6-c-dropdown__toggle-progress--Visibility: hidden;
56
- --pf-v6-c-dropdown__toggle-progress--c-spinner--diameter: var(--pf-v6-global--FontSize--sm);
57
- --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-v6-global--spacer--form-element);
58
- --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-v6-global--spacer--xs);
59
- --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingBottom: var(--pf-v6-global--spacer--form-element);
60
- --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v6-global--spacer--xs);
61
- --pf-v6-c-dropdown__toggle--m-split-button--child--BackgroundColor: transparent;
62
- --pf-v6-c-dropdown__toggle--m-split-button--first-child--PaddingLeft: var(--pf-v6-global--spacer--sm);
63
- --pf-v6-c-dropdown__toggle--m-split-button--last-child--PaddingRight: var(--pf-v6-global--spacer--sm);
64
- --pf-v6-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft: var(--pf-v6-global--spacer--sm);
65
- --pf-v6-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight: var(--pf-v6-global--spacer--sm);
66
- --pf-v6-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: calc(-1 * var(--pf-v6-global--BorderWidth--sm));
67
- --pf-v6-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft: var(--pf-v6-global--spacer--sm);
68
- --pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius: var(--pf-v6-global--BorderRadius--sm);
69
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius);
70
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-global--primary-color--100);
71
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--hover--BackgroundColor: var(--pf-v6-global--primary-color--200);
72
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--focus--BackgroundColor: var(--pf-v6-global--primary-color--200);
73
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--active--BackgroundColor: var(--pf-v6-global--primary-color--200);
74
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--m-expanded--BackgroundColor: var(--pf-v6-global--primary-color--200);
75
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftColor: var(--pf-v6-global--primary-color--200);
76
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth: var(--pf-v6-global--BorderWidth--sm);
77
- --pf-v6-c-dropdown--m-expanded__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
78
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--Color: var(--pf-v6-global--primary-color--100);
79
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--hover--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
80
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--focus--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
81
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--active--before--BorderWidth: var(--pf-v6-global--BorderWidth--md);
82
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base: var(--pf-v6-global--BorderWidth--sm);
83
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base: var(--pf-v6-global--primary-color--100);
84
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base);
85
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base);
86
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--hover--BorderWidth: var(--pf-v6-global--BorderWidth--md);
87
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--focus--BorderWidth: var(--pf-v6-global--BorderWidth--md);
88
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--active--BorderWidth: var(--pf-v6-global--BorderWidth--md);
89
- --pf-v6-c-dropdown__toggle-icon--LineHeight: var(--pf-v6-global--LineHeight--md);
90
- --pf-v6-c-dropdown__toggle-icon--PaddingRight: var(--pf-v6-global--spacer--sm);
91
- --pf-v6-c-dropdown__toggle-icon--PaddingLeft: var(--pf-v6-global--spacer--sm);
92
- --pf-v6-c-dropdown__toggle-icon--MarginLeft: 0;
93
- --pf-v6-c-dropdown--m-top--m-expanded__toggle-icon--Rotate: 180deg;
94
- --pf-v6-c-dropdown--m-plain__toggle-icon--Color: var(--pf-v6-global--Color--200);
95
- --pf-v6-c-dropdown--m-plain--hover__toggle-icon--Color: var(--pf-v6-global--Color--100);
96
- --pf-v6-c-dropdown__menu--BackgroundColor: var(--pf-v6-global--BackgroundColor--light-100);
97
- --pf-v6-c-dropdown__menu--BoxShadow: var(--pf-v6-global--BoxShadow--md);
98
- --pf-v6-c-dropdown__menu--PaddingTop: var(--pf-v6-global--spacer--sm);
99
- --pf-v6-c-dropdown__menu--PaddingBottom: var(--pf-v6-global--spacer--sm);
100
- --pf-v6-c-dropdown__menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
101
- --pf-v6-c-dropdown__menu--ZIndex: var(--pf-t--global--z-index--sm);
102
- --pf-v6-c-dropdown--m-top__menu--Top: 0;
103
- --pf-v6-c-dropdown--m-top__menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
104
- --pf-v6-c-dropdown__menu-item--BackgroundColor: transparent;
105
- --pf-v6-c-dropdown__menu-item--PaddingTop: var(--pf-v6-global--spacer--sm);
106
- --pf-v6-c-dropdown__menu-item--PaddingRight: var(--pf-v6-global--spacer--md);
107
- --pf-v6-c-dropdown__menu-item--PaddingBottom: var(--pf-v6-global--spacer--sm);
108
- --pf-v6-c-dropdown__menu-item--PaddingLeft: var(--pf-v6-global--spacer--md);
109
- --pf-v6-c-dropdown__menu-item--FontSize: var(--pf-v6-global--FontSize--md);
110
- --pf-v6-c-dropdown__menu-item--FontWeight: var(--pf-v6-global--FontWeight--normal);
111
- --pf-v6-c-dropdown__menu-item--LineHeight: var(--pf-v6-global--LineHeight--md);
112
- --pf-v6-c-dropdown__menu-item--Color: var(--pf-v6-global--Color--dark-100);
113
- --pf-v6-c-dropdown__menu-item--hover--Color: var(--pf-v6-global--Color--dark-100);
114
- --pf-v6-c-dropdown__menu-item--disabled--Color: var(--pf-v6-global--Color--dark-200);
115
- --pf-v6-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-v6-global--BackgroundColor--light-300);
116
- --pf-v6-c-dropdown__menu-item--disabled--BackgroundColor: transparent;
117
- --pf-v6-c-dropdown__menu-item--m-text--Color: var(--pf-v6-global--Color--dark-200);
118
- --pf-v6-c-dropdown__menu-item-icon--MarginRight: var(--pf-v6-global--spacer--sm);
119
- --pf-v6-c-dropdown__menu-item-icon--Width: var(--pf-v6-global--icon--FontSize--lg);
120
- --pf-v6-c-dropdown__menu-item-icon--Height: var(--pf-v6-global--icon--FontSize--lg);
121
- --pf-v6-c-dropdown__menu-item-description--FontSize: var(--pf-v6-global--FontSize--xs);
122
- --pf-v6-c-dropdown__menu-item-description--Color: var(--pf-v6-global--Color--dark-200);
123
- --pf-v6-c-dropdown__group--group--PaddingTop: var(--pf-v6-global--spacer--sm);
124
- --pf-v6-c-dropdown__group-title--PaddingTop: var(--pf-v6-global--spacer--sm);
125
- --pf-v6-c-dropdown__group-title--PaddingRight: var(--pf-v6-c-dropdown__menu-item--PaddingRight);
126
- --pf-v6-c-dropdown__group-title--PaddingBottom: var(--pf-v6-c-dropdown__menu-item--PaddingBottom);
127
- --pf-v6-c-dropdown__group-title--PaddingLeft: var(--pf-v6-c-dropdown__menu-item--PaddingLeft);
128
- --pf-v6-c-dropdown__group-title--FontSize: var(--pf-v6-global--FontSize--xs);
129
- --pf-v6-c-dropdown__group-title--FontWeight: var(--pf-v6-global--FontWeight--normal);
130
- --pf-v6-c-dropdown__group-title--Color: var(--pf-v6-global--Color--dark-200);
131
- --pf-v6-c-dropdown--c-divider--MarginTop: var(--pf-v6-global--spacer--sm);
132
- --pf-v6-c-dropdown--c-divider--MarginBottom: var(--pf-v6-global--spacer--sm);
133
- --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--PaddingRight: 0;
134
- --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--PaddingLeft: 0;
135
- --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--MarginLeft: var(--pf-v6-global--spacer--xs);
136
- --pf-v6-c-dropdown__toggle--c-badge__toggle-icon--MarginRight: 0;
137
- --pf-v6-c-dropdown--c-menu--Top: calc(100% + var(--pf-v6-global--spacer--xs));
138
- --pf-v6-c-dropdown--c-menu--ZIndex: var(--pf-t--global--z-index--sm);
139
- --pf-v6-c-dropdown--m-top--c-menu--Top: 0;
140
- --pf-v6-c-dropdown--m-top--c-menu--TranslateY: calc(-100% - var(--pf-v6-global--spacer--xs));
141
- --pf-v6-c-dropdown--m-full-height__toggle--before--BorderTopWidth: 0;
142
- --pf-v6-c-dropdown--m-full-height__toggle--expanded--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--xl);
143
- --pf-v6-c-dropdown--m-full-height__toggle--hover--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--xl);
144
- --pf-v6-c-dropdown--m-full-height__toggle--active--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--xl);
145
- --pf-v6-c-dropdown--m-full-height__toggle--focus--before--BorderBottomWidth: var(--pf-v6-global--BorderWidth--xl);
146
- --pf-v6-c-dropdown--m-full-height__toggle--PaddingRight: var(--pf-v6-global--spacer--lg);
147
- --pf-v6-c-dropdown--m-full-height__toggle--PaddingLeft: var(--pf-v6-global--spacer--lg);
148
- position: relative;
149
- display: inline-flex;
150
- align-items: flex-start;
151
- max-width: 100%;
152
- }
153
- .pf-v6-c-dropdown .pf-v6-c-divider {
154
- margin-block-start: var(--pf-v6-c-dropdown--c-divider--MarginTop);
155
- margin-block-end: var(--pf-v6-c-dropdown--c-divider--MarginBottom);
156
- }
157
- .pf-v6-c-dropdown .pf-v6-c-divider:last-child {
158
- --pf-v6-c-dropdown--c-divider--MarginBottom: 0;
159
- }
160
- .pf-v6-c-dropdown > .pf-v6-c-menu {
161
- position: absolute;
162
- inset-block-start: var(--pf-v6-c-dropdown--c-menu--Top);
163
- z-index: var(--pf-v6-c-dropdown--c-menu--ZIndex);
164
- }
165
- .pf-v6-c-dropdown.pf-m-full-height {
166
- --pf-v6-c-dropdown__toggle--PaddingRight: var(--pf-v6-c-dropdown--m-full-height__toggle--PaddingRight);
167
- --pf-v6-c-dropdown__toggle--PaddingLeft: var(--pf-v6-c-dropdown--m-full-height__toggle--PaddingLeft);
168
- --pf-v6-c-dropdown__toggle--active--before--BorderBottomWidth: var(--pf-v6-c-dropdown--m-full-height__toggle--active--before--BorderBottomWidth);
169
- --pf-v6-c-dropdown__toggle--focus--before--BorderBottomWidth: var(--pf-v6-c-dropdown--m-full-height__toggle--focus--before--BorderBottomWidth);
170
- --pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: var(--pf-v6-c-dropdown--m-full-height__toggle--expanded--before--BorderBottomWidth);
171
- display: inline-flex;
172
- align-items: center;
173
- height: 100%;
174
- }
175
- .pf-v6-c-dropdown.pf-m-full-height .pf-v6-c-dropdown__toggle {
176
- align-self: stretch;
177
- }
178
- .pf-v6-c-dropdown.pf-m-full-height .pf-v6-c-dropdown__toggle::before {
179
- border-block-start-width: var(--pf-v6-c-dropdown--m-full-height__toggle--before--BorderTopWidth);
180
- }
181
- .pf-v6-c-dropdown.pf-m-full-height:hover .pf-v6-c-dropdown__toggle::before {
182
- border-block-end-width: var(--pf-v6-c-dropdown--m-full-height__toggle--hover--before--BorderBottomWidth);
183
- }
184
- .pf-v6-c-dropdown.pf-m-expanded {
185
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--m-expanded--BackgroundColor);
186
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-c-dropdown--m-expanded__toggle--m-secondary--m-split-button--child--before--BorderWidth);
187
- }
188
-
189
- .pf-v6-c-dropdown__toggle {
190
- position: relative;
191
- display: inline-flex;
192
- column-gap: var(--pf-v6-c-dropdown__toggle--ColumnGap);
193
- align-items: center;
194
- min-width: var(--pf-v6-c-dropdown__toggle--MinWidth);
195
- max-width: 100%;
196
- padding-block-start: var(--pf-v6-c-dropdown__toggle--PaddingTop);
197
- padding-block-end: var(--pf-v6-c-dropdown__toggle--PaddingBottom);
198
- padding-inline-start: var(--pf-v6-c-dropdown__toggle--PaddingLeft);
199
- padding-inline-end: var(--pf-v6-c-dropdown__toggle--PaddingRight);
200
- font-size: var(--pf-v6-c-dropdown__toggle--FontSize);
201
- font-weight: var(--pf-v6-c-dropdown__toggle--FontWeight);
202
- line-height: var(--pf-v6-c-dropdown__toggle--LineHeight);
203
- color: var(--pf-v6-c-dropdown__toggle--Color);
204
- background-color: var(--pf-v6-c-dropdown__toggle--BackgroundColor);
205
- border: none;
206
- }
207
- .pf-v6-c-dropdown__toggle::before, .pf-v6-c-dropdown__toggle.pf-m-action .pf-v6-c-dropdown__toggle-button::before {
208
- position: absolute;
209
- inset-block-start: 0;
210
- inset-block-end: 0;
211
- inset-inline-start: 0;
212
- inset-inline-end: 0;
213
- content: "";
214
- border: var(--pf-v6-c-dropdown__toggle--before--BorderWidth) solid;
215
- border-block-start-color: var(--pf-v6-c-dropdown__toggle--before--BorderTopColor);
216
- border-block-end-color: var(--pf-v6-c-dropdown__toggle--before--BorderBottomColor);
217
- border-inline-start-color: var(--pf-v6-c-dropdown__toggle--before--BorderLeftColor);
218
- border-inline-end-color: var(--pf-v6-c-dropdown__toggle--before--BorderRightColor);
219
- }
220
- .pf-v6-c-dropdown__toggle.pf-m-disabled, .pf-v6-c-dropdown__toggle:disabled {
221
- --pf-v6-c-dropdown__toggle--m-primary--Color: var(--pf-v6-c-dropdown__toggle--m-primary--disabled--Color);
222
- --pf-v6-c-dropdown__toggle--before--BorderBottomColor: transparent;
223
- pointer-events: none;
224
- }
225
- .pf-v6-c-dropdown__toggle.pf-m-disabled:not(.pf-m-plain), .pf-v6-c-dropdown__toggle.pf-m-disabled.pf-m-plain.pf-m-text, .pf-v6-c-dropdown__toggle:disabled:not(.pf-m-plain), .pf-v6-c-dropdown__toggle:disabled.pf-m-plain.pf-m-text {
226
- --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--disabled--BackgroundColor);
227
- }
228
- .pf-v6-c-dropdown__toggle.pf-m-disabled:not(.pf-m-plain)::before, .pf-v6-c-dropdown__toggle.pf-m-disabled.pf-m-plain.pf-m-text::before, .pf-v6-c-dropdown__toggle:disabled:not(.pf-m-plain)::before, .pf-v6-c-dropdown__toggle:disabled.pf-m-plain.pf-m-text::before {
229
- border: 0;
230
- }
231
- .pf-v6-c-dropdown__toggle.pf-m-split-button {
232
- --pf-v6-c-dropdown__toggle--ColumnGap: 0;
233
- padding: 0;
234
- }
235
- .pf-v6-c-dropdown__toggle.pf-m-split-button:not(.pf-m-disabled) {
236
- background-color: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BackgroundColor);
237
- }
238
- .pf-v6-c-dropdown__toggle.pf-m-split-button > * {
239
- position: relative;
240
- padding-block-start: var(--pf-v6-c-dropdown__toggle--m-split-button--child--PaddingTop);
241
- padding-block-end: var(--pf-v6-c-dropdown__toggle--m-split-button--child--PaddingBottom);
242
- padding-inline-start: var(--pf-v6-c-dropdown__toggle--m-split-button--child--PaddingLeft);
243
- padding-inline-end: var(--pf-v6-c-dropdown__toggle--m-split-button--child--PaddingRight);
244
- }
245
- .pf-v6-c-dropdown__toggle.pf-m-split-button > *:first-child {
246
- --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v6-c-dropdown__toggle--m-split-button--first-child--PaddingLeft);
247
- }
248
- .pf-v6-c-dropdown__toggle.pf-m-split-button > *:last-child {
249
- --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-v6-c-dropdown__toggle--m-split-button--last-child--PaddingRight);
250
- }
251
- .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action {
252
- --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-v6-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight);
253
- --pf-v6-c-dropdown__toggle--m-split-button--child--PaddingLeft: var(--pf-v6-c-dropdown__toggle--m-split-button--m-action--child--PaddingLeft);
254
- }
255
- .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v6-c-dropdown__toggle-button {
256
- margin-inline-end: var(--pf-v6-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight);
257
- }
258
- .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v6-c-dropdown__toggle-button::before {
259
- border-inline-start: 0;
260
- }
261
- .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action .pf-v6-c-dropdown__toggle-button:last-child {
262
- --pf-v6-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: 0;
263
- }
264
- .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary > :not(:first-child) {
265
- border-inline-start: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth) solid var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftColor);
266
- }
267
- .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary.pf-m-disabled, .pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action.pf-m-primary[disabled] {
268
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth: 0;
269
- }
270
- .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-check {
271
- display: flex;
272
- align-items: center;
273
- overflow: hidden;
274
- cursor: pointer;
275
- }
276
- .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-check.pf-m-in-progress {
277
- --pf-v6-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility: hidden;
278
- --pf-v6-c-dropdown__toggle-progress--Visibility: visible;
279
- }
280
- .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-check > input,
281
- .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-check .pf-v6-c-check {
282
- --pf-v6-c-check__input--TranslateY: none;
283
- align-self: revert;
284
- width: auto;
285
- cursor: pointer;
286
- visibility: var(--pf-v6-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
287
- }
288
- .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-button {
289
- color: var(--pf-v6-c-dropdown__toggle-button--Color);
290
- background-color: var(--pf-v6-c-dropdown__toggle-button--BackgroundColor);
291
- border: 0;
292
- }
293
- .pf-v6-c-dropdown__toggle.pf-m-split-button .pf-v6-c-dropdown__toggle-text {
294
- margin-inline-start: var(--pf-v6-c-dropdown__toggle--m-split-button__toggle-text--MarginLeft);
295
- }
296
- .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) {
297
- --pf-v6-c-dropdown__toggle--before--BorderWidth: 0;
298
- --pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: 0;
299
- }
300
- .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > * {
301
- background-color: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor);
302
- border: 0;
303
- }
304
- .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *:hover {
305
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--hover--BackgroundColor);
306
- }
307
- .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *:focus {
308
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--focus--BackgroundColor);
309
- }
310
- .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *:active, .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > *.pf-m-active {
311
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--focus--BackgroundColor);
312
- }
313
- .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > :first-child {
314
- border-start-start-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
315
- border-end-start-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
316
- }
317
- .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-split-button:not(.pf-m-disabled) > :last-child {
318
- border-start-end-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
319
- border-end-end-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
320
- }
321
- .pf-v6-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):hover::before, .pf-v6-c-dropdown__toggle.pf-m-action .pf-v6-c-dropdown__toggle-button:hover::before {
322
- --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-c-dropdown__toggle--hover--before--BorderBottomColor);
323
- }
324
- .pf-v6-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):focus::before, .pf-v6-c-dropdown__toggle.pf-m-action .pf-v6-c-dropdown__toggle-button:focus::before {
325
- --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-c-dropdown__toggle--focus--before--BorderBottomColor);
326
- border-block-end-width: var(--pf-v6-c-dropdown__toggle--focus--before--BorderBottomWidth);
327
- }
328
- .pf-v6-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):active::before, .pf-v6-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary).pf-m-active::before, .pf-v6-c-dropdown__toggle.pf-m-action .pf-v6-c-dropdown__toggle-button:active::before {
329
- --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-c-dropdown__toggle--active--before--BorderBottomColor);
330
- border-block-end-width: var(--pf-v6-c-dropdown__toggle--active--before--BorderBottomWidth);
331
- }
332
- .pf-m-expanded > .pf-v6-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary)::before, .pf-m-expanded > .pf-v6-c-dropdown__toggle.pf-m-action .pf-v6-c-dropdown__toggle-button::before {
333
- --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomColor);
334
- border-block-end-width: var(--pf-v6-c-dropdown--m-expanded__toggle--before--BorderBottomWidth);
335
- }
336
- .pf-v6-c-dropdown__toggle.pf-m-plain {
337
- --pf-v6-c-dropdown__toggle-icon--Color: var(--pf-v6-c-dropdown--m-plain__toggle-icon--Color);
338
- }
339
- .pf-v6-c-dropdown__toggle.pf-m-plain:not(.pf-m-text) {
340
- --pf-v6-c-dropdown__toggle--PaddingRight: var(--pf-v6-c-dropdown__toggle--m-plain--PaddingRight);
341
- --pf-v6-c-dropdown__toggle--PaddingLeft: var(--pf-v6-c-dropdown__toggle--m-plain--PaddingLeft);
342
- display: inline-block;
343
- color: var(--pf-v6-c-dropdown__toggle--m-plain--Color);
344
- }
345
- .pf-v6-c-dropdown__toggle.pf-m-plain:not(.pf-m-text) > * {
346
- line-height: var(--pf-v6-c-dropdown__toggle--m-plain--child--LineHeight);
347
- }
348
- .pf-v6-c-dropdown__toggle.pf-m-plain::before {
349
- border: 0;
350
- }
351
- .pf-v6-c-dropdown__toggle.pf-m-plain:hover, .pf-v6-c-dropdown__toggle.pf-m-plain:focus, .pf-v6-c-dropdown__toggle.pf-m-plain:active, .pf-v6-c-dropdown__toggle.pf-m-plain.pf-m-active, .pf-m-expanded > .pf-v6-c-dropdown__toggle.pf-m-plain {
352
- --pf-v6-c-dropdown__toggle--m-plain--Color: var(--pf-v6-c-dropdown__toggle--m-plain--hover--Color);
353
- --pf-v6-c-dropdown--m-plain__toggle-icon--Color: var(--pf-v6-c-dropdown--m-plain--hover__toggle-icon--Color);
354
- }
355
- .pf-v6-c-dropdown__toggle.pf-m-plain.pf-m-disabled, .pf-v6-c-dropdown__toggle.pf-m-plain:disabled {
356
- --pf-v6-c-dropdown__toggle--m-plain--Color: var(--pf-v6-c-dropdown__toggle--m-plain--disabled--Color);
357
- }
358
- .pf-v6-c-dropdown__toggle.pf-m-primary {
359
- --pf-v6-c-dropdown__toggle--Color: var(--pf-v6-c-dropdown__toggle--m-primary--Color);
360
- --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-primary--BackgroundColor);
361
- --pf-v6-c-dropdown__toggle-button--Color: var(--pf-v6-c-dropdown__toggle--m-primary--Color);
362
- border-radius: var(--pf-v6-c-dropdown__toggle--m-primary--BorderRadius);
363
- }
364
- .pf-v6-c-dropdown__toggle.pf-m-primary::before,
365
- .pf-v6-c-dropdown__toggle.pf-m-primary .pf-v6-c-dropdown__toggle-button::before {
366
- border: 0;
367
- }
368
- .pf-v6-c-dropdown__toggle.pf-m-primary:hover {
369
- --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-primary--hover--BackgroundColor);
370
- }
371
- .pf-v6-c-dropdown__toggle.pf-m-primary:focus {
372
- --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-primary--focus--BackgroundColor);
373
- }
374
- .pf-v6-c-dropdown__toggle.pf-m-primary:active, .pf-v6-c-dropdown__toggle.pf-m-primary.pf-m-active {
375
- --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-primary--active--BackgroundColor);
376
- }
377
- .pf-m-expanded > .pf-v6-c-dropdown__toggle.pf-m-primary {
378
- --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor);
379
- }
380
- .pf-v6-c-dropdown__toggle.pf-m-secondary {
381
- border-radius: var(--pf-v6-c-dropdown__toggle--m-secondary--BorderRadius);
382
- }
383
- .pf-v6-c-dropdown__toggle.pf-m-secondary:not(.pf-m-disabled):not([disabled]) {
384
- --pf-v6-c-dropdown__toggle--Color: var(--pf-v6-c-dropdown__toggle--m-secondary--Color);
385
- --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-c-dropdown__toggle--m-secondary--BackgroundColor);
386
- }
387
- .pf-v6-c-dropdown__toggle.pf-m-secondary:not(.pf-m-disabled):not([disabled])::before {
388
- border: var(--pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth) solid var(--pf-v6-c-dropdown__toggle--m-secondary--before--BorderColor);
389
- border-radius: var(--pf-v6-c-dropdown__toggle--m-secondary--BorderRadius);
390
- }
391
- .pf-v6-c-dropdown__toggle.pf-m-secondary:hover {
392
- --pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--hover--before--BorderWidth);
393
- }
394
- .pf-v6-c-dropdown__toggle.pf-m-secondary:focus {
395
- --pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--focus--before--BorderWidth);
396
- }
397
- .pf-v6-c-dropdown__toggle.pf-m-secondary:active, .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-active {
398
- --pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--active--before--BorderWidth);
399
- }
400
- .pf-m-expanded > .pf-v6-c-dropdown__toggle.pf-m-secondary {
401
- --pf-v6-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-v6-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth);
402
- --pf-v6-c-dropdown__toggle--m-secondary--before--BorderColor: var(--pf-v6-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor);
403
- }
404
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) {
405
- --pf-v6-c-dropdown__toggle-button--Color: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--Color);
406
- }
407
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled):hover {
408
- --pf-v6-c-dropdown__toggle--m-secondary--hover--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--hover--before--BorderWidth);
409
- }
410
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled):focus {
411
- --pf-v6-c-dropdown__toggle--m-secondary--focus--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--focus--before--BorderWidth);
412
- }
413
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled):active {
414
- --pf-v6-c-dropdown__toggle--m-secondary--active--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--active--before--BorderWidth);
415
- }
416
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *::before {
417
- border: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth) solid var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor);
418
- }
419
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:hover {
420
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--hover--BorderWidth);
421
- }
422
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:focus {
423
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--focus--BorderWidth);
424
- }
425
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:active {
426
- --pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--active--BorderWidth);
427
- }
428
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:first-child::before {
429
- border-start-start-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius);
430
- border-end-start-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius);
431
- }
432
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:last-child::before {
433
- border-start-end-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius);
434
- border-end-end-radius: var(--pf-v6-c-dropdown__toggle--m-split-button--child--BorderRadius);
435
- }
436
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:not(:first-child)::before {
437
- border-inline-start: var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderWidth--base) solid var(--pf-v6-c-dropdown__toggle--m-secondary--m-split-button--child--before--BorderColor--base);
438
- }
439
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled) > *:not(:last-child)::before {
440
- border-inline-end: 0;
441
- }
442
- .pf-v6-c-dropdown__toggle.pf-m-secondary.pf-m-split-button:not(.pf-m-disabled).pf-m-action::before {
443
- border: 0;
444
- }
445
- .pf-v6-c-dropdown__toggle > .pf-v6-c-badge {
446
- --pf-v6-c-dropdown__toggle-icon--PaddingRight: var(--pf-v6-c-dropdown__toggle--c-badge__toggle-icon--PaddingRight);
447
- --pf-v6-c-dropdown__toggle-icon--PaddingLeft: var(--pf-v6-c-dropdown__toggle--c-badge__toggle-icon--PaddingLeft);
448
- --pf-v6-c-dropdown__toggle-icon--MarginLeft: var(--pf-v6-c-dropdown__toggle--c-badge__toggle-icon--MarginLeft);
449
- }
450
- .pf-v6-c-dropdown__toggle .pf-v6-c-dropdown__toggle-text {
451
- overflow: hidden;
452
- text-overflow: ellipsis;
453
- white-space: nowrap;
454
- }
455
-
456
- .pf-v6-c-dropdown__toggle-button {
457
- align-self: baseline;
458
- }
459
-
460
- .pf-v6-c-dropdown__toggle-text {
461
- flex: 1 1 auto;
462
- text-align: start;
463
- }
464
-
465
- .pf-v6-c-dropdown__toggle-icon {
466
- padding-inline-start: var(--pf-v6-c-dropdown__toggle-icon--PaddingLeft);
467
- padding-inline-end: var(--pf-v6-c-dropdown__toggle-icon--PaddingRight);
468
- margin-inline-start: var(--pf-v6-c-dropdown__toggle-icon--MarginLeft);
469
- line-height: var(--pf-v6-c-dropdown__toggle-icon--LineHeight);
470
- color: var(--pf-v6-c-dropdown__toggle-icon--Color, inherit);
471
- }
472
- .pf-v6-c-dropdown.pf-m-top.pf-m-expanded .pf-v6-c-dropdown__toggle-icon {
473
- transform: rotate(var(--pf-v6-c-dropdown--m-top--m-expanded__toggle-icon--Rotate));
474
- }
475
-
476
- .pf-v6-c-dropdown__toggle-image {
477
- display: inline-flex;
478
- flex-shrink: 0;
479
- line-height: 1;
480
- }
481
-
482
- .pf-v6-c-dropdown__toggle-progress {
483
- position: absolute;
484
- inset-inline-start: var(--pf-v6-c-dropdown__toggle--m-split-button--child--PaddingLeft);
485
- visibility: var(--pf-v6-c-dropdown__toggle-progress--Visibility);
486
- }
487
- .pf-v6-c-dropdown__toggle-progress .pf-v6-c-spinner {
488
- --pf-v6-c-spinner--diameter: var(--pf-v6-c-dropdown__toggle-progress--c-spinner--diameter);
489
- }
490
-
491
- .pf-v6-c-dropdown__menu {
492
- position: absolute;
493
- inset-block-start: var(--pf-v6-c-dropdown__menu--Top);
494
- z-index: var(--pf-v6-c-dropdown__menu--ZIndex);
495
- padding-block-start: var(--pf-v6-c-dropdown__menu--PaddingTop);
496
- padding-block-end: var(--pf-v6-c-dropdown__menu--PaddingBottom);
497
- background: var(--pf-v6-c-dropdown__menu--BackgroundColor);
498
- background-clip: padding-box;
499
- box-shadow: var(--pf-v6-c-dropdown__menu--BoxShadow);
500
- }
501
- .pf-v6-c-dropdown__menu.pf-m-static {
502
- --pf-v6-c-dropdown--m-top__menu--TranslateY: 0;
503
- position: static;
504
- inset-block-start: auto;
505
- inset-block-end: auto;
506
- inset-inline-start: auto;
507
- inset-inline-end: auto;
508
- z-index: auto;
509
- min-width: min-content;
510
- }
511
-
512
- .pf-v6-c-dropdown .pf-v6-c-menu,
513
- .pf-v6-c-dropdown__menu {
514
- min-width: 100%;
515
- }
516
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right,
517
- .pf-v6-c-dropdown__menu.pf-m-align-right {
518
- inset-inline-end: 0;
519
- }
520
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left,
521
- .pf-v6-c-dropdown__menu.pf-m-align-left {
522
- inset-inline-end: auto;
523
- }
524
- @media (min-width: 576px) {
525
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right-on-sm,
526
- .pf-v6-c-dropdown__menu.pf-m-align-right-on-sm {
527
- inset-inline-end: 0;
528
- }
529
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left-on-sm,
530
- .pf-v6-c-dropdown__menu.pf-m-align-left-on-sm {
531
- inset-inline-end: auto;
532
- }
533
- }
534
- @media (min-width: 768px) {
535
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right-on-md,
536
- .pf-v6-c-dropdown__menu.pf-m-align-right-on-md {
537
- inset-inline-end: 0;
538
- }
539
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left-on-md,
540
- .pf-v6-c-dropdown__menu.pf-m-align-left-on-md {
541
- inset-inline-end: auto;
542
- }
543
- }
544
- @media (min-width: 992px) {
545
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right-on-lg,
546
- .pf-v6-c-dropdown__menu.pf-m-align-right-on-lg {
547
- inset-inline-end: 0;
548
- }
549
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left-on-lg,
550
- .pf-v6-c-dropdown__menu.pf-m-align-left-on-lg {
551
- inset-inline-end: auto;
552
- }
553
- }
554
- @media (min-width: 1200px) {
555
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right-on-xl,
556
- .pf-v6-c-dropdown__menu.pf-m-align-right-on-xl {
557
- inset-inline-end: 0;
558
- }
559
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left-on-xl,
560
- .pf-v6-c-dropdown__menu.pf-m-align-left-on-xl {
561
- inset-inline-end: auto;
562
- }
563
- }
564
- @media (min-width: 1450px) {
565
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-right-on-2xl,
566
- .pf-v6-c-dropdown__menu.pf-m-align-right-on-2xl {
567
- inset-inline-end: 0;
568
- }
569
- .pf-v6-c-dropdown .pf-v6-c-menu.pf-m-align-left-on-2xl,
570
- .pf-v6-c-dropdown__menu.pf-m-align-left-on-2xl {
571
- inset-inline-end: auto;
572
- }
573
- }
574
-
575
- .pf-v6-c-dropdown.pf-m-top .pf-v6-c-dropdown__menu {
576
- --pf-v6-c-dropdown__menu--Top: var(--pf-v6-c-dropdown--m-top__menu--Top);
577
- transform: translateY(var(--pf-v6-c-dropdown--m-top__menu--TranslateY));
578
- }
579
- .pf-v6-c-dropdown.pf-m-top > .pf-v6-c-menu {
580
- --pf-v6-c-dropdown--c-menu--Top: var(--pf-v6-c-dropdown--m-top--c-menu--Top);
581
- transform: translateY(var(--pf-v6-c-dropdown--m-top--c-menu--TranslateY));
582
- }
583
-
584
- .pf-v6-c-dropdown__menu-item {
585
- display: block;
586
- width: 100%;
587
- padding-block-start: var(--pf-v6-c-dropdown__menu-item--PaddingTop);
588
- padding-block-end: var(--pf-v6-c-dropdown__menu-item--PaddingBottom);
589
- padding-inline-start: var(--pf-v6-c-dropdown__menu-item--PaddingLeft);
590
- padding-inline-end: var(--pf-v6-c-dropdown__menu-item--PaddingRight);
591
- font-size: var(--pf-v6-c-dropdown__menu-item--FontSize);
592
- font-weight: var(--pf-v6-c-dropdown__menu-item--FontWeight);
593
- line-height: var(--pf-v6-c-dropdown__menu-item--LineHeight);
594
- color: var(--pf-v6-c-dropdown__menu-item--Color);
595
- text-align: start;
596
- white-space: nowrap;
597
- background-color: var(--pf-v6-c-dropdown__menu-item--BackgroundColor);
598
- border: none;
599
- }
600
- .pf-v6-c-dropdown__menu-item:hover, .pf-v6-c-dropdown__menu-item:focus {
601
- --pf-v6-c-dropdown__menu-item--Color: var(--pf-v6-c-dropdown__menu-item--hover--Color);
602
- --pf-v6-c-dropdown__menu-item--BackgroundColor: var(--pf-v6-c-dropdown__menu-item--hover--BackgroundColor);
603
- text-decoration: none;
604
- }
605
- .pf-v6-c-dropdown__menu-item:disabled, .pf-v6-c-dropdown__menu-item.pf-m-disabled, .pf-v6-c-dropdown__menu-item.pf-m-aria-disabled {
606
- --pf-v6-c-dropdown__menu-item--Color: var(--pf-v6-c-dropdown__menu-item--disabled--Color);
607
- --pf-v6-c-dropdown__menu-item--BackgroundColor: var(--pf-v6-c-dropdown__menu-item--disabled--BackgroundColor);
608
- }
609
- .pf-v6-c-dropdown__menu-item:disabled, .pf-v6-c-dropdown__menu-item.pf-m-disabled {
610
- pointer-events: none;
611
- }
612
- .pf-v6-c-dropdown__menu-item.pf-m-aria-disabled {
613
- cursor: default;
614
- }
615
- .pf-v6-c-dropdown__menu-item.pf-m-icon {
616
- display: flex;
617
- align-items: center;
618
- }
619
- .pf-v6-c-dropdown__menu-item.pf-m-icon.pf-m-description {
620
- flex-direction: column;
621
- align-items: flex-start;
622
- }
623
- .pf-v6-c-dropdown__menu-item.pf-m-icon .pf-v6-c-dropdown__menu-item-main {
624
- display: flex;
625
- align-items: center;
626
- }
627
- .pf-v6-c-dropdown__menu-item.pf-m-text {
628
- --pf-v6-c-dropdown__menu-item--Color: var(--pf-v6-c-dropdown__menu-item--m-text--Color);
629
- }
630
- .pf-v6-c-dropdown__menu-item.pf-m-text:hover, .pf-v6-c-dropdown__menu-item.pf-m-text:focus {
631
- --pf-v6-c-dropdown__menu-item--BackgroundColor: transparent;
632
- }
633
-
634
- .pf-v6-c-dropdown__menu-item-icon {
635
- display: inline-flex;
636
- align-items: center;
637
- justify-content: center;
638
- width: var(--pf-v6-c-dropdown__menu-item-icon--Width);
639
- height: var(--pf-v6-c-dropdown__menu-item-icon--Height);
640
- margin-inline-end: var(--pf-v6-c-dropdown__menu-item-icon--MarginRight);
641
- }
642
- .pf-v6-c-dropdown__menu-item-icon > * {
643
- max-width: 100%;
644
- max-height: 100%;
645
- }
646
-
647
- .pf-v6-c-dropdown__menu-item-description {
648
- font-size: var(--pf-v6-c-dropdown__menu-item-description--FontSize);
649
- color: var(--pf-v6-c-dropdown__menu-item-description--Color);
650
- }
651
-
652
- .pf-v6-c-dropdown__group + .pf-v6-c-dropdown__group {
653
- padding-block-start: var(--pf-v6-c-dropdown__group--group--PaddingTop);
654
- }
655
-
656
- .pf-v6-c-dropdown__group-title {
657
- padding-block-start: var(--pf-v6-c-dropdown__group-title--PaddingTop);
658
- padding-block-end: var(--pf-v6-c-dropdown__group-title--PaddingBottom);
659
- padding-inline-start: var(--pf-v6-c-dropdown__group-title--PaddingLeft);
660
- padding-inline-end: var(--pf-v6-c-dropdown__group-title--PaddingRight);
661
- font-size: var(--pf-v6-c-dropdown__group-title--FontSize);
662
- font-weight: var(--pf-v6-c-dropdown__group-title--FontWeight);
663
- color: var(--pf-v6-c-dropdown__group-title--Color);
664
- }
665
-
666
- :where(.pf-v6-theme-dark) .pf-v6-c-dropdown {
667
- --pf-v6-c-dropdown__toggle--BackgroundColor: var(--pf-v6-global--BackgroundColor--400);
668
- --pf-v6-c-dropdown__toggle--before--BorderTopColor: transparent;
669
- --pf-v6-c-dropdown__toggle--before--BorderRightColor: transparent;
670
- --pf-v6-c-dropdown__toggle--before--BorderBottomColor: var(--pf-v6-global--BorderColor--400);
671
- --pf-v6-c-dropdown__toggle--before--BorderLeftColor: transparent;
672
- --pf-v6-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-v6-global--palette--black-500);
673
- --pf-v6-c-dropdown__toggle--m-split-button--m-primary--child--BackgroundColor: var(--pf-v6-global--primary-color--300);
674
- --pf-v6-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-v6-global--primary-color--300);
675
- --pf-v6-c-dropdown__toggle--m-primary--Color: var(--pf-v6-global--primary-color--400);
676
- --pf-v6-c-dropdown__menu--BackgroundColor: var(--pf-v6-global--BackgroundColor--300);
677
- --pf-v6-c-dropdown__menu--Top: 100%;
678
- --pf-v6-c-dropdown--m-top__menu--TranslateY: -100%;
679
- --pf-v6-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-v6-global--BackgroundColor--400);
680
- }
681
- :where(.pf-v6-theme-dark) .pf-v6-c-dropdown__toggle:not(.pf-m-plain):disabled, :where(.pf-v6-theme-dark) .pf-v6-c-dropdown__toggle:not(.pf-m-plain).pf-m-disabled {
682
- color: var(--pf-v6-global--palette--black-100);
683
- }
684
- :where(.pf-v6-theme-dark) .pf-v6-c-dropdown__toggle.pf-m-plain {
685
- background: transparent;
686
- }