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