@patternfly/patternfly 4.222.4 → 5.0.0-alpha.2
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 +3 -3
- package/RELEASE-NOTES.md +0 -30
- 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-fonts.css +0 -120
- package/base/patternfly-globals.css +0 -4
- package/base/patternfly-icons.scss +0 -28
- 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/Card/card.css +0 -4
- package/components/Card/card.scss +0 -7
- package/components/Check/check.css +4 -2
- package/components/Check/check.scss +2 -2
- package/components/Content/content.css +1 -11
- package/components/Content/content.scss +1 -15
- 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 -14
- package/components/Drawer/drawer.scss +0 -5
- package/components/Dropdown/dropdown.css +0 -15
- package/components/Dropdown/dropdown.scss +0 -20
- package/components/EmptyState/empty-state.css +0 -4
- package/components/EmptyState/empty-state.scss +0 -9
- 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/FormControl/form-control.css +1 -1
- package/components/FormControl/themes/dark/form-control.scss +1 -1
- package/components/InlineEdit/inline-edit.css +1 -12
- package/components/InlineEdit/inline-edit.scss +1 -10
- package/components/InputGroup/input-group.css +0 -14
- package/components/InputGroup/input-group.scss +0 -9
- package/components/InputGroup/themes/dark/input-group.scss +0 -8
- 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/Menu/menu.css +0 -20
- package/components/Menu/menu.scss +0 -6
- 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 +0 -175
- package/components/Pagination/pagination.scss +1 -49
- 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/Slider/slider.css +7 -0
- package/components/Slider/slider.scss +9 -0
- 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 +1 -34
- package/components/Tabs/tabs.scss +0 -15
- package/components/Title/title.css +0 -5
- package/components/Title/title.scss +0 -8
- package/components/Toolbar/toolbar.css +0 -31
- package/components/Toolbar/toolbar.scss +0 -6
- 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/Dropdown/examples/Dropdown.md +0 -216
- package/docs/components/InputGroup/examples/InputGroup.md +0 -1
- package/docs/components/Pagination/examples/Pagination.md +30 -129
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -5
- package/docs/components/Slider/examples/Slider.md +6 -6
- package/docs/components/Tabs/examples/Tabs.md +1 -2
- package/docs/components/Wizard/examples/Wizard.md +6 -6
- 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 +14 -10
- package/docs/demos/Card/examples/Card.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +6 -4
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -16
- package/docs/demos/Dashboard/examples/Dashboard.md +7 -4
- package/docs/demos/DataList/examples/DataList.md +24 -16
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -12
- package/docs/demos/Drawer/examples/Drawer.md +30 -20
- package/docs/demos/JumpLinks/examples/JumpLinks.md +36 -24
- package/docs/demos/Masthead/examples/Masthead.md +54 -36
- package/docs/demos/Modal/examples/Modal.md +36 -24
- package/docs/demos/Nav/examples/Nav.md +784 -721
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -20
- package/docs/demos/Page/examples/Page.md +54 -36
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +44 -28
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -4
- package/docs/demos/Table/examples/Table.md +84 -56
- package/docs/demos/Tabs/examples/Tabs.md +579 -70
- package/docs/demos/Toolbar/examples/Toolbar.md +6 -4
- package/docs/demos/Wizard/examples/Wizard.md +67 -45
- package/package.json +7 -6
- package/patternfly-base-no-reset.css +30 -139
- package/patternfly-base.css +30 -143
- package/patternfly-charts.css +1 -1
- package/patternfly-no-reset.css +118 -665
- package/patternfly.css +118 -669
- 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 -12
- 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
|
@@ -652,13 +652,6 @@
|
|
|
652
652
|
margin-left: var(--pf-c-button__count--MarginLeft);
|
|
653
653
|
}
|
|
654
654
|
|
|
655
|
-
// RedHat Font overrides
|
|
656
|
-
@include pf-m-overpass-font {
|
|
657
|
-
.pf-c-button {
|
|
658
|
-
--pf-c-button--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
|
|
662
655
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
663
656
|
@import "themes/dark/button";
|
|
664
657
|
|
package/components/Card/card.css
CHANGED
|
@@ -323,10 +323,6 @@
|
|
|
323
323
|
border: var(--pf-c-card__input--focus--BorderWidth) solid var(--pf-c-card__input--focus--BorderColor);
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
-
.pf-m-overpass-font .pf-c-card .pf-c-card__title {
|
|
327
|
-
font-weight: var(--pf-global--FontWeight--normal);
|
|
328
|
-
}
|
|
329
|
-
|
|
330
326
|
:where(.pf-theme-dark) .pf-c-card,
|
|
331
327
|
:where(.pf-theme-dark) .pf-c-card.pf-m-non-selectable-raised {
|
|
332
328
|
--pf-c-card--BoxShadow: var(--pf-global--BoxShadow--md);
|
|
@@ -395,13 +395,6 @@
|
|
|
395
395
|
border: var(--pf-c-card__input--focus--BorderWidth) solid var(--pf-c-card__input--focus--BorderColor);
|
|
396
396
|
}
|
|
397
397
|
|
|
398
|
-
// RedHat Font overrides
|
|
399
|
-
@include pf-m-overpass-font {
|
|
400
|
-
.pf-c-card .pf-c-card__title {
|
|
401
|
-
font-weight: var(--pf-global--FontWeight--normal);
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
|
|
405
398
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
406
399
|
@import "themes/dark/card";
|
|
407
400
|
|
|
@@ -16,8 +16,6 @@
|
|
|
16
16
|
display: grid;
|
|
17
17
|
grid-template-columns: auto 1fr;
|
|
18
18
|
grid-gap: var(--pf-c-check--GridGap);
|
|
19
|
-
align-items: start;
|
|
20
|
-
justify-items: start;
|
|
21
19
|
}
|
|
22
20
|
.pf-c-check.pf-m-standalone {
|
|
23
21
|
--pf-c-check--GridGap: 0;
|
|
@@ -50,6 +48,10 @@
|
|
|
50
48
|
margin-top: var(--pf-c-check__body--MarginTop);
|
|
51
49
|
}
|
|
52
50
|
|
|
51
|
+
.pf-c-check__label,
|
|
52
|
+
.pf-c-check__input {
|
|
53
|
+
justify-self: start;
|
|
54
|
+
}
|
|
53
55
|
label.pf-c-check, .pf-c-check__label,
|
|
54
56
|
.pf-c-check__input {
|
|
55
57
|
cursor: pointer;
|
|
@@ -19,8 +19,6 @@
|
|
|
19
19
|
display: grid;
|
|
20
20
|
grid-template-columns: auto 1fr;
|
|
21
21
|
grid-gap: var(--pf-c-check--GridGap);
|
|
22
|
-
align-items: start;
|
|
23
|
-
justify-items: start;
|
|
24
22
|
|
|
25
23
|
&.pf-m-standalone {
|
|
26
24
|
--pf-c-check--GridGap: 0;
|
|
@@ -57,6 +55,8 @@
|
|
|
57
55
|
|
|
58
56
|
.pf-c-check__label,
|
|
59
57
|
.pf-c-check__input {
|
|
58
|
+
justify-self: start;
|
|
59
|
+
|
|
60
60
|
@at-root label.pf-c-check,
|
|
61
61
|
& {
|
|
62
62
|
cursor: pointer;
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
--pf-c-content--li--MarginTop: var(--pf-global--spacer--sm);
|
|
64
64
|
--pf-c-content--dl--ColumnGap: var(--pf-global--spacer--2xl);
|
|
65
65
|
--pf-c-content--dl--RowGap: var(--pf-global--spacer--md);
|
|
66
|
-
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--
|
|
66
|
+
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--bold);
|
|
67
67
|
--pf-c-content--dt--MarginTop: var(--pf-global--spacer--md);
|
|
68
68
|
--pf-c-content--dt--sm--MarginTop: 0;
|
|
69
69
|
--pf-c-content--hr--Height: var(--pf-global--BorderWidth--sm);
|
|
@@ -244,14 +244,4 @@
|
|
|
244
244
|
.pf-c-content dd {
|
|
245
245
|
grid-column: 2;
|
|
246
246
|
}
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.pf-m-overpass-font .pf-c-content {
|
|
250
|
-
--pf-c-content--h2--LineHeight: var(--pf-global--LineHeight--sm);
|
|
251
|
-
--pf-c-content--h4--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
252
|
-
--pf-c-content--h5--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
253
|
-
--pf-c-content--h6--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
254
|
-
}
|
|
255
|
-
.pf-m-overpass-font .pf-c-content blockquote {
|
|
256
|
-
font-weight: var(--pf-global--FontWeight--light);
|
|
257
247
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
--pf-c-content--li--MarginTop: var(--pf-global--spacer--sm);
|
|
89
89
|
--pf-c-content--dl--ColumnGap: var(--pf-global--spacer--2xl);
|
|
90
90
|
--pf-c-content--dl--RowGap: var(--pf-global--spacer--md);
|
|
91
|
-
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--
|
|
91
|
+
--pf-c-content--dt--FontWeight: var(--pf-global--FontWeight--bold);
|
|
92
92
|
--pf-c-content--dt--MarginTop: var(--pf-global--spacer--md);
|
|
93
93
|
--pf-c-content--dt--sm--MarginTop: 0;
|
|
94
94
|
|
|
@@ -300,17 +300,3 @@
|
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
|
|
304
|
-
// RedHat Font overrides
|
|
305
|
-
@include pf-m-overpass-font {
|
|
306
|
-
.pf-c-content {
|
|
307
|
-
--pf-c-content--h2--LineHeight: var(--pf-global--LineHeight--sm);
|
|
308
|
-
--pf-c-content--h4--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
309
|
-
--pf-c-content--h5--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
310
|
-
--pf-c-content--h6--FontWeight: var(--pf-global--FontWeight--semi-bold);
|
|
311
|
-
|
|
312
|
-
blockquote {
|
|
313
|
-
font-weight: var(--pf-global--FontWeight--light);
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
}
|
|
@@ -9,66 +9,51 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.pf-c-data-list__item-action {
|
|
12
|
-
--pf-hidden-visible--visible--Visibility: visible;
|
|
13
12
|
--pf-hidden-visible--hidden--Display: none;
|
|
14
|
-
--pf-hidden-visible--hidden--Visibility: hidden;
|
|
15
13
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
16
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
17
14
|
display: var(--pf-hidden-visible--Display);
|
|
18
|
-
visibility: var(--pf-hidden-visible--Visibility);
|
|
19
15
|
}
|
|
20
16
|
.pf-m-hidden.pf-c-data-list__item-action {
|
|
21
17
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
22
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
23
18
|
}
|
|
24
19
|
@media screen and (min-width: 576px) {
|
|
25
20
|
.pf-m-hidden-on-sm.pf-c-data-list__item-action {
|
|
26
21
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
27
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
28
22
|
}
|
|
29
23
|
.pf-m-visible-on-sm.pf-c-data-list__item-action {
|
|
30
24
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
31
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
32
25
|
}
|
|
33
26
|
}
|
|
34
27
|
@media screen and (min-width: 768px) {
|
|
35
28
|
.pf-m-hidden-on-md.pf-c-data-list__item-action {
|
|
36
29
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
37
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
38
30
|
}
|
|
39
31
|
.pf-m-visible-on-md.pf-c-data-list__item-action {
|
|
40
32
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
41
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
42
33
|
}
|
|
43
34
|
}
|
|
44
35
|
@media screen and (min-width: 992px) {
|
|
45
36
|
.pf-m-hidden-on-lg.pf-c-data-list__item-action {
|
|
46
37
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
47
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
48
38
|
}
|
|
49
39
|
.pf-m-visible-on-lg.pf-c-data-list__item-action {
|
|
50
40
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
51
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
52
41
|
}
|
|
53
42
|
}
|
|
54
43
|
@media screen and (min-width: 1200px) {
|
|
55
44
|
.pf-m-hidden-on-xl.pf-c-data-list__item-action {
|
|
56
45
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
57
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
58
46
|
}
|
|
59
47
|
.pf-m-visible-on-xl.pf-c-data-list__item-action {
|
|
60
48
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
61
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
62
49
|
}
|
|
63
50
|
}
|
|
64
51
|
@media screen and (min-width: 1450px) {
|
|
65
52
|
.pf-m-hidden-on-2xl.pf-c-data-list__item-action {
|
|
66
53
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
67
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
68
54
|
}
|
|
69
55
|
.pf-m-visible-on-2xl.pf-c-data-list__item-action {
|
|
70
56
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
71
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
72
57
|
}
|
|
73
58
|
}
|
|
74
59
|
|
|
@@ -1,64 +1,49 @@
|
|
|
1
1
|
.pf-c-divider {
|
|
2
|
-
--pf-hidden-visible--visible--Visibility: visible;
|
|
3
2
|
--pf-hidden-visible--hidden--Display: none;
|
|
4
|
-
--pf-hidden-visible--hidden--Visibility: hidden;
|
|
5
3
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
6
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
7
4
|
display: var(--pf-hidden-visible--Display);
|
|
8
|
-
visibility: var(--pf-hidden-visible--Visibility);
|
|
9
5
|
}
|
|
10
6
|
.pf-m-hidden.pf-c-divider {
|
|
11
7
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
12
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
13
8
|
}
|
|
14
9
|
@media screen and (min-width: 576px) {
|
|
15
10
|
.pf-m-hidden-on-sm.pf-c-divider {
|
|
16
11
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
17
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
18
12
|
}
|
|
19
13
|
.pf-m-visible-on-sm.pf-c-divider {
|
|
20
14
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
21
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
22
15
|
}
|
|
23
16
|
}
|
|
24
17
|
@media screen and (min-width: 768px) {
|
|
25
18
|
.pf-m-hidden-on-md.pf-c-divider {
|
|
26
19
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
27
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
28
20
|
}
|
|
29
21
|
.pf-m-visible-on-md.pf-c-divider {
|
|
30
22
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
31
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
32
23
|
}
|
|
33
24
|
}
|
|
34
25
|
@media screen and (min-width: 992px) {
|
|
35
26
|
.pf-m-hidden-on-lg.pf-c-divider {
|
|
36
27
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
37
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
38
28
|
}
|
|
39
29
|
.pf-m-visible-on-lg.pf-c-divider {
|
|
40
30
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
41
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
42
31
|
}
|
|
43
32
|
}
|
|
44
33
|
@media screen and (min-width: 1200px) {
|
|
45
34
|
.pf-m-hidden-on-xl.pf-c-divider {
|
|
46
35
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
47
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
48
36
|
}
|
|
49
37
|
.pf-m-visible-on-xl.pf-c-divider {
|
|
50
38
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
51
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
52
39
|
}
|
|
53
40
|
}
|
|
54
41
|
@media screen and (min-width: 1450px) {
|
|
55
42
|
.pf-m-hidden-on-2xl.pf-c-divider {
|
|
56
43
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
57
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
58
44
|
}
|
|
59
45
|
.pf-m-visible-on-2xl.pf-c-divider {
|
|
60
46
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
61
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
62
47
|
}
|
|
63
48
|
}
|
|
64
49
|
|
|
@@ -86,7 +71,6 @@
|
|
|
86
71
|
--pf-c-divider--after--Height: var(--pf-c-divider--m-horizontal--after--Height);
|
|
87
72
|
width: 100%;
|
|
88
73
|
height: auto;
|
|
89
|
-
display: var(--pf-c-divider--Display);
|
|
90
74
|
flex-direction: var(--pf-c-divider--FlexDirection);
|
|
91
75
|
align-items: center;
|
|
92
76
|
align-self: stretch;
|
|
@@ -66,7 +66,6 @@ $pf-c-divider--spacer-map: build-spacer-map("none", "xs", "sm", "md", "lg", "xl"
|
|
|
66
66
|
@include pf-hidden-visible(var(--pf-c-divider--Display));
|
|
67
67
|
@include pf-c-divider--m-horizontal; // set to default to horizontal
|
|
68
68
|
|
|
69
|
-
display: var(--pf-c-divider--Display);
|
|
70
69
|
flex-direction: var(--pf-c-divider--FlexDirection);
|
|
71
70
|
align-items: center;
|
|
72
71
|
align-self: stretch;
|
|
@@ -312,7 +312,6 @@
|
|
|
312
312
|
width: var(--pf-c-drawer__splitter--Width);
|
|
313
313
|
height: var(--pf-c-drawer__splitter--Height);
|
|
314
314
|
cursor: var(--pf-c-drawer__splitter--Cursor);
|
|
315
|
-
visibility: hidden;
|
|
316
315
|
background-color: var(--pf-c-drawer__splitter--BackgroundColor);
|
|
317
316
|
}
|
|
318
317
|
.pf-c-drawer__splitter.pf-m-vertical {
|
|
@@ -449,7 +448,6 @@
|
|
|
449
448
|
}
|
|
450
449
|
.pf-c-drawer__splitter {
|
|
451
450
|
display: block;
|
|
452
|
-
visibility: visible;
|
|
453
451
|
}
|
|
454
452
|
}
|
|
455
453
|
@media (min-width: 768px) {
|
|
@@ -558,7 +556,6 @@
|
|
|
558
556
|
}
|
|
559
557
|
.pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
560
558
|
display: unset;
|
|
561
|
-
visibility: visible;
|
|
562
559
|
}
|
|
563
560
|
.pf-c-drawer.pf-m-inline.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
564
561
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -571,7 +568,6 @@
|
|
|
571
568
|
}
|
|
572
569
|
.pf-c-drawer.pf-m-inline.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
573
570
|
display: unset;
|
|
574
|
-
visibility: visible;
|
|
575
571
|
}
|
|
576
572
|
.pf-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
577
573
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -593,7 +589,6 @@
|
|
|
593
589
|
}
|
|
594
590
|
.pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
595
591
|
display: none;
|
|
596
|
-
visibility: hidden;
|
|
597
592
|
}
|
|
598
593
|
}
|
|
599
594
|
@media (min-width: 992px) {
|
|
@@ -622,7 +617,6 @@
|
|
|
622
617
|
}
|
|
623
618
|
.pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
624
619
|
display: unset;
|
|
625
|
-
visibility: visible;
|
|
626
620
|
}
|
|
627
621
|
.pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
628
622
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -635,7 +629,6 @@
|
|
|
635
629
|
}
|
|
636
630
|
.pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
637
631
|
display: unset;
|
|
638
|
-
visibility: visible;
|
|
639
632
|
}
|
|
640
633
|
.pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
641
634
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -657,7 +650,6 @@
|
|
|
657
650
|
}
|
|
658
651
|
.pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
659
652
|
display: none;
|
|
660
|
-
visibility: hidden;
|
|
661
653
|
}
|
|
662
654
|
}
|
|
663
655
|
@media (min-width: 1200px) {
|
|
@@ -686,7 +678,6 @@
|
|
|
686
678
|
}
|
|
687
679
|
.pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
688
680
|
display: unset;
|
|
689
|
-
visibility: visible;
|
|
690
681
|
}
|
|
691
682
|
.pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
692
683
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -699,7 +690,6 @@
|
|
|
699
690
|
}
|
|
700
691
|
.pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
701
692
|
display: unset;
|
|
702
|
-
visibility: visible;
|
|
703
693
|
}
|
|
704
694
|
.pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
705
695
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -721,7 +711,6 @@
|
|
|
721
711
|
}
|
|
722
712
|
.pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
723
713
|
display: none;
|
|
724
|
-
visibility: hidden;
|
|
725
714
|
}
|
|
726
715
|
}
|
|
727
716
|
@media (min-width: 1450px) {
|
|
@@ -750,7 +739,6 @@
|
|
|
750
739
|
}
|
|
751
740
|
.pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
752
741
|
display: unset;
|
|
753
|
-
visibility: visible;
|
|
754
742
|
}
|
|
755
743
|
.pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
756
744
|
margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -763,7 +751,6 @@
|
|
|
763
751
|
}
|
|
764
752
|
.pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
765
753
|
display: unset;
|
|
766
|
-
visibility: visible;
|
|
767
754
|
}
|
|
768
755
|
.pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
|
|
769
756
|
margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
|
|
@@ -785,7 +772,6 @@
|
|
|
785
772
|
}
|
|
786
773
|
.pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
787
774
|
display: none;
|
|
788
|
-
visibility: hidden;
|
|
789
775
|
}
|
|
790
776
|
}
|
|
791
777
|
:where(.pf-theme-dark) .pf-c-drawer {
|
|
@@ -384,7 +384,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
384
384
|
width: var(--pf-c-drawer__splitter--Width);
|
|
385
385
|
height: var(--pf-c-drawer__splitter--Height);
|
|
386
386
|
cursor: var(--pf-c-drawer__splitter--Cursor);
|
|
387
|
-
visibility: hidden;
|
|
388
387
|
background-color: var(--pf-c-drawer__splitter--BackgroundColor);
|
|
389
388
|
|
|
390
389
|
&.pf-m-vertical {
|
|
@@ -575,7 +574,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
575
574
|
|
|
576
575
|
.pf-c-drawer__splitter {
|
|
577
576
|
display: block;
|
|
578
|
-
visibility: visible;
|
|
579
577
|
}
|
|
580
578
|
}
|
|
581
579
|
|
|
@@ -641,7 +639,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
641
639
|
|
|
642
640
|
> .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
643
641
|
display: unset;
|
|
644
|
-
visibility: visible;
|
|
645
642
|
}
|
|
646
643
|
|
|
647
644
|
// Panel left
|
|
@@ -660,7 +657,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
660
657
|
|
|
661
658
|
> .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
662
659
|
display: unset;
|
|
663
|
-
visibility: visible;
|
|
664
660
|
}
|
|
665
661
|
}
|
|
666
662
|
|
|
@@ -702,7 +698,6 @@ $pf-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
702
698
|
|
|
703
699
|
> .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
|
|
704
700
|
display: none;
|
|
705
|
-
visibility: hidden;
|
|
706
701
|
}
|
|
707
702
|
// stylelint-enable
|
|
708
703
|
}
|
|
@@ -50,8 +50,6 @@
|
|
|
50
50
|
--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--md);
|
|
51
51
|
--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
|
|
52
52
|
--pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
|
|
53
|
-
--pf-c-dropdown__toggle-progress--Visibility: hidden;
|
|
54
|
-
--pf-c-dropdown__toggle-progress--c-spinner--diameter: var(--pf-global--FontSize--sm);
|
|
55
53
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
|
|
56
54
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
|
|
57
55
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingBottom: var(--pf-global--spacer--form-element);
|
|
@@ -263,14 +261,9 @@
|
|
|
263
261
|
align-items: center;
|
|
264
262
|
cursor: pointer;
|
|
265
263
|
}
|
|
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
|
-
}
|
|
270
264
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check > input,
|
|
271
265
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check .pf-c-check {
|
|
272
266
|
cursor: pointer;
|
|
273
|
-
visibility: var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
|
|
274
267
|
transform: translateY(var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--TranslateY));
|
|
275
268
|
}
|
|
276
269
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-button {
|
|
@@ -466,14 +459,6 @@
|
|
|
466
459
|
--pf-c-dropdown__toggle-image--MarginRight: 0;
|
|
467
460
|
}
|
|
468
461
|
|
|
469
|
-
.pf-c-dropdown__toggle-progress {
|
|
470
|
-
position: absolute;
|
|
471
|
-
visibility: var(--pf-c-dropdown__toggle-progress--Visibility);
|
|
472
|
-
}
|
|
473
|
-
.pf-c-dropdown__toggle-progress .pf-c-spinner {
|
|
474
|
-
--pf-c-spinner--diameter: var(--pf-c-dropdown__toggle-progress--c-spinner--diameter);
|
|
475
|
-
}
|
|
476
|
-
|
|
477
462
|
.pf-c-dropdown__menu {
|
|
478
463
|
position: absolute;
|
|
479
464
|
top: var(--pf-c-dropdown__menu--Top);
|
|
@@ -62,10 +62,6 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
|
|
|
62
62
|
// toggle button
|
|
63
63
|
--pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
|
|
64
64
|
|
|
65
|
-
// toggle progress
|
|
66
|
-
--pf-c-dropdown__toggle-progress--Visibility: hidden;
|
|
67
|
-
--pf-c-dropdown__toggle-progress--c-spinner--diameter: var(--pf-global--FontSize--sm); // should match the checkbox input size
|
|
68
|
-
|
|
69
65
|
// split buttons
|
|
70
66
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
|
|
71
67
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
|
|
@@ -345,15 +341,9 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
|
|
|
345
341
|
align-items: center;
|
|
346
342
|
cursor: pointer;
|
|
347
343
|
|
|
348
|
-
&.pf-m-in-progress {
|
|
349
|
-
--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility: hidden;
|
|
350
|
-
--pf-c-dropdown__toggle-progress--Visibility: visible;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
344
|
> input,
|
|
354
345
|
.pf-c-check {
|
|
355
346
|
cursor: pointer;
|
|
356
|
-
visibility: var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
|
|
357
347
|
transform: translateY(var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--TranslateY));
|
|
358
348
|
}
|
|
359
349
|
}
|
|
@@ -634,16 +624,6 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
|
|
|
634
624
|
}
|
|
635
625
|
}
|
|
636
626
|
|
|
637
|
-
// Loading spinner
|
|
638
|
-
.pf-c-dropdown__toggle-progress {
|
|
639
|
-
position: absolute;
|
|
640
|
-
visibility: var(--pf-c-dropdown__toggle-progress--Visibility);
|
|
641
|
-
|
|
642
|
-
.pf-c-spinner {
|
|
643
|
-
--pf-c-spinner--diameter: var(--pf-c-dropdown__toggle-progress--c-spinner--diameter);
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
|
|
647
627
|
.pf-c-dropdown__menu {
|
|
648
628
|
position: absolute;
|
|
649
629
|
top: var(--pf-c-dropdown__menu--Top);
|
|
@@ -115,8 +115,4 @@
|
|
|
115
115
|
margin-right: var(--pf-c-empty-state__secondary--child--MarginRight);
|
|
116
116
|
margin-bottom: var(--pf-c-empty-state__secondary--child--MarginBottom);
|
|
117
117
|
margin-left: var(--pf-c-empty-state__secondary--child--MarginLeft);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.pf-m-overpass-font .pf-c-empty-state .pf-c-empty-state__content > .pf-c-title.pf-m-lg {
|
|
121
|
-
font-size: var(--pf-global--FontSize--lg);
|
|
122
118
|
}
|
|
@@ -127,12 +127,3 @@
|
|
|
127
127
|
margin-left: var(--pf-c-empty-state__secondary--child--MarginLeft);
|
|
128
128
|
}
|
|
129
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
|
-
}
|
|
138
|
-
}
|
|
@@ -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
|
@@ -326,7 +326,7 @@ textarea.pf-c-form-control {
|
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
:where(.pf-theme-dark) .pf-c-form-control {
|
|
329
|
-
--pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0
|
|
329
|
+
--pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%235ba352' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'/%3E%3C/svg%3E");
|
|
330
330
|
--pf-c-form-control--BorderTopColor: transparent;
|
|
331
331
|
--pf-c-form-control--BorderRightColor: transparent;
|
|
332
332
|
--pf-c-form-control--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
@mixin pf-theme-dark-form-control() {
|
|
4
4
|
.pf-c-form-control {
|
|
5
|
-
--pf-c-form-control__select--BackgroundUrl:
|
|
5
|
+
--pf-c-form-control__select--BackgroundUrl: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%235ba352' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'/%3E%3C/svg%3E");
|
|
6
6
|
--pf-c-form-control--BorderTopColor: transparent;
|
|
7
7
|
--pf-c-form-control--BorderRightColor: transparent;
|
|
8
8
|
--pf-c-form-control--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
@@ -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 {
|