@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +21 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +16 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +16 -0
- package/base/tokens/_tokens-font.scss +16 -14
- package/components/AboutModalBox/about-modal-box.css +23 -12
- package/components/AboutModalBox/about-modal-box.scss +25 -12
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +19 -13
- package/components/Alert/alert.scss +18 -13
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -5
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +9 -3
- package/components/Breadcrumb/breadcrumb.scss +8 -3
- package/components/Button/button.css +33 -21
- package/components/Button/button.scss +35 -23
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +25 -17
- package/components/Card/card.scss +24 -17
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +33 -30
- package/components/Content/content.scss +33 -30
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -61
- package/components/Drawer/drawer.scss +92 -43
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +19 -22
- package/components/Masthead/masthead.scss +19 -22
- package/components/Menu/menu.css +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +33 -27
- package/components/MenuToggle/menu-toggle.scss +33 -27
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +120 -93
- package/components/Nav/nav.scss +120 -93
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +135 -77
- package/components/Page/page.scss +81 -52
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +27 -17
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +72 -40
- package/components/Popover/popover.scss +95 -75
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +3 -3
- package/components/Radio/radio.scss +3 -3
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +256 -195
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +92 -70
- package/components/Table/table.scss +90 -70
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +44 -41
- package/components/Toolbar/toolbar.scss +26 -21
- package/components/Tooltip/tooltip.css +60 -28
- package/components/Tooltip/tooltip.scss +76 -56
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +15 -15
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +120 -30
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +90 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +4 -21
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +525 -431
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +26 -10
- package/docs/demos/CardView/examples/CardView.md +24 -20
- package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
- package/docs/demos/DataList/examples/DataList.md +8 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +336 -252
- package/docs/demos/Tabs/examples/Tabs.md +28 -21
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +9 -5
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +37 -3
- package/patternfly-base-no-globals.css +37 -3
- package/patternfly-base-theme-dark-unversioned.css +38 -4
- package/patternfly-base.css +38 -4
- package/patternfly-no-globals.css +2748 -1960
- package/patternfly-theme-dark-unversioned.css +2749 -1961
- package/patternfly.css +2749 -1961
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
package/README.md
CHANGED
|
@@ -63,18 +63,27 @@ When making visual changes to a full page example, new example preview screensho
|
|
|
63
63
|
|
|
64
64
|
## Guidelines for CSS development
|
|
65
65
|
|
|
66
|
-
- For issues created in Core that will affect a component in PF-React, a follow up issue must be created in PF-React once the Pull Request is merged. The issue should include the Core PR #, the Core Release, a link to the component in https://
|
|
66
|
+
- For issues created in Core that will affect a component in PF-React, a follow up issue must be created in PF-React once the Pull Request is merged. The issue should include the Core PR #, the Core Release, a link to the component in https://core-staging.patternfly.org, and information detailing the change.
|
|
67
67
|
- If global variables are modified in Core, a React issue should be opened to address this.
|
|
68
68
|
- CSS developers should ensure that animation is well documented and communicated to the respective React developer.
|
|
69
69
|
- Once the component/enhancement is complete it should receive sign off from a visual designer who can then update the master sketch file with any changes.
|
|
70
70
|
|
|
71
|
+
### Handlebars guidelines
|
|
72
|
+
[For information on how to contribute, refer to our guidelines.](https://core-staging.patternfly.org/contribution)
|
|
73
|
+
|
|
74
|
+
### CSS/Sass guidelines
|
|
75
|
+
[For more information on using CSS and Sass, refer to our guidelines.](https://core-staging.patternfly.org/guidelines)
|
|
76
|
+
|
|
77
|
+
### Custom icon guidelines
|
|
78
|
+
[For more information on custom icons, refer to our guidelines.](https://core-staging.patternfly.org/adding-custom-icons)
|
|
79
|
+
|
|
71
80
|
## Beta components
|
|
72
81
|
|
|
73
82
|
When creating a brand new component, it should be released as beta in order to get feedback.
|
|
74
83
|
|
|
75
84
|
## Testing for accessibility
|
|
76
85
|
|
|
77
|
-
PatternFly uses [aXe: The Accessibility Engine](https://www.deque.com/axe/) to check for accessibility violations. Our goal is to meet WCAG 2.0 AA requirements, as noted in our [Accessibility guide](https://
|
|
86
|
+
PatternFly uses [aXe: The Accessibility Engine](https://www.deque.com/axe/) to check for accessibility violations. Our goal is to meet WCAG 2.0 AA requirements, as noted in our [Accessibility guide](https://www.patternfly.org/accessibility/patternflys-accessibility).
|
|
78
87
|
|
|
79
88
|
### How to perform an accessibility audit with aXe
|
|
80
89
|
aXe is available as either a browser extension or npm script.
|
|
@@ -103,7 +112,7 @@ If you have any suggestions about ways that we can improve how we use this tool,
|
|
|
103
112
|
## FAQ
|
|
104
113
|
|
|
105
114
|
#### CSS Variables
|
|
106
|
-
[How do I use CSS variables to customize the library?](https://
|
|
115
|
+
[How do I use CSS variables to customize the library?](https://core-staging.patternfly.org/guidelines#variables)
|
|
107
116
|
|
|
108
117
|
#### Browser support
|
|
109
118
|
PatternFly 5 is supported on the latest two major versions of the following browsers:
|
|
@@ -112,3 +121,4 @@ PatternFly 5 is supported on the latest two major versions of the following brow
|
|
|
112
121
|
- Firefox
|
|
113
122
|
- Safari
|
|
114
123
|
- Edge
|
|
124
|
+
|
|
Binary file
|
|
@@ -22,519 +22,393 @@
|
|
|
22
22
|
@function pf-v5-pficon-char($filename) {
|
|
23
23
|
$char: '';
|
|
24
24
|
|
|
25
|
-
|
|
26
25
|
@if $filename == add-circle-o {
|
|
27
26
|
$char: '\E61B';
|
|
28
27
|
}
|
|
29
|
-
|
|
30
28
|
@if $filename == ansible-tower {
|
|
31
29
|
$char: '\E950';
|
|
32
30
|
}
|
|
33
|
-
|
|
34
31
|
@if $filename == applications {
|
|
35
32
|
$char: '\E936';
|
|
36
33
|
}
|
|
37
|
-
|
|
38
34
|
@if $filename == arrow {
|
|
39
35
|
$char: '\E929';
|
|
40
36
|
}
|
|
41
|
-
|
|
42
37
|
@if $filename == asleep {
|
|
43
38
|
$char: '\E92E';
|
|
44
39
|
}
|
|
45
|
-
|
|
46
40
|
@if $filename == attention-bell {
|
|
47
41
|
$char: '\E951';
|
|
48
42
|
}
|
|
49
|
-
|
|
50
43
|
@if $filename == automation {
|
|
51
44
|
$char: '\E937';
|
|
52
45
|
}
|
|
53
|
-
|
|
54
46
|
@if $filename == bell {
|
|
55
47
|
$char: '\E952';
|
|
56
48
|
}
|
|
57
|
-
|
|
58
49
|
@if $filename == blueprint {
|
|
59
50
|
$char: '\E915';
|
|
60
51
|
}
|
|
61
|
-
|
|
62
52
|
@if $filename == build {
|
|
63
53
|
$char: '\E902';
|
|
64
54
|
}
|
|
65
|
-
|
|
66
55
|
@if $filename == builder-image {
|
|
67
56
|
$char: '\E800';
|
|
68
57
|
}
|
|
69
|
-
|
|
70
58
|
@if $filename == bundle {
|
|
71
59
|
$char: '\E918';
|
|
72
60
|
}
|
|
73
|
-
|
|
74
61
|
@if $filename == catalog {
|
|
75
62
|
$char: '\E953';
|
|
76
63
|
}
|
|
77
|
-
|
|
78
64
|
@if $filename == chat {
|
|
79
65
|
$char: '\E954';
|
|
80
66
|
}
|
|
81
|
-
|
|
82
67
|
@if $filename == close {
|
|
83
68
|
$char: '\E60B';
|
|
84
69
|
}
|
|
85
|
-
|
|
86
70
|
@if $filename == cloud-security {
|
|
87
71
|
$char: '\E903';
|
|
88
72
|
}
|
|
89
|
-
|
|
90
73
|
@if $filename == cloud-tenant {
|
|
91
74
|
$char: '\E904';
|
|
92
75
|
}
|
|
93
|
-
|
|
94
76
|
@if $filename == cluster {
|
|
95
77
|
$char: '\E620';
|
|
96
78
|
}
|
|
97
|
-
|
|
98
79
|
@if $filename == connected {
|
|
99
80
|
$char: '\E938';
|
|
100
81
|
}
|
|
101
|
-
|
|
102
82
|
@if $filename == container-node {
|
|
103
83
|
$char: '\E621';
|
|
104
84
|
}
|
|
105
|
-
|
|
106
85
|
@if $filename == cpu {
|
|
107
86
|
$char: '\E927';
|
|
108
87
|
}
|
|
109
|
-
|
|
110
88
|
@if $filename == critical-risk {
|
|
111
89
|
$char: '\E976';
|
|
112
90
|
}
|
|
113
|
-
|
|
114
91
|
@if $filename == data-processor {
|
|
115
92
|
$char: '\E97B';
|
|
116
93
|
}
|
|
117
|
-
|
|
118
94
|
@if $filename == data-sink {
|
|
119
95
|
$char: '\E978';
|
|
120
96
|
}
|
|
121
|
-
|
|
122
97
|
@if $filename == data-source {
|
|
123
98
|
$char: '\E979';
|
|
124
99
|
}
|
|
125
|
-
|
|
126
100
|
@if $filename == degraded {
|
|
127
101
|
$char: '\E91B';
|
|
128
102
|
}
|
|
129
|
-
|
|
130
103
|
@if $filename == disconnected {
|
|
131
104
|
$char: '\E955';
|
|
132
105
|
}
|
|
133
|
-
|
|
134
106
|
@if $filename == domain {
|
|
135
107
|
$char: '\E919';
|
|
136
108
|
}
|
|
137
|
-
|
|
138
109
|
@if $filename == edit {
|
|
139
110
|
$char: '\E60A';
|
|
140
111
|
}
|
|
141
|
-
|
|
142
112
|
@if $filename == enhancement {
|
|
143
113
|
$char: '\E93A';
|
|
144
114
|
}
|
|
145
|
-
|
|
146
115
|
@if $filename == enterprise {
|
|
147
116
|
$char: '\E906';
|
|
148
117
|
}
|
|
149
|
-
|
|
150
118
|
@if $filename == equalizer {
|
|
151
119
|
$char: '\E956';
|
|
152
120
|
}
|
|
153
|
-
|
|
154
121
|
@if $filename == error-circle-o {
|
|
155
122
|
$char: '\E926';
|
|
156
123
|
}
|
|
157
|
-
|
|
158
124
|
@if $filename == export {
|
|
159
125
|
$char: '\E616';
|
|
160
126
|
}
|
|
161
|
-
|
|
162
127
|
@if $filename == filter {
|
|
163
128
|
$char: '\E943';
|
|
164
129
|
}
|
|
165
|
-
|
|
166
130
|
@if $filename == flavor {
|
|
167
131
|
$char: '\E957';
|
|
168
132
|
}
|
|
169
|
-
|
|
170
133
|
@if $filename == folder-close {
|
|
171
134
|
$char: '\E607';
|
|
172
135
|
}
|
|
173
|
-
|
|
174
136
|
@if $filename == folder-open {
|
|
175
137
|
$char: '\E606';
|
|
176
138
|
}
|
|
177
|
-
|
|
178
139
|
@if $filename == globe-route {
|
|
179
140
|
$char: '\E958';
|
|
180
141
|
}
|
|
181
|
-
|
|
182
142
|
@if $filename == help {
|
|
183
143
|
$char: '\E605';
|
|
184
144
|
}
|
|
185
|
-
|
|
186
145
|
@if $filename == history {
|
|
187
146
|
$char: '\E617';
|
|
188
147
|
}
|
|
189
|
-
|
|
190
148
|
@if $filename == home {
|
|
191
149
|
$char: '\E618';
|
|
192
150
|
}
|
|
193
|
-
|
|
194
151
|
@if $filename == import {
|
|
195
152
|
$char: '\E615';
|
|
196
153
|
}
|
|
197
|
-
|
|
198
154
|
@if $filename == in-progress {
|
|
199
155
|
$char: '\E933';
|
|
200
156
|
}
|
|
201
|
-
|
|
202
157
|
@if $filename == info {
|
|
203
158
|
$char: '\E92B';
|
|
204
159
|
}
|
|
205
|
-
|
|
206
160
|
@if $filename == infrastructure {
|
|
207
161
|
$char: '\E93D';
|
|
208
162
|
}
|
|
209
|
-
|
|
210
163
|
@if $filename == integration {
|
|
211
164
|
$char: '\E948';
|
|
212
165
|
}
|
|
213
|
-
|
|
214
166
|
@if $filename == key {
|
|
215
167
|
$char: '\E924';
|
|
216
168
|
}
|
|
217
|
-
|
|
218
169
|
@if $filename == locked {
|
|
219
170
|
$char: '\E923';
|
|
220
171
|
}
|
|
221
|
-
|
|
222
172
|
@if $filename == maintenance {
|
|
223
173
|
$char: '\E932';
|
|
224
174
|
}
|
|
225
|
-
|
|
226
175
|
@if $filename == memory {
|
|
227
176
|
$char: '\E908';
|
|
228
177
|
}
|
|
229
|
-
|
|
230
178
|
@if $filename == messages {
|
|
231
179
|
$char: '\E603';
|
|
232
180
|
}
|
|
233
|
-
|
|
234
181
|
@if $filename == middleware {
|
|
235
182
|
$char: '\E917';
|
|
236
183
|
}
|
|
237
|
-
|
|
238
184
|
@if $filename == migration {
|
|
239
185
|
$char: '\E931';
|
|
240
186
|
}
|
|
241
|
-
|
|
242
187
|
@if $filename == module {
|
|
243
188
|
$char: '\E959';
|
|
244
189
|
}
|
|
245
|
-
|
|
246
190
|
@if $filename == monitoring {
|
|
247
191
|
$char: '\E95A';
|
|
248
192
|
}
|
|
249
|
-
|
|
250
193
|
@if $filename == multicluster {
|
|
251
194
|
$char: '\E97C';
|
|
252
195
|
}
|
|
253
|
-
|
|
254
196
|
@if $filename == namespaces {
|
|
255
197
|
$char: '\E95B';
|
|
256
198
|
}
|
|
257
|
-
|
|
258
199
|
@if $filename == network {
|
|
259
200
|
$char: '\E909';
|
|
260
201
|
}
|
|
261
|
-
|
|
262
202
|
@if $filename == new-process {
|
|
263
203
|
$char: '\E95C';
|
|
264
204
|
}
|
|
265
|
-
|
|
266
205
|
@if $filename == not-started {
|
|
267
206
|
$char: '\E95D';
|
|
268
207
|
}
|
|
269
|
-
|
|
270
208
|
@if $filename == off {
|
|
271
209
|
$char: '\E92D';
|
|
272
210
|
}
|
|
273
|
-
|
|
274
211
|
@if $filename == ok {
|
|
275
212
|
$char: '\E602';
|
|
276
213
|
}
|
|
277
|
-
|
|
278
214
|
@if $filename == on-running {
|
|
279
215
|
$char: '\E925';
|
|
280
216
|
}
|
|
281
|
-
|
|
282
217
|
@if $filename == on {
|
|
283
218
|
$char: '\E92C';
|
|
284
219
|
}
|
|
285
|
-
|
|
286
220
|
@if $filename == open-drawer-right {
|
|
287
221
|
$char: '\E977';
|
|
288
222
|
}
|
|
289
|
-
|
|
290
223
|
@if $filename == openshift {
|
|
291
224
|
$char: '\E95E';
|
|
292
225
|
}
|
|
293
|
-
|
|
294
226
|
@if $filename == openstack {
|
|
295
227
|
$char: '\E95F';
|
|
296
228
|
}
|
|
297
|
-
|
|
298
229
|
@if $filename == optimize {
|
|
299
230
|
$char: '\E93E';
|
|
300
231
|
}
|
|
301
|
-
|
|
302
232
|
@if $filename == orders {
|
|
303
233
|
$char: '\E93F';
|
|
304
234
|
}
|
|
305
|
-
|
|
306
235
|
@if $filename == os-image {
|
|
307
236
|
$char: '\E960';
|
|
308
237
|
}
|
|
309
|
-
|
|
310
238
|
@if $filename == package {
|
|
311
239
|
$char: '\E961';
|
|
312
240
|
}
|
|
313
|
-
|
|
314
241
|
@if $filename == panel-close {
|
|
315
242
|
$char: '\E962';
|
|
316
243
|
}
|
|
317
|
-
|
|
318
244
|
@if $filename == panel-open {
|
|
319
245
|
$char: '\E963';
|
|
320
246
|
}
|
|
321
|
-
|
|
322
247
|
@if $filename == paused {
|
|
323
248
|
$char: '\E92F';
|
|
324
249
|
}
|
|
325
|
-
|
|
326
250
|
@if $filename == pending {
|
|
327
251
|
$char: '\E964';
|
|
328
252
|
}
|
|
329
|
-
|
|
330
253
|
@if $filename == pficon-dragdrop {
|
|
331
254
|
$char: '\E965';
|
|
332
255
|
}
|
|
333
|
-
|
|
334
256
|
@if $filename == pficon-history {
|
|
335
257
|
$char: '\E966';
|
|
336
258
|
}
|
|
337
|
-
|
|
338
259
|
@if $filename == pficon-network-range {
|
|
339
260
|
$char: '\E967';
|
|
340
261
|
}
|
|
341
|
-
|
|
342
262
|
@if $filename == pficon-satellite {
|
|
343
263
|
$char: '\E968';
|
|
344
264
|
}
|
|
345
|
-
|
|
346
265
|
@if $filename == pficon-sort-common-asc {
|
|
347
266
|
$char: '\E94E';
|
|
348
267
|
}
|
|
349
|
-
|
|
350
268
|
@if $filename == pficon-sort-common-desc {
|
|
351
269
|
$char: '\E94F';
|
|
352
270
|
}
|
|
353
|
-
|
|
354
271
|
@if $filename == pficon-template {
|
|
355
272
|
$char: '\E94C';
|
|
356
273
|
}
|
|
357
|
-
|
|
358
274
|
@if $filename == pficon-vcenter {
|
|
359
275
|
$char: '\E969';
|
|
360
276
|
}
|
|
361
|
-
|
|
362
277
|
@if $filename == plugged {
|
|
363
278
|
$char: '\E96A';
|
|
364
279
|
}
|
|
365
|
-
|
|
366
280
|
@if $filename == port {
|
|
367
281
|
$char: '\E96B';
|
|
368
282
|
}
|
|
369
|
-
|
|
370
283
|
@if $filename == print {
|
|
371
284
|
$char: '\E612';
|
|
372
285
|
}
|
|
373
|
-
|
|
374
286
|
@if $filename == private {
|
|
375
287
|
$char: '\E914';
|
|
376
288
|
}
|
|
377
|
-
|
|
378
289
|
@if $filename == process-automation {
|
|
379
290
|
$char: '\E949';
|
|
380
291
|
}
|
|
381
|
-
|
|
382
292
|
@if $filename == project {
|
|
383
293
|
$char: '\E96C';
|
|
384
294
|
}
|
|
385
|
-
|
|
386
295
|
@if $filename == rebalance {
|
|
387
296
|
$char: '\E91C';
|
|
388
297
|
}
|
|
389
|
-
|
|
390
298
|
@if $filename == rebooting {
|
|
391
299
|
$char: '\E96D';
|
|
392
300
|
}
|
|
393
|
-
|
|
394
301
|
@if $filename == regions {
|
|
395
302
|
$char: '\E90A';
|
|
396
303
|
}
|
|
397
|
-
|
|
398
304
|
@if $filename == registry {
|
|
399
305
|
$char: '\E623';
|
|
400
306
|
}
|
|
401
|
-
|
|
402
307
|
@if $filename == remove2 {
|
|
403
308
|
$char: '\E96E';
|
|
404
309
|
}
|
|
405
|
-
|
|
406
310
|
@if $filename == replicator {
|
|
407
311
|
$char: '\E624';
|
|
408
312
|
}
|
|
409
|
-
|
|
410
313
|
@if $filename == repository {
|
|
411
314
|
$char: '\E90B';
|
|
412
315
|
}
|
|
413
|
-
|
|
414
316
|
@if $filename == resource-pool {
|
|
415
317
|
$char: '\E90C';
|
|
416
318
|
}
|
|
417
|
-
|
|
418
319
|
@if $filename == resources-almost-empty {
|
|
419
320
|
$char: '\E91D';
|
|
420
321
|
}
|
|
421
|
-
|
|
422
322
|
@if $filename == resources-almost-full {
|
|
423
323
|
$char: '\E912';
|
|
424
324
|
}
|
|
425
|
-
|
|
426
325
|
@if $filename == resources-empty {
|
|
427
326
|
$char: '\E96F';
|
|
428
327
|
}
|
|
429
|
-
|
|
430
328
|
@if $filename == resources-full {
|
|
431
329
|
$char: '\E913';
|
|
432
330
|
}
|
|
433
|
-
|
|
434
331
|
@if $filename == running {
|
|
435
332
|
$char: '\E970';
|
|
436
333
|
}
|
|
437
|
-
|
|
438
334
|
@if $filename == save {
|
|
439
335
|
$char: '\E601';
|
|
440
336
|
}
|
|
441
|
-
|
|
442
337
|
@if $filename == screen {
|
|
443
338
|
$char: '\E971';
|
|
444
339
|
}
|
|
445
|
-
|
|
446
340
|
@if $filename == security {
|
|
447
341
|
$char: '\E946';
|
|
448
342
|
}
|
|
449
|
-
|
|
450
343
|
@if $filename == server-group {
|
|
451
344
|
$char: '\E91A';
|
|
452
345
|
}
|
|
453
|
-
|
|
454
346
|
@if $filename == server {
|
|
455
347
|
$char: '\E90D';
|
|
456
348
|
}
|
|
457
|
-
|
|
458
349
|
@if $filename == service-catalog {
|
|
459
350
|
$char: '\E972';
|
|
460
351
|
}
|
|
461
|
-
|
|
462
352
|
@if $filename == service {
|
|
463
353
|
$char: '\E61E';
|
|
464
354
|
}
|
|
465
|
-
|
|
466
355
|
@if $filename == services {
|
|
467
356
|
$char: '\E947';
|
|
468
357
|
}
|
|
469
|
-
|
|
470
358
|
@if $filename == spinner {
|
|
471
359
|
$char: '\E973';
|
|
472
360
|
}
|
|
473
|
-
|
|
474
361
|
@if $filename == spinner2 {
|
|
475
362
|
$char: '\E613';
|
|
476
363
|
}
|
|
477
|
-
|
|
478
364
|
@if $filename == storage-domain {
|
|
479
365
|
$char: '\E90E';
|
|
480
366
|
}
|
|
481
|
-
|
|
482
367
|
@if $filename == task {
|
|
483
368
|
$char: '\E974';
|
|
484
369
|
}
|
|
485
|
-
|
|
486
370
|
@if $filename == tenant {
|
|
487
371
|
$char: '\E916';
|
|
488
372
|
}
|
|
489
|
-
|
|
490
373
|
@if $filename == thumb-tack {
|
|
491
374
|
$char: '\E920';
|
|
492
375
|
}
|
|
493
|
-
|
|
494
376
|
@if $filename == topology {
|
|
495
377
|
$char: '\E608';
|
|
496
378
|
}
|
|
497
|
-
|
|
379
|
+
@if $filename == treeview {
|
|
380
|
+
$char: '\E97D';
|
|
381
|
+
}
|
|
498
382
|
@if $filename == trend-down {
|
|
499
383
|
$char: '\E900';
|
|
500
384
|
}
|
|
501
|
-
|
|
502
385
|
@if $filename == trend-up {
|
|
503
386
|
$char: '\E901';
|
|
504
387
|
}
|
|
505
|
-
|
|
506
388
|
@if $filename == unknown {
|
|
507
389
|
$char: '\E935';
|
|
508
390
|
}
|
|
509
|
-
|
|
510
391
|
@if $filename == unlocked {
|
|
511
392
|
$char: '\E922';
|
|
512
393
|
}
|
|
513
|
-
|
|
514
394
|
@if $filename == unplugged {
|
|
515
395
|
$char: '\E942';
|
|
516
396
|
}
|
|
517
|
-
|
|
518
397
|
@if $filename == user {
|
|
519
398
|
$char: '\E91E';
|
|
520
399
|
}
|
|
521
|
-
|
|
522
400
|
@if $filename == users {
|
|
523
401
|
$char: '\E91F';
|
|
524
402
|
}
|
|
525
|
-
|
|
526
403
|
@if $filename == virtual-machine {
|
|
527
404
|
$char: '\E90F';
|
|
528
405
|
}
|
|
529
|
-
|
|
530
406
|
@if $filename == volume {
|
|
531
407
|
$char: '\E910';
|
|
532
408
|
}
|
|
533
|
-
|
|
534
409
|
@if $filename == warning-triangle {
|
|
535
410
|
$char: '\E975';
|
|
536
411
|
}
|
|
537
|
-
|
|
538
412
|
@if $filename == zone {
|
|
539
413
|
$char: '\E911';
|
|
540
414
|
}
|
|
@@ -907,6 +781,9 @@
|
|
|
907
781
|
.pf-v5-pficon-topology {
|
|
908
782
|
@include pf-v5-pficon(topology);
|
|
909
783
|
}
|
|
784
|
+
.pf-v5-pficon-treeview {
|
|
785
|
+
@include pf-v5-pficon(treeview);
|
|
786
|
+
}
|
|
910
787
|
.pf-v5-pficon-trend-down {
|
|
911
788
|
@include pf-v5-pficon(trend-down);
|
|
912
789
|
}
|
package/base/_common.scss
CHANGED
|
@@ -23,3 +23,24 @@
|
|
|
23
23
|
--#{$pf-global}--FontFamily--heading: var(--#{$pf-global}--FontFamily--heading--vf);
|
|
24
24
|
--#{$pf-global}--FontFamily--monospace: var(--#{$pf-global}--FontFamily--monospace--vf);
|
|
25
25
|
}
|
|
26
|
+
|
|
27
|
+
// RTL helpers
|
|
28
|
+
|
|
29
|
+
// Sets a block to RTL
|
|
30
|
+
.#{$pf-prefix}m-dir-rtl {
|
|
31
|
+
@include pf-v5-set-inverse;
|
|
32
|
+
|
|
33
|
+
direction: rtl;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// Sets a block to LTR
|
|
37
|
+
.#{$pf-prefix}m-dir-ltr {
|
|
38
|
+
@include pf-v5-set-inverse(false);
|
|
39
|
+
|
|
40
|
+
direction: ltr;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// Mirrors/flips something horizontally/inline in RTL
|
|
44
|
+
.#{$pf-prefix}m-mirror-inline-rtl {
|
|
45
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
46
|
+
}
|
package/base/_globals.scss
CHANGED
package/base/_variables.scss
CHANGED
|
@@ -282,6 +282,13 @@
|
|
|
282
282
|
// A11y
|
|
283
283
|
--#{$pf-global}--target-size--MinWidth: #{$pf-v5-global--target-size--MinWidth};
|
|
284
284
|
--#{$pf-global}--target-size--MinHeight: #{$pf-v5-global--target-size--MinHeight};
|
|
285
|
+
|
|
286
|
+
// RTL
|
|
287
|
+
@include pf-v5-set-inverse(false);
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
@include pf-v5-rtl {
|
|
291
|
+
@include pf-v5-set-inverse;
|
|
285
292
|
}
|
|
286
293
|
|
|
287
294
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.pf-v5-screen-reader {
|
|
2
2
|
position: fixed;
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
inset-block-start: 0;
|
|
4
|
+
inset-inline-start: 0;
|
|
5
5
|
overflow: hidden;
|
|
6
6
|
clip: rect(0, 0, 0, 0);
|
|
7
7
|
white-space: nowrap;
|
|
@@ -23,4 +23,18 @@
|
|
|
23
23
|
--pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
|
|
24
24
|
--pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
|
|
25
25
|
--pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.pf-v5-m-dir-rtl {
|
|
29
|
+
--pf-v5-global--inverse--multiplier: -1;
|
|
30
|
+
direction: rtl;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.pf-v5-m-dir-ltr {
|
|
34
|
+
--pf-v5-global--inverse--multiplier: 1;
|
|
35
|
+
direction: ltr;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-m-mirror-inline-rtl {
|
|
39
|
+
scale: -1 1;
|
|
26
40
|
}
|
|
@@ -4190,7 +4190,7 @@
|
|
|
4190
4190
|
font-family: "pf-v5-pficon";
|
|
4191
4191
|
src: url("./assets/pficon/pf-v5-pficon.woff2") format("woff2");
|
|
4192
4192
|
}
|
|
4193
|
-
.pf-v5-pficon-zone:before, .pf-v5-pficon-warning-triangle:before, .pf-v5-pficon-volume:before, .pf-v5-pficon-virtual-machine:before, .pf-v5-pficon-users:before, .pf-v5-pficon-user:before, .pf-v5-pficon-unplugged:before, .pf-v5-pficon-unlocked:before, .pf-v5-pficon-unknown:before, .pf-v5-pficon-trend-up:before, .pf-v5-pficon-trend-down:before, .pf-v5-pficon-topology:before, .pf-v5-pficon-thumb-tack:before, .pf-v5-pficon-tenant:before, .pf-v5-pficon-task:before, .pf-v5-pficon-storage-domain:before, .pf-v5-pficon-spinner2:before, .pf-v5-pficon-spinner:before, .pf-v5-pficon-services:before, .pf-v5-pficon-service:before, .pf-v5-pficon-service-catalog:before, .pf-v5-pficon-server:before, .pf-v5-pficon-server-group:before, .pf-v5-pficon-security:before, .pf-v5-pficon-screen:before, .pf-v5-pficon-save:before, .pf-v5-pficon-running:before, .pf-v5-pficon-resources-full:before, .pf-v5-pficon-resources-empty:before, .pf-v5-pficon-resources-almost-full:before, .pf-v5-pficon-resources-almost-empty:before, .pf-v5-pficon-resource-pool:before, .pf-v5-pficon-repository:before, .pf-v5-pficon-replicator:before, .pf-v5-pficon-remove2:before, .pf-v5-pficon-registry:before, .pf-v5-pficon-regions:before, .pf-v5-pficon-rebooting:before, .pf-v5-pficon-rebalance:before, .pf-v5-pficon-project:before, .pf-v5-pficon-process-automation:before, .pf-v5-pficon-private:before, .pf-v5-pficon-print:before, .pf-v5-pficon-port:before, .pf-v5-pficon-plugged:before, .pf-v5-pficon-pficon-vcenter:before, .pf-v5-pficon-pficon-template:before, .pf-v5-pficon-pficon-sort-common-desc:before, .pf-v5-pficon-pficon-sort-common-asc:before, .pf-v5-pficon-pficon-satellite:before, .pf-v5-pficon-pficon-network-range:before, .pf-v5-pficon-pficon-history:before, .pf-v5-pficon-pficon-dragdrop:before, .pf-v5-pficon-pending:before, .pf-v5-pficon-paused:before, .pf-v5-pficon-panel-open:before, .pf-v5-pficon-panel-close:before, .pf-v5-pficon-package:before, .pf-v5-pficon-os-image:before, .pf-v5-pficon-orders:before, .pf-v5-pficon-optimize:before, .pf-v5-pficon-openstack:before, .pf-v5-pficon-openshift:before, .pf-v5-pficon-open-drawer-right:before, .pf-v5-pficon-on:before, .pf-v5-pficon-on-running:before, .pf-v5-pficon-ok:before, .pf-v5-pficon-off:before, .pf-v5-pficon-not-started:before, .pf-v5-pficon-new-process:before, .pf-v5-pficon-network:before, .pf-v5-pficon-namespaces:before, .pf-v5-pficon-multicluster:before, .pf-v5-pficon-monitoring:before, .pf-v5-pficon-module:before, .pf-v5-pficon-migration:before, .pf-v5-pficon-middleware:before, .pf-v5-pficon-messages:before, .pf-v5-pficon-memory:before, .pf-v5-pficon-maintenance:before, .pf-v5-pficon-locked:before, .pf-v5-pficon-key:before, .pf-v5-pficon-integration:before, .pf-v5-pficon-infrastructure:before, .pf-v5-pficon-info:before, .pf-v5-pficon-in-progress:before, .pf-v5-pficon-import:before, .pf-v5-pficon-home:before, .pf-v5-pficon-history:before, .pf-v5-pficon-help:before, .pf-v5-pficon-globe-route:before, .pf-v5-pficon-folder-open:before, .pf-v5-pficon-folder-close:before, .pf-v5-pficon-flavor:before, .pf-v5-pficon-filter:before, .pf-v5-pficon-export:before, .pf-v5-pficon-error-circle-o:before, .pf-v5-pficon-equalizer:before, .pf-v5-pficon-enterprise:before, .pf-v5-pficon-enhancement:before, .pf-v5-pficon-edit:before, .pf-v5-pficon-domain:before, .pf-v5-pficon-disconnected:before, .pf-v5-pficon-degraded:before, .pf-v5-pficon-data-source:before, .pf-v5-pficon-data-sink:before, .pf-v5-pficon-data-processor:before, .pf-v5-pficon-critical-risk:before, .pf-v5-pficon-cpu:before, .pf-v5-pficon-container-node:before, .pf-v5-pficon-connected:before, .pf-v5-pficon-cluster:before, .pf-v5-pficon-cloud-tenant:before, .pf-v5-pficon-cloud-security:before, .pf-v5-pficon-close:before, .pf-v5-pficon-chat:before, .pf-v5-pficon-catalog:before, .pf-v5-pficon-bundle:before, .pf-v5-pficon-builder-image:before, .pf-v5-pficon-build:before, .pf-v5-pficon-blueprint:before, .pf-v5-pficon-bell:before, .pf-v5-pficon-automation:before, .pf-v5-pficon-attention-bell:before, .pf-v5-pficon-asleep:before, .pf-v5-pficon-arrow:before, .pf-v5-pficon-applications:before, .pf-v5-pficon-ansible-tower:before, .pf-v5-pficon-add-circle-o:before {
|
|
4193
|
+
.pf-v5-pficon-zone:before, .pf-v5-pficon-warning-triangle:before, .pf-v5-pficon-volume:before, .pf-v5-pficon-virtual-machine:before, .pf-v5-pficon-users:before, .pf-v5-pficon-user:before, .pf-v5-pficon-unplugged:before, .pf-v5-pficon-unlocked:before, .pf-v5-pficon-unknown:before, .pf-v5-pficon-trend-up:before, .pf-v5-pficon-trend-down:before, .pf-v5-pficon-treeview:before, .pf-v5-pficon-topology:before, .pf-v5-pficon-thumb-tack:before, .pf-v5-pficon-tenant:before, .pf-v5-pficon-task:before, .pf-v5-pficon-storage-domain:before, .pf-v5-pficon-spinner2:before, .pf-v5-pficon-spinner:before, .pf-v5-pficon-services:before, .pf-v5-pficon-service:before, .pf-v5-pficon-service-catalog:before, .pf-v5-pficon-server:before, .pf-v5-pficon-server-group:before, .pf-v5-pficon-security:before, .pf-v5-pficon-screen:before, .pf-v5-pficon-save:before, .pf-v5-pficon-running:before, .pf-v5-pficon-resources-full:before, .pf-v5-pficon-resources-empty:before, .pf-v5-pficon-resources-almost-full:before, .pf-v5-pficon-resources-almost-empty:before, .pf-v5-pficon-resource-pool:before, .pf-v5-pficon-repository:before, .pf-v5-pficon-replicator:before, .pf-v5-pficon-remove2:before, .pf-v5-pficon-registry:before, .pf-v5-pficon-regions:before, .pf-v5-pficon-rebooting:before, .pf-v5-pficon-rebalance:before, .pf-v5-pficon-project:before, .pf-v5-pficon-process-automation:before, .pf-v5-pficon-private:before, .pf-v5-pficon-print:before, .pf-v5-pficon-port:before, .pf-v5-pficon-plugged:before, .pf-v5-pficon-pficon-vcenter:before, .pf-v5-pficon-pficon-template:before, .pf-v5-pficon-pficon-sort-common-desc:before, .pf-v5-pficon-pficon-sort-common-asc:before, .pf-v5-pficon-pficon-satellite:before, .pf-v5-pficon-pficon-network-range:before, .pf-v5-pficon-pficon-history:before, .pf-v5-pficon-pficon-dragdrop:before, .pf-v5-pficon-pending:before, .pf-v5-pficon-paused:before, .pf-v5-pficon-panel-open:before, .pf-v5-pficon-panel-close:before, .pf-v5-pficon-package:before, .pf-v5-pficon-os-image:before, .pf-v5-pficon-orders:before, .pf-v5-pficon-optimize:before, .pf-v5-pficon-openstack:before, .pf-v5-pficon-openshift:before, .pf-v5-pficon-open-drawer-right:before, .pf-v5-pficon-on:before, .pf-v5-pficon-on-running:before, .pf-v5-pficon-ok:before, .pf-v5-pficon-off:before, .pf-v5-pficon-not-started:before, .pf-v5-pficon-new-process:before, .pf-v5-pficon-network:before, .pf-v5-pficon-namespaces:before, .pf-v5-pficon-multicluster:before, .pf-v5-pficon-monitoring:before, .pf-v5-pficon-module:before, .pf-v5-pficon-migration:before, .pf-v5-pficon-middleware:before, .pf-v5-pficon-messages:before, .pf-v5-pficon-memory:before, .pf-v5-pficon-maintenance:before, .pf-v5-pficon-locked:before, .pf-v5-pficon-key:before, .pf-v5-pficon-integration:before, .pf-v5-pficon-infrastructure:before, .pf-v5-pficon-info:before, .pf-v5-pficon-in-progress:before, .pf-v5-pficon-import:before, .pf-v5-pficon-home:before, .pf-v5-pficon-history:before, .pf-v5-pficon-help:before, .pf-v5-pficon-globe-route:before, .pf-v5-pficon-folder-open:before, .pf-v5-pficon-folder-close:before, .pf-v5-pficon-flavor:before, .pf-v5-pficon-filter:before, .pf-v5-pficon-export:before, .pf-v5-pficon-error-circle-o:before, .pf-v5-pficon-equalizer:before, .pf-v5-pficon-enterprise:before, .pf-v5-pficon-enhancement:before, .pf-v5-pficon-edit:before, .pf-v5-pficon-domain:before, .pf-v5-pficon-disconnected:before, .pf-v5-pficon-degraded:before, .pf-v5-pficon-data-source:before, .pf-v5-pficon-data-sink:before, .pf-v5-pficon-data-processor:before, .pf-v5-pficon-critical-risk:before, .pf-v5-pficon-cpu:before, .pf-v5-pficon-container-node:before, .pf-v5-pficon-connected:before, .pf-v5-pficon-cluster:before, .pf-v5-pficon-cloud-tenant:before, .pf-v5-pficon-cloud-security:before, .pf-v5-pficon-close:before, .pf-v5-pficon-chat:before, .pf-v5-pficon-catalog:before, .pf-v5-pficon-bundle:before, .pf-v5-pficon-builder-image:before, .pf-v5-pficon-build:before, .pf-v5-pficon-blueprint:before, .pf-v5-pficon-bell:before, .pf-v5-pficon-automation:before, .pf-v5-pficon-attention-bell:before, .pf-v5-pficon-asleep:before, .pf-v5-pficon-arrow:before, .pf-v5-pficon-applications:before, .pf-v5-pficon-ansible-tower:before, .pf-v5-pficon-add-circle-o:before {
|
|
4194
4194
|
font-family: "pf-v5-pficon";
|
|
4195
4195
|
-webkit-font-smoothing: antialiased;
|
|
4196
4196
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -4673,6 +4673,10 @@
|
|
|
4673
4673
|
content: "\e608";
|
|
4674
4674
|
}
|
|
4675
4675
|
|
|
4676
|
+
.pf-v5-pficon-treeview:before {
|
|
4677
|
+
content: "\e97d";
|
|
4678
|
+
}
|
|
4679
|
+
|
|
4676
4680
|
.pf-v5-pficon-trend-down:before {
|
|
4677
4681
|
content: "\e900";
|
|
4678
4682
|
}
|