@patternfly/patternfly 4.224.2 → 5.0.0-alpha.10
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 +2 -2
- package/RELEASE-NOTES.md +0 -17
- package/assets/icons/iconUnicodes.json +0 -1
- package/assets/pficon/pficon.scss +0 -6
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/_chart-globals.scss +4 -0
- package/base/_common.scss +0 -22
- package/base/_fonts.scss +0 -188
- package/base/_globals.scss +0 -6
- package/base/_icons.scss +28 -0
- package/base/_variables.scss +0 -14
- package/base/patternfly-common.css +0 -10
- package/base/patternfly-fonts.css +0 -120
- package/base/patternfly-globals.css +0 -4
- package/base/patternfly-icons.css +1 -5
- package/base/patternfly-icons.scss +0 -28
- package/base/patternfly-pf-icons.css +1 -5
- package/base/patternfly-variables.css +6 -19
- package/components/AboutModalBox/about-modal-box.css +1 -28
- package/components/AboutModalBox/about-modal-box.scss +1 -27
- package/components/Accordion/accordion.css +64 -62
- package/components/Accordion/accordion.scss +62 -64
- package/components/Alert/alert.css +0 -4
- package/components/Alert/alert.scss +0 -7
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Breadcrumb/breadcrumb.css +0 -6
- package/components/Breadcrumb/breadcrumb.scss +0 -9
- package/components/Button/button.css +0 -4
- package/components/Button/button.scss +0 -7
- package/components/CalendarMonth/calendar-month.css +1 -1
- package/components/CalendarMonth/calendar-month.scss +1 -1
- package/components/Card/card.css +9 -16
- package/components/Card/card.scss +11 -24
- package/components/Check/check.css +4 -2
- package/components/Check/check.scss +2 -2
- package/components/ChipGroup/chip-group.css +29 -17
- package/components/ChipGroup/chip-group.scss +39 -22
- package/components/Content/content.css +1 -17
- package/components/Content/content.scss +1 -23
- package/components/DataList/data-list.css +0 -15
- package/components/Divider/divider.css +0 -16
- package/components/Divider/divider.scss +0 -1
- package/components/Drawer/drawer.css +0 -15
- package/components/Drawer/drawer.scss +0 -6
- package/components/EmptyState/empty-state.css +46 -56
- package/components/EmptyState/empty-state.scss +58 -66
- package/components/ExpandableSection/expandable-section.css +0 -4
- package/components/ExpandableSection/expandable-section.scss +0 -7
- package/components/Form/form.css +0 -1
- package/components/Form/form.scss +0 -1
- package/components/InlineEdit/inline-edit.css +1 -12
- package/components/InlineEdit/inline-edit.scss +1 -10
- package/components/JumpLinks/jump-links.css +0 -43
- package/components/JumpLinks/jump-links.scss +0 -13
- package/components/Label/label.css +0 -3
- package/components/Label/label.scss +0 -4
- package/components/LabelGroup/label-group.css +26 -22
- package/components/LabelGroup/label-group.scss +31 -26
- package/components/Menu/menu.css +0 -16
- package/components/Menu/menu.scss +0 -1
- package/components/NotificationDrawer/notification-drawer.css +1 -0
- package/components/NotificationDrawer/notification-drawer.scss +1 -0
- package/components/Page/page.css +0 -15
- package/components/Pagination/pagination.css +108 -55
- package/components/Pagination/pagination.scss +6 -25
- package/components/Popover/popover.css +1 -6
- package/components/Popover/themes/dark/popover.scss +1 -7
- package/components/Progress/progress.css +0 -1
- package/components/Progress/progress.scss +0 -1
- package/components/Radio/radio.css +4 -2
- package/components/Radio/radio.scss +2 -2
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +1 -1
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +1 -1
- package/components/Switch/switch.css +0 -1
- package/components/Switch/switch.scss +0 -1
- package/components/Table/table-grid.css +0 -10
- package/components/Table/table-grid.scss +0 -2
- package/components/Table/table-tree-view.css +0 -16
- package/components/Table/table-tree-view.scss +0 -4
- package/components/Table/table.css +0 -16
- package/components/Table/table.scss +0 -1
- package/components/Tabs/tabs.css +5 -34
- package/components/Tabs/tabs.scss +7 -15
- package/components/Title/title.css +0 -5
- package/components/Title/title.scss +0 -8
- package/components/Toolbar/toolbar.css +30 -33
- package/components/Toolbar/toolbar.scss +37 -9
- package/components/Tooltip/themes/dark/tooltip.scss +3 -6
- package/components/Tooltip/tooltip.css +2 -5
- package/components/Wizard/wizard.css +0 -9
- package/components/Wizard/wizard.scss +0 -9
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +4 -15
- package/docs/components/Accordion/examples/Accordion.md +67 -67
- package/docs/components/Card/examples/Card.md +61 -44
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +2 -6
- package/docs/components/Content/examples/Content.md +0 -28
- package/docs/components/EmptyState/examples/EmptyState.md +127 -79
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -5
- package/docs/components/Tabs/examples/Tabs.md +102 -103
- package/docs/components/Toolbar/examples/Toolbar.md +19 -16
- package/docs/components/Wizard/examples/Wizard.md +10 -13
- package/docs/demos/AboutModal/examples/AboutModal.md +53 -49
- package/docs/demos/Alert/examples/Alert.md +18 -12
- package/docs/demos/BackToTop/examples/BackToTop.md +6 -4
- package/docs/demos/Banner/examples/Banner.md +13 -8
- package/docs/demos/Card/examples/Card.md +145 -110
- package/docs/demos/CardView/examples/CardView.md +7 -7
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -16
- package/docs/demos/Dashboard/examples/Dashboard.md +6 -4
- package/docs/demos/DataList/examples/DataList.md +26 -20
- package/docs/demos/DescriptionList/examples/DescriptionList.md +19 -12
- package/docs/demos/Drawer/examples/Drawer.md +30 -20
- package/docs/demos/HelperText/examples/HelperText.md +1 -0
- package/docs/demos/JumpLinks/examples/JumpLinks.md +36 -24
- package/docs/demos/Masthead/examples/Masthead.md +57 -42
- package/docs/demos/Modal/examples/Modal.md +36 -24
- package/docs/demos/Nav/examples/Nav.md +48 -32
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -20
- package/docs/demos/Page/examples/Page.md +55 -37
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +1 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +51 -34
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -4
- package/docs/demos/Table/examples/Table.md +102 -88
- package/docs/demos/Tabs/examples/Tabs.md +40 -28
- package/docs/demos/Toolbar/examples/Toolbar.md +1648 -66
- package/docs/demos/Wizard/examples/Wizard.md +232 -222
- package/icons/pf-icons.json +0 -1
- package/package.json +4 -3
- package/patternfly-base-no-reset.css +31 -154
- package/patternfly-base.css +31 -158
- package/patternfly-charts.css +1 -1
- package/patternfly-no-reset.css +367 -650
- package/patternfly.css +367 -654
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +0 -6
- package/sass-utilities/placeholders.scss +0 -7
- package/sass-utilities/scss-variables.scss +6 -13
- package/assets/fonts/overpass-mono-webfont/example.html +0 -15
- package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono.css +0 -39
- package/assets/fonts/overpass-webfont/example.html +0 -18
- package/assets/fonts/overpass-webfont/overpass-bold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-light-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-light-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-light.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-light.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-regular.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-regular.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass.css +0 -141
|
@@ -3,38 +3,51 @@
|
|
|
3
3
|
--pf-c-empty-state--PaddingRight: var(--pf-global--spacer--xl);
|
|
4
4
|
--pf-c-empty-state--PaddingBottom: var(--pf-global--spacer--xl);
|
|
5
5
|
--pf-c-empty-state--PaddingLeft: var(--pf-global--spacer--xl);
|
|
6
|
+
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
7
|
+
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
8
|
+
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
9
|
+
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
10
|
+
|
|
11
|
+
// Content
|
|
6
12
|
--pf-c-empty-state__content--MaxWidth: none;
|
|
13
|
+
--pf-c-empty-state--m-xs__content--MaxWidth: #{pf-size-prem(350px)};
|
|
14
|
+
--pf-c-empty-state--m-sm__content--MaxWidth: #{pf-size-prem(400px)};
|
|
15
|
+
--pf-c-empty-state--m-lg__content--MaxWidth: #{pf-size-prem(600px)};
|
|
16
|
+
|
|
17
|
+
// Icon
|
|
7
18
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-global--spacer--lg);
|
|
8
19
|
--pf-c-empty-state__icon--FontSize: var(--pf-global--icon--FontSize--xl);
|
|
9
20
|
--pf-c-empty-state__icon--Color: var(--pf-global--icon--Color--light);
|
|
10
|
-
--pf-c-empty-
|
|
21
|
+
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
22
|
+
--pf-c-empty-state--m-xl__icon--MarginBottom: var(--pf-global--spacer--xl);
|
|
23
|
+
--pf-c-empty-state--m-xl__icon--FontSize: #{pf-size-prem(100px)};
|
|
24
|
+
|
|
25
|
+
// Title text
|
|
26
|
+
--pf-c-empty-state__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
27
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-global--FontSize--xl);
|
|
28
|
+
--pf-c-empty-state__title-text--FontWeight: var(--pf-global--FontWeight--normal);
|
|
29
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-global--LineHeight--md);
|
|
30
|
+
--pf-c-empty-state--m-xs__title-text--FontSize: var(--pf-global--FontSize--md);
|
|
31
|
+
--pf-c-empty-state--m-xl__title-text--FontSize: var(--pf-global--FontSize--4xl);
|
|
32
|
+
--pf-c-empty-state--m-xl__title-text--LineHeight: var(--pf-global--LineHeight--sm);
|
|
33
|
+
|
|
34
|
+
// Body
|
|
11
35
|
--pf-c-empty-state__body--MarginTop: var(--pf-global--spacer--md);
|
|
12
36
|
--pf-c-empty-state__body--Color: var(--pf-global--Color--200);
|
|
13
|
-
--pf-c-empty-
|
|
14
|
-
--pf-c-empty-state__primary--secondary--MarginTop: var(--pf-global--spacer--sm);
|
|
15
|
-
--pf-c-empty-state__secondary--MarginTop: var(--pf-global--spacer--xl);
|
|
16
|
-
--pf-c-empty-state__secondary--MarginBottom: calc(var(--pf-global--spacer--xs) * -1);
|
|
17
|
-
--pf-c-empty-state__secondary--child--MarginRight: calc(var(--pf-global--spacer--xs) / 2);
|
|
18
|
-
--pf-c-empty-state__secondary--child--MarginBottom: var(--pf-global--spacer--xs);
|
|
19
|
-
--pf-c-empty-state__secondary--child--MarginLeft: calc(var(--pf-global--spacer--xs) / 2);
|
|
20
|
-
--pf-c-empty-state--m-xs__content--MaxWidth: #{pf-size-prem(350px)};
|
|
37
|
+
--pf-c-empty-state--body--FontSize: var(--pf-global--FontSize--md);
|
|
21
38
|
--pf-c-empty-state--m-xs__body--FontSize: var(--pf-global--FontSize--sm);
|
|
22
|
-
--pf-c-empty-state--m-xs--button--FontSize: var(--pf-global--FontSize--sm);
|
|
23
|
-
--pf-c-empty-state--m-xs--PaddingTop: var(--pf-global--spacer--md);
|
|
24
|
-
--pf-c-empty-state--m-xs--PaddingRight: var(--pf-global--spacer--md);
|
|
25
|
-
--pf-c-empty-state--m-xs--PaddingBottom: var(--pf-global--spacer--md);
|
|
26
|
-
--pf-c-empty-state--m-xs--PaddingLeft: var(--pf-global--spacer--md);
|
|
27
|
-
--pf-c-empty-state--m-xs__icon--MarginBottom: var(--pf-global--spacer--md);
|
|
28
39
|
--pf-c-empty-state--m-xs__body--MarginTop: var(--pf-global--spacer--md);
|
|
29
|
-
--pf-c-empty-state--m-xs__primary--MarginTop: var(--pf-global--spacer--md);
|
|
30
|
-
--pf-c-empty-state--m-xs__secondary--MarginTop: var(--pf-global--spacer--md);
|
|
31
|
-
--pf-c-empty-state--m-sm__content--MaxWidth: #{pf-size-prem(400px)};
|
|
32
|
-
--pf-c-empty-state--m-lg__content--MaxWidth: #{pf-size-prem(600px)};
|
|
33
40
|
--pf-c-empty-state--m-xl__body--FontSize: var(--pf-global--FontSize--xl);
|
|
34
41
|
--pf-c-empty-state--m-xl__body--MarginTop: var(--pf-global--spacer--lg);
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
--pf-c-empty-
|
|
42
|
+
|
|
43
|
+
// Footer
|
|
44
|
+
--pf-c-empty-state__footer--RowGap: var(--pf-global--spacer--sm);
|
|
45
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-global--spacer--xl);
|
|
46
|
+
--pf-c-empty-state--m-xs__footer--MarginTop: var(--pf-global--spacer--md);
|
|
47
|
+
|
|
48
|
+
// Actions
|
|
49
|
+
--pf-c-empty-state__actions--RowGap: var(--pf-global--spacer--xs);
|
|
50
|
+
--pf-c-empty-state__actions--ColumnGap: var(--pf-global--spacer--xs);
|
|
38
51
|
|
|
39
52
|
display: flex;
|
|
40
53
|
align-items: center;
|
|
@@ -47,19 +60,12 @@
|
|
|
47
60
|
--pf-c-empty-state--PaddingRight: var(--pf-c-empty-state--m-xs--PaddingRight);
|
|
48
61
|
--pf-c-empty-state--PaddingBottom: var(--pf-c-empty-state--m-xs--PaddingBottom);
|
|
49
62
|
--pf-c-empty-state--PaddingLeft: var(--pf-c-empty-state--m-xs--PaddingLeft);
|
|
63
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xs__title-text--FontSize);
|
|
50
64
|
--pf-c-empty-state__content--MaxWidth: var(--pf-c-empty-state--m-xs__content--MaxWidth);
|
|
51
65
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xs__icon--MarginBottom);
|
|
52
66
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xs__body--MarginTop);
|
|
53
|
-
--pf-c-empty-
|
|
54
|
-
--pf-c-empty-
|
|
55
|
-
|
|
56
|
-
.pf-c-empty-state__body {
|
|
57
|
-
font-size: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.pf-c-button {
|
|
61
|
-
--pf-c-button--FontSize: var(--pf-c-empty-state--m-xs--button--FontSize);
|
|
62
|
-
}
|
|
67
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xs__body--FontSize);
|
|
68
|
+
--pf-c-empty-state__footer--MarginTop: var(--pf-c-empty-state--m-xs__footer--MarginTop);
|
|
63
69
|
}
|
|
64
70
|
|
|
65
71
|
&.pf-m-sm {
|
|
@@ -72,13 +78,11 @@
|
|
|
72
78
|
|
|
73
79
|
&.pf-m-xl {
|
|
74
80
|
--pf-c-empty-state__body--MarginTop: var(--pf-c-empty-state--m-xl__body--MarginTop);
|
|
81
|
+
--pf-c-empty-state--body--FontSize: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
75
82
|
--pf-c-empty-state__icon--MarginBottom: var(--pf-c-empty-state--m-xl__icon--MarginBottom);
|
|
76
83
|
--pf-c-empty-state__icon--FontSize: var(--pf-c-empty-state--m-xl__icon--FontSize);
|
|
77
|
-
--pf-c-empty-
|
|
78
|
-
|
|
79
|
-
.pf-c-empty-state__body {
|
|
80
|
-
font-size: var(--pf-c-empty-state--m-xl__body--FontSize);
|
|
81
|
-
}
|
|
84
|
+
--pf-c-empty-state__title-text--FontSize: var(--pf-c-empty-state--m-xl__title-text--FontSize);
|
|
85
|
+
--pf-c-empty-state__title-text--LineHeight: var(--pf-c-empty-state--m-xl__title-text--LineHeight);
|
|
82
86
|
}
|
|
83
87
|
|
|
84
88
|
&.pf-m-full-height {
|
|
@@ -88,51 +92,39 @@
|
|
|
88
92
|
|
|
89
93
|
.pf-c-empty-state__content {
|
|
90
94
|
max-width: var(--pf-c-empty-state__content--MaxWidth);
|
|
91
|
-
|
|
92
|
-
> .pf-c-title.pf-m-lg {
|
|
93
|
-
font-size: var(--pf-c-empty-state__content--c-title--m-lg--FontSize);
|
|
94
|
-
}
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.pf-c-empty-state__icon {
|
|
98
98
|
margin-bottom: var(--pf-c-empty-state__icon--MarginBottom);
|
|
99
99
|
font-size: var(--pf-c-empty-state__icon--FontSize);
|
|
100
|
+
line-height: 1;
|
|
100
101
|
color: var(--pf-c-empty-state__icon--Color);
|
|
101
102
|
}
|
|
102
103
|
|
|
104
|
+
.pf-c-empty-state__title-text {
|
|
105
|
+
font-family: var(--pf-c-empty-state__title-text--FontFamily);
|
|
106
|
+
font-size: var(--pf-c-empty-state__title-text--FontSize);
|
|
107
|
+
font-weight: var(--pf-c-empty-state__title-text--FontWeight);
|
|
108
|
+
line-height: var(--pf-c-empty-state__title-text--LineHeight);
|
|
109
|
+
}
|
|
110
|
+
|
|
103
111
|
.pf-c-empty-state__body {
|
|
104
112
|
margin-top: var(--pf-c-empty-state__body--MarginTop);
|
|
113
|
+
font-size: var(--pf-c-empty-state--body--FontSize);
|
|
105
114
|
color: var(--pf-c-empty-state__body--Color);
|
|
106
115
|
}
|
|
107
116
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
117
|
+
.pf-c-empty-state__footer {
|
|
118
|
+
display: flex;
|
|
119
|
+
flex-direction: column;
|
|
120
|
+
align-items: center;
|
|
121
|
+
row-gap: var(--pf-c-empty-state__footer--RowGap);
|
|
122
|
+
margin-top: var(--pf-c-empty-state__footer--MarginTop);
|
|
115
123
|
}
|
|
116
124
|
|
|
117
|
-
.pf-c-empty-
|
|
125
|
+
.pf-c-empty-state__actions {
|
|
118
126
|
display: flex;
|
|
119
127
|
flex-wrap: wrap;
|
|
120
128
|
justify-content: center;
|
|
121
|
-
|
|
122
|
-
margin-bottom: var(--pf-c-empty-state__secondary--MarginBottom);
|
|
123
|
-
|
|
124
|
-
> * {
|
|
125
|
-
margin-right: var(--pf-c-empty-state__secondary--child--MarginRight);
|
|
126
|
-
margin-bottom: var(--pf-c-empty-state__secondary--child--MarginBottom);
|
|
127
|
-
margin-left: var(--pf-c-empty-state__secondary--child--MarginLeft);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
// RedHat Font overrides
|
|
132
|
-
@include pf-m-overpass-font {
|
|
133
|
-
.pf-c-empty-state {
|
|
134
|
-
.pf-c-empty-state__content > .pf-c-title.pf-m-lg {
|
|
135
|
-
font-size: var(--pf-global--FontSize--lg);
|
|
136
|
-
}
|
|
137
|
-
}
|
|
129
|
+
gap: var(--pf-c-empty-state__actions--RowGap) var(--pf-c-empty-state__actions--ColumnGap);
|
|
138
130
|
}
|
|
@@ -126,8 +126,4 @@
|
|
|
126
126
|
padding-bottom: var(--pf-c-expandable-section__content--PaddingBottom);
|
|
127
127
|
padding-left: var(--pf-c-expandable-section__content--PaddingLeft);
|
|
128
128
|
margin-top: var(--pf-c-expandable-section__content--MarginTop);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.pf-m-overpass-font .pf-c-expandable-section__toggle {
|
|
132
|
-
font-weight: var(--pf-global--FontWeight--semi-bold);
|
|
133
129
|
}
|
|
@@ -161,10 +161,3 @@
|
|
|
161
161
|
padding-left: var(--pf-c-expandable-section__content--PaddingLeft);
|
|
162
162
|
margin-top: var(--pf-c-expandable-section__content--MarginTop);
|
|
163
163
|
}
|
|
164
|
-
|
|
165
|
-
// RedHat Font overrides
|
|
166
|
-
@include pf-m-overpass-font {
|
|
167
|
-
.pf-c-expandable-section__toggle {
|
|
168
|
-
font-weight: var(--pf-global--FontWeight--semi-bold);
|
|
169
|
-
}
|
|
170
|
-
}
|
package/components/Form/form.css
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
--pf-c-inline-edit__action--c-button--m-valid--m-plain--hover--Color: var(--pf-global--link--Color--hover);
|
|
5
5
|
--pf-c-inline-edit__action--m-icon-group--item--MarginRight: 0;
|
|
6
6
|
--pf-c-inline-edit__group--m-footer--MarginTop: var(--pf-global--spacer--xl);
|
|
7
|
-
--pf-c-inline-edit__label--m-bold--FontWeight: var(--pf-global--FontWeight--
|
|
7
|
+
--pf-c-inline-edit__label--m-bold--FontWeight: var(--pf-global--FontWeight--bold);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.pf-c-inline-edit__group {
|
|
@@ -43,22 +43,12 @@
|
|
|
43
43
|
.pf-c-inline-edit__action,
|
|
44
44
|
.pf-c-inline-edit__group.pf-m-action-group {
|
|
45
45
|
display: none;
|
|
46
|
-
visibility: hidden;
|
|
47
46
|
}
|
|
48
47
|
|
|
49
48
|
.pf-c-inline-edit__action.pf-m-enable-editable {
|
|
50
49
|
display: inline-block;
|
|
51
|
-
visibility: visible;
|
|
52
50
|
}
|
|
53
51
|
|
|
54
|
-
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__input,
|
|
55
|
-
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__action,
|
|
56
|
-
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__group.pf-m-action-group,
|
|
57
|
-
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__input,
|
|
58
|
-
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__action,
|
|
59
|
-
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__group.pf-m-action-group {
|
|
60
|
-
visibility: visible;
|
|
61
|
-
}
|
|
62
52
|
.pf-c-inline-edit.pf-m-inline-editable .pf-c-inline-edit__input,
|
|
63
53
|
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__input {
|
|
64
54
|
display: block;
|
|
@@ -76,7 +66,6 @@
|
|
|
76
66
|
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__value,
|
|
77
67
|
.pf-c-inline-edit .pf-m-inline-editable .pf-c-inline-edit__action.pf-m-enable-editable {
|
|
78
68
|
display: none;
|
|
79
|
-
visibility: hidden;
|
|
80
69
|
}
|
|
81
70
|
|
|
82
71
|
.pf-c-inline-edit__label + .pf-c-inline-edit__action.pf-m-enable > .pf-c-button {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
--pf-c-inline-edit__group--m-footer--MarginTop: var(--pf-global--spacer--xl);
|
|
14
14
|
|
|
15
15
|
// Label
|
|
16
|
-
--pf-c-inline-edit__label--m-bold--FontWeight: var(--pf-global--FontWeight--
|
|
16
|
+
--pf-c-inline-edit__label--m-bold--FontWeight: var(--pf-global--FontWeight--bold);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
// Group
|
|
@@ -65,25 +65,17 @@
|
|
|
65
65
|
.pf-c-inline-edit__action,
|
|
66
66
|
.pf-c-inline-edit__group.pf-m-action-group {
|
|
67
67
|
display: none;
|
|
68
|
-
visibility: hidden;
|
|
69
68
|
}
|
|
70
69
|
|
|
71
70
|
// Enable groups
|
|
72
71
|
.pf-c-inline-edit__action.pf-m-enable-editable {
|
|
73
72
|
display: inline-block;
|
|
74
|
-
visibility: visible;
|
|
75
73
|
}
|
|
76
74
|
|
|
77
75
|
// Editable
|
|
78
76
|
.pf-c-inline-edit.pf-m-inline-editable,
|
|
79
77
|
.pf-c-inline-edit .pf-m-inline-editable {
|
|
80
78
|
// Expose inputs, input groups, actions and action groups
|
|
81
|
-
.pf-c-inline-edit__input,
|
|
82
|
-
.pf-c-inline-edit__action,
|
|
83
|
-
.pf-c-inline-edit__group.pf-m-action-group {
|
|
84
|
-
visibility: visible;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
79
|
// Input
|
|
88
80
|
.pf-c-inline-edit__input {
|
|
89
81
|
display: block;
|
|
@@ -103,7 +95,6 @@
|
|
|
103
95
|
.pf-c-inline-edit__value,
|
|
104
96
|
.pf-c-inline-edit__action.pf-m-enable-editable {
|
|
105
97
|
display: none;
|
|
106
|
-
visibility: hidden;
|
|
107
98
|
}
|
|
108
99
|
}
|
|
109
100
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
.pf-c-jump-links {
|
|
2
2
|
--pf-c-jump-links__list--Display: flex;
|
|
3
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
4
3
|
--pf-c-jump-links__list--PaddingTop: 0;
|
|
5
4
|
--pf-c-jump-links__list--PaddingRight: var(--pf-global--spacer--md);
|
|
6
5
|
--pf-c-jump-links__list--PaddingBottom: 0;
|
|
@@ -43,14 +42,12 @@
|
|
|
43
42
|
--pf-c-jump-links__item--m-current__link-text--Color: var(--pf-global--Color--100);
|
|
44
43
|
--pf-c-jump-links__label--MarginBottom: var(--pf-global--spacer--md);
|
|
45
44
|
--pf-c-jump-links__label--Display: block;
|
|
46
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
47
45
|
--pf-c-jump-links__toggle--MarginTop: calc(-1 * var(--pf-global--spacer--form-element));
|
|
48
46
|
--pf-c-jump-links__toggle--MarginBottom--base: calc(-1 * var(--pf-global--spacer--form-element));
|
|
49
47
|
--pf-c-jump-links__toggle--MarginBottom: var(--pf-c-jump-links__toggle--MarginBottom--base);
|
|
50
48
|
--pf-c-jump-links--m-expanded__toggle--MarginBottom: calc(var(--pf-c-jump-links__toggle--MarginBottom--base) + var(--pf-global--spacer--md));
|
|
51
49
|
--pf-c-jump-links__toggle--MarginLeft: calc(-1 * var(--pf-global--spacer--md));
|
|
52
50
|
--pf-c-jump-links__toggle--Display: none;
|
|
53
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
54
51
|
--pf-c-jump-links__toggle-icon--Color: currentcolor;
|
|
55
52
|
--pf-c-jump-links__toggle-icon--Transition: var(--pf-global--Transition);
|
|
56
53
|
--pf-c-jump-links__toggle-icon--Rotate: 0;
|
|
@@ -80,113 +77,76 @@
|
|
|
80
77
|
}
|
|
81
78
|
.pf-c-jump-links.pf-m-expandable {
|
|
82
79
|
--pf-c-jump-links__list--Display: none;
|
|
83
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
84
80
|
--pf-c-jump-links__toggle--Display: block;
|
|
85
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
86
81
|
--pf-c-jump-links__label--Display: none;
|
|
87
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
88
82
|
}
|
|
89
83
|
.pf-c-jump-links.pf-m-non-expandable {
|
|
90
84
|
--pf-c-jump-links__list--Display: flex;
|
|
91
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
92
85
|
--pf-c-jump-links__toggle--Display: none;
|
|
93
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
94
86
|
--pf-c-jump-links__label--Display: block;
|
|
95
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
96
87
|
}
|
|
97
88
|
@media (min-width: 576px) {
|
|
98
89
|
.pf-c-jump-links.pf-m-expandable-on-sm {
|
|
99
90
|
--pf-c-jump-links__list--Display: none;
|
|
100
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
101
91
|
--pf-c-jump-links__toggle--Display: block;
|
|
102
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
103
92
|
--pf-c-jump-links__label--Display: none;
|
|
104
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
105
93
|
}
|
|
106
94
|
.pf-c-jump-links.pf-m-non-expandable-on-sm {
|
|
107
95
|
--pf-c-jump-links__list--Display: flex;
|
|
108
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
109
96
|
--pf-c-jump-links__toggle--Display: none;
|
|
110
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
111
97
|
--pf-c-jump-links__label--Display: block;
|
|
112
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
113
98
|
}
|
|
114
99
|
}
|
|
115
100
|
@media (min-width: 768px) {
|
|
116
101
|
.pf-c-jump-links.pf-m-expandable-on-md {
|
|
117
102
|
--pf-c-jump-links__list--Display: none;
|
|
118
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
119
103
|
--pf-c-jump-links__toggle--Display: block;
|
|
120
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
121
104
|
--pf-c-jump-links__label--Display: none;
|
|
122
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
123
105
|
}
|
|
124
106
|
.pf-c-jump-links.pf-m-non-expandable-on-md {
|
|
125
107
|
--pf-c-jump-links__list--Display: flex;
|
|
126
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
127
108
|
--pf-c-jump-links__toggle--Display: none;
|
|
128
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
129
109
|
--pf-c-jump-links__label--Display: block;
|
|
130
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
131
110
|
}
|
|
132
111
|
}
|
|
133
112
|
@media (min-width: 992px) {
|
|
134
113
|
.pf-c-jump-links.pf-m-expandable-on-lg {
|
|
135
114
|
--pf-c-jump-links__list--Display: none;
|
|
136
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
137
115
|
--pf-c-jump-links__toggle--Display: block;
|
|
138
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
139
116
|
--pf-c-jump-links__label--Display: none;
|
|
140
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
141
117
|
}
|
|
142
118
|
.pf-c-jump-links.pf-m-non-expandable-on-lg {
|
|
143
119
|
--pf-c-jump-links__list--Display: flex;
|
|
144
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
145
120
|
--pf-c-jump-links__toggle--Display: none;
|
|
146
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
147
121
|
--pf-c-jump-links__label--Display: block;
|
|
148
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
149
122
|
}
|
|
150
123
|
}
|
|
151
124
|
@media (min-width: 1200px) {
|
|
152
125
|
.pf-c-jump-links.pf-m-expandable-on-xl {
|
|
153
126
|
--pf-c-jump-links__list--Display: none;
|
|
154
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
155
127
|
--pf-c-jump-links__toggle--Display: block;
|
|
156
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
157
128
|
--pf-c-jump-links__label--Display: none;
|
|
158
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
159
129
|
}
|
|
160
130
|
.pf-c-jump-links.pf-m-non-expandable-on-xl {
|
|
161
131
|
--pf-c-jump-links__list--Display: flex;
|
|
162
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
163
132
|
--pf-c-jump-links__toggle--Display: none;
|
|
164
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
165
133
|
--pf-c-jump-links__label--Display: block;
|
|
166
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
167
134
|
}
|
|
168
135
|
}
|
|
169
136
|
@media (min-width: 1450px) {
|
|
170
137
|
.pf-c-jump-links.pf-m-expandable-on-2xl {
|
|
171
138
|
--pf-c-jump-links__list--Display: none;
|
|
172
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
173
139
|
--pf-c-jump-links__toggle--Display: block;
|
|
174
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
175
140
|
--pf-c-jump-links__label--Display: none;
|
|
176
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
177
141
|
}
|
|
178
142
|
.pf-c-jump-links.pf-m-non-expandable-on-2xl {
|
|
179
143
|
--pf-c-jump-links__list--Display: flex;
|
|
180
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
181
144
|
--pf-c-jump-links__toggle--Display: none;
|
|
182
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
183
145
|
--pf-c-jump-links__label--Display: block;
|
|
184
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
185
146
|
}
|
|
186
147
|
}
|
|
187
148
|
.pf-c-jump-links.pf-m-expanded {
|
|
188
149
|
--pf-c-jump-links__list--Display: flex;
|
|
189
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
190
150
|
--pf-c-jump-links__toggle--MarginBottom: var(--pf-c-jump-links--m-expanded__toggle--MarginBottom);
|
|
191
151
|
--pf-c-jump-links__toggle-icon--Rotate: var(--pf-c-jump-links--m-expanded__toggle-icon--Rotate);
|
|
192
152
|
--pf-c-jump-links__toggle-icon--Color: var(--pf-c-jump-links--m-expanded__toggle-icon--Color);
|
|
@@ -200,7 +160,6 @@
|
|
|
200
160
|
padding-right: var(--pf-c-jump-links__list--PaddingRight);
|
|
201
161
|
padding-bottom: var(--pf-c-jump-links__list--PaddingBottom);
|
|
202
162
|
padding-left: var(--pf-c-jump-links__list--PaddingLeft);
|
|
203
|
-
visibility: var(--pf-c-jump-links__list--Visibility);
|
|
204
163
|
}
|
|
205
164
|
.pf-c-jump-links__list::before {
|
|
206
165
|
position: absolute;
|
|
@@ -269,7 +228,6 @@
|
|
|
269
228
|
.pf-c-jump-links__label {
|
|
270
229
|
display: var(--pf-c-jump-links__label--Display);
|
|
271
230
|
margin-bottom: var(--pf-c-jump-links__label--MarginBottom);
|
|
272
|
-
visibility: var(--pf-c-jump-links__label--Visibility);
|
|
273
231
|
}
|
|
274
232
|
|
|
275
233
|
.pf-c-jump-links__main {
|
|
@@ -282,7 +240,6 @@
|
|
|
282
240
|
margin-top: var(--pf-c-jump-links__toggle--MarginTop);
|
|
283
241
|
margin-bottom: var(--pf-c-jump-links__toggle--MarginBottom);
|
|
284
242
|
margin-left: var(--pf-c-jump-links__toggle--MarginLeft);
|
|
285
|
-
visibility: var(--pf-c-jump-links__toggle--Visibility);
|
|
286
243
|
}
|
|
287
244
|
.pf-c-jump-links__toggle .pf-c-button {
|
|
288
245
|
display: flex;
|
|
@@ -3,7 +3,6 @@ $pf-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base", "sm
|
|
|
3
3
|
.pf-c-jump-links {
|
|
4
4
|
// list
|
|
5
5
|
--pf-c-jump-links__list--Display: flex;
|
|
6
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
7
6
|
--pf-c-jump-links__list--PaddingTop: 0;
|
|
8
7
|
--pf-c-jump-links__list--PaddingRight: var(--pf-global--spacer--md);
|
|
9
8
|
--pf-c-jump-links__list--PaddingBottom: 0;
|
|
@@ -54,7 +53,6 @@ $pf-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base", "sm
|
|
|
54
53
|
// label
|
|
55
54
|
--pf-c-jump-links__label--MarginBottom: var(--pf-global--spacer--md);
|
|
56
55
|
--pf-c-jump-links__label--Display: block;
|
|
57
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
58
56
|
|
|
59
57
|
// toggle
|
|
60
58
|
--pf-c-jump-links__toggle--MarginTop: calc(-1 * var(--pf-global--spacer--form-element));
|
|
@@ -63,7 +61,6 @@ $pf-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base", "sm
|
|
|
63
61
|
--pf-c-jump-links--m-expanded__toggle--MarginBottom: calc(var(--pf-c-jump-links__toggle--MarginBottom--base) + var(--pf-global--spacer--md));
|
|
64
62
|
--pf-c-jump-links__toggle--MarginLeft: calc(-1 * var(--pf-global--spacer--md));
|
|
65
63
|
--pf-c-jump-links__toggle--Display: none;
|
|
66
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
67
64
|
|
|
68
65
|
// toggle icon
|
|
69
66
|
--pf-c-jump-links__toggle-icon--Color: currentcolor;
|
|
@@ -107,27 +104,20 @@ $pf-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base", "sm
|
|
|
107
104
|
@include pf-apply-breakpoint($breakpoint) {
|
|
108
105
|
&.pf-m-expandable#{$breakpoint-name} {
|
|
109
106
|
--pf-c-jump-links__list--Display: none;
|
|
110
|
-
--pf-c-jump-links__list--Visibility: hidden;
|
|
111
107
|
--pf-c-jump-links__toggle--Display: block;
|
|
112
|
-
--pf-c-jump-links__toggle--Visibility: visible;
|
|
113
108
|
--pf-c-jump-links__label--Display: none;
|
|
114
|
-
--pf-c-jump-links__label--Visibility: hidden;
|
|
115
109
|
}
|
|
116
110
|
|
|
117
111
|
&.pf-m-non-expandable#{$breakpoint-name} {
|
|
118
112
|
--pf-c-jump-links__list--Display: flex;
|
|
119
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
120
113
|
--pf-c-jump-links__toggle--Display: none;
|
|
121
|
-
--pf-c-jump-links__toggle--Visibility: hidden;
|
|
122
114
|
--pf-c-jump-links__label--Display: block;
|
|
123
|
-
--pf-c-jump-links__label--Visibility: visible;
|
|
124
115
|
}
|
|
125
116
|
}
|
|
126
117
|
}
|
|
127
118
|
|
|
128
119
|
&.pf-m-expanded {
|
|
129
120
|
--pf-c-jump-links__list--Display: flex;
|
|
130
|
-
--pf-c-jump-links__list--Visibility: visible;
|
|
131
121
|
--pf-c-jump-links__toggle--MarginBottom: var(--pf-c-jump-links--m-expanded__toggle--MarginBottom);
|
|
132
122
|
--pf-c-jump-links__toggle-icon--Rotate: var(--pf-c-jump-links--m-expanded__toggle-icon--Rotate);
|
|
133
123
|
--pf-c-jump-links__toggle-icon--Color: var(--pf-c-jump-links--m-expanded__toggle-icon--Color);
|
|
@@ -142,7 +132,6 @@ $pf-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base", "sm
|
|
|
142
132
|
padding-right: var(--pf-c-jump-links__list--PaddingRight);
|
|
143
133
|
padding-bottom: var(--pf-c-jump-links__list--PaddingBottom);
|
|
144
134
|
padding-left: var(--pf-c-jump-links__list--PaddingLeft);
|
|
145
|
-
visibility: var(--pf-c-jump-links__list--Visibility);
|
|
146
135
|
|
|
147
136
|
&::before {
|
|
148
137
|
position: absolute;
|
|
@@ -220,7 +209,6 @@ $pf-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base", "sm
|
|
|
220
209
|
.pf-c-jump-links__label {
|
|
221
210
|
display: var(--pf-c-jump-links__label--Display);
|
|
222
211
|
margin-bottom: var(--pf-c-jump-links__label--MarginBottom);
|
|
223
|
-
visibility: var(--pf-c-jump-links__label--Visibility);
|
|
224
212
|
}
|
|
225
213
|
|
|
226
214
|
.pf-c-jump-links__main {
|
|
@@ -233,7 +221,6 @@ $pf-c-jump-links--m-expandable--breakpoint-map: build-breakpoint-map("base", "sm
|
|
|
233
221
|
margin-top: var(--pf-c-jump-links__toggle--MarginTop);
|
|
234
222
|
margin-bottom: var(--pf-c-jump-links__toggle--MarginBottom);
|
|
235
223
|
margin-left: var(--pf-c-jump-links__toggle--MarginLeft);
|
|
236
|
-
visibility: var(--pf-c-jump-links__toggle--Visibility);
|
|
237
224
|
|
|
238
225
|
.pf-c-button {
|
|
239
226
|
display: flex;
|
|
@@ -311,9 +311,6 @@
|
|
|
311
311
|
--pf-c-label--m-editable--TextDecoration: var(--pf-c-label--m-editable--m-editable-active--TextDecoration);
|
|
312
312
|
--pf-c-label--BackgroundColor: var(--pf-c-label--m-editable--m-editable-active--BackgroundColor);
|
|
313
313
|
}
|
|
314
|
-
.pf-c-label.pf-m-editable-active .pf-c-button {
|
|
315
|
-
visibility: hidden;
|
|
316
|
-
}
|
|
317
314
|
.pf-c-label .pf-c-button {
|
|
318
315
|
--pf-c-button--FontSize: var(--pf-c-label__c-button--FontSize);
|
|
319
316
|
--pf-c-button--PaddingTop: var(--pf-c-label__c-button--PaddingTop);
|
|
@@ -372,10 +372,6 @@
|
|
|
372
372
|
--pf-c-label--m-editable--Cursor: var(--pf-c-label--m-editable--m-editable-active--Cursor);
|
|
373
373
|
--pf-c-label--m-editable--TextDecoration: var(--pf-c-label--m-editable--m-editable-active--TextDecoration);
|
|
374
374
|
--pf-c-label--BackgroundColor: var(--pf-c-label--m-editable--m-editable-active--BackgroundColor);
|
|
375
|
-
|
|
376
|
-
.pf-c-button {
|
|
377
|
-
visibility: hidden; // use visibility hidden to retain positioning
|
|
378
|
-
}
|
|
379
375
|
}
|
|
380
376
|
|
|
381
377
|
.pf-c-button {
|