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