@patternfly/patternfly 5.0.0-alpha.2 → 5.0.0-alpha.4
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 +1 -1
- package/RELEASE-NOTES.md +30 -0
- package/components/Dropdown/dropdown.css +15 -0
- package/components/Dropdown/dropdown.scss +20 -0
- package/components/FormControl/form-control.css +1 -1
- package/components/FormControl/themes/dark/form-control.scss +1 -1
- package/components/InputGroup/input-group.css +14 -0
- package/components/InputGroup/input-group.scss +9 -0
- package/components/InputGroup/themes/dark/input-group.scss +8 -0
- package/components/Menu/menu.css +4 -0
- package/components/Menu/menu.scss +5 -0
- package/components/Pagination/pagination.css +228 -0
- package/components/Pagination/pagination.scss +30 -1
- package/components/Slider/slider.css +0 -7
- package/components/Slider/slider.scss +0 -9
- package/docs/components/Dropdown/examples/Dropdown.md +216 -0
- package/docs/components/InputGroup/examples/InputGroup.md +1 -0
- package/docs/components/Pagination/examples/Pagination.md +129 -30
- package/docs/components/Slider/examples/Slider.md +6 -6
- package/docs/components/Tabs/examples/Tabs.md +1 -1
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Card/examples/Card.md +3 -3
- package/docs/demos/Dashboard/examples/Dashboard.md +1 -4
- package/docs/demos/Nav/examples/Nav.md +671 -718
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +0 -2
- package/docs/demos/Tabs/examples/Tabs.md +42 -539
- package/docs/demos/Wizard/examples/Wizard.md +0 -4
- package/package.json +5 -5
- package/patternfly-no-reset.css +262 -8
- package/patternfly.css +262 -8
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/README.md
CHANGED
|
@@ -96,7 +96,7 @@ Ignore the violations that aren’t related to your contribution.
|
|
|
96
96
|
|
|
97
97
|
Fix violations related to your contribution.
|
|
98
98
|
|
|
99
|
-
If there are violations that are not obvious how to fix, then [create an issue](https://github.com/patternfly/patternfly/issues/new) with information about the violation that was found. For example, some violations might require further discussion before they can be addressed. And some violations may not be valid and require changes to the workspace or tooling to stop flagging the violation.
|
|
99
|
+
If there are violations that are not obvious how to fix, then [create an issue](https://github.com/patternfly/patternfly/issues/new) with information about the violation that was found. For example, some violations might require further discussion before they can be addressed. And some violations may not be valid and require changes to the workspace or tooling to stop flagging the violation.
|
|
100
100
|
|
|
101
101
|
If you have any suggestions about ways that we can improve how we use this tool, please let us know by opening an issue.
|
|
102
102
|
|
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,36 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
## 2022.16 release notes (2022-12-09)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.222.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.222.4)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Dropdown:** Added loading state for split button checkbox ([#5269](https://github.com/patternfly/patternfly/pull/5269))
|
|
12
|
+
- **Form control:** Fixed select dark theme icon ([#5242](https://github.com/patternfly/patternfly/pull/5242))
|
|
13
|
+
- **Menu:** Prevented hidden drilldown items from being focusable ([#5271](https://github.com/patternfly/patternfly/pull/5271))
|
|
14
|
+
- **Slider:** Updated value input styling ([#5249](https://github.com/patternfly/patternfly/pull/5249))
|
|
15
|
+
- **Tabs:**
|
|
16
|
+
- Updated nested demo heading levels ([#5246](https://github.com/patternfly/patternfly/pull/5246))
|
|
17
|
+
- Removed pagination from demo, exposed tags ([#5259](https://github.com/patternfly/patternfly/pull/5259))
|
|
18
|
+
|
|
19
|
+
### Other
|
|
20
|
+
- **Workspace:**
|
|
21
|
+
- Cleaned up demos, added path as way to include partials ([#5135](https://github.com/patternfly/patternfly/pull/5135))
|
|
22
|
+
- Removed test code from #5135 ([#5255](https://github.com/patternfly/patternfly/pull/5255))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 2022.15 release notes (2022-11-18)
|
|
26
|
+
Packages released:
|
|
27
|
+
- [@patternfly/patternfly@v4.221.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.221.2)
|
|
28
|
+
|
|
29
|
+
### Components
|
|
30
|
+
- **Pagination:** Added support for insets ([#5207](https://github.com/patternfly/patternfly/pull/5207))
|
|
31
|
+
- **Tabs:** Added help popover, refactored tab action ([#5213](https://github.com/patternfly/patternfly/pull/5213))
|
|
32
|
+
|
|
33
|
+
### Other
|
|
34
|
+
- **Icons:** Added data-sink and data-source ([#5228](https://github.com/patternfly/patternfly/pull/5228))
|
|
35
|
+
|
|
6
36
|
## 2022.14 release notes (2022-10-28)
|
|
7
37
|
Packages released:
|
|
8
38
|
- [@patternfly/patternfly@v4.219.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.219.2)
|
|
@@ -50,6 +50,8 @@
|
|
|
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);
|
|
53
55
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
|
|
54
56
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
|
|
55
57
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingBottom: var(--pf-global--spacer--form-element);
|
|
@@ -261,9 +263,14 @@
|
|
|
261
263
|
align-items: center;
|
|
262
264
|
cursor: pointer;
|
|
263
265
|
}
|
|
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
|
+
}
|
|
264
270
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check > input,
|
|
265
271
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-check .pf-c-check {
|
|
266
272
|
cursor: pointer;
|
|
273
|
+
visibility: var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
|
|
267
274
|
transform: translateY(var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--TranslateY));
|
|
268
275
|
}
|
|
269
276
|
.pf-c-dropdown__toggle.pf-m-split-button .pf-c-dropdown__toggle-button {
|
|
@@ -459,6 +466,14 @@
|
|
|
459
466
|
--pf-c-dropdown__toggle-image--MarginRight: 0;
|
|
460
467
|
}
|
|
461
468
|
|
|
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
|
+
|
|
462
477
|
.pf-c-dropdown__menu {
|
|
463
478
|
position: absolute;
|
|
464
479
|
top: var(--pf-c-dropdown__menu--Top);
|
|
@@ -62,6 +62,10 @@ $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
|
+
|
|
65
69
|
// split buttons
|
|
66
70
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
|
|
67
71
|
--pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
|
|
@@ -341,9 +345,15 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
|
|
|
341
345
|
align-items: center;
|
|
342
346
|
cursor: pointer;
|
|
343
347
|
|
|
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
|
+
|
|
344
353
|
> input,
|
|
345
354
|
.pf-c-check {
|
|
346
355
|
cursor: pointer;
|
|
356
|
+
visibility: var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility, unset);
|
|
347
357
|
transform: translateY(var(--pf-c-dropdown__toggle--m-split-button__toggle-check__input--TranslateY));
|
|
348
358
|
}
|
|
349
359
|
}
|
|
@@ -624,6 +634,16 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
|
|
|
624
634
|
}
|
|
625
635
|
}
|
|
626
636
|
|
|
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
|
+
|
|
627
647
|
.pf-c-dropdown__menu {
|
|
628
648
|
position: absolute;
|
|
629
649
|
top: var(--pf-c-dropdown__menu--Top);
|
|
@@ -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 320 512'%3E%3Cpath fill='%23e0e0e0' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%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: #{pf-bg-svg($pf-c-form-control__select--Coordinates, $pf-c-form-control__select--ViewBox, $pf-global--Color--100)};
|
|
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);
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
--pf-c-input-group__text--BorderLeftColor: var(--pf-global--BorderColor--300);
|
|
23
23
|
--pf-c-input-group__text--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
24
24
|
--pf-c-input-group__textarea--MinHeight: var(--pf-global--spacer--xl);
|
|
25
|
+
--pf-c-input-group__text--m-disabled--Color: var(--pf-global--disabled-color--100);
|
|
26
|
+
--pf-c-input-group__text--m-disabled--BackgroundColor: var(--pf-global--disabled-color--300);
|
|
27
|
+
--pf-c-input-group__text--m-disabled--BorderBottomColor: transparent;
|
|
25
28
|
--pf-c-input-group--c-form-control--invalid--ZIndex: var(--pf-global--ZIndex--xs);
|
|
26
29
|
--pf-c-input-group--c-form-control--MarginRight: 0;
|
|
27
30
|
color: var(--pf-global--Color--100);
|
|
@@ -71,6 +74,11 @@ label.pf-c-input-group__text {
|
|
|
71
74
|
--pf-c-input-group__text--BorderWidth: 0;
|
|
72
75
|
margin-left: 0;
|
|
73
76
|
}
|
|
77
|
+
.pf-c-input-group__text.pf-m-disabled {
|
|
78
|
+
--pf-c-input-group__text--Color: var(--pf-c-input-group__text--m-disabled--Color);
|
|
79
|
+
--pf-c-input-group__text--BackgroundColor: var(--pf-c-input-group__text--m-disabled--BackgroundColor);
|
|
80
|
+
--pf-c-input-group__text--BorderBottomColor: var(--pf-c-input-group__text--m-disabled--BorderBottomColor);
|
|
81
|
+
}
|
|
74
82
|
|
|
75
83
|
:where(.pf-theme-dark) .pf-c-input-group {
|
|
76
84
|
--pf-c-input-group--BackgroundColor: transparent;
|
|
@@ -79,6 +87,8 @@ label.pf-c-input-group__text {
|
|
|
79
87
|
--pf-c-input-group__text--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
80
88
|
--pf-c-input-group__text--BorderLeftColor: transparent;
|
|
81
89
|
--pf-c-input-group__text--BackgroundColor: var(--pf-global--palette--black-600);
|
|
90
|
+
--pf-c-input-group__text--m-disabled--Color: var(--pf-global--palette--black-100);
|
|
91
|
+
--pf-c-input-group__text--m-disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
82
92
|
}
|
|
83
93
|
:where(.pf-theme-dark) .pf-c-input-group > * + * {
|
|
84
94
|
margin-left: 0;
|
|
@@ -92,4 +102,8 @@ label.pf-c-input-group__text {
|
|
|
92
102
|
}
|
|
93
103
|
:where(.pf-theme-dark) .pf-c-input-group__text.pf-m-plain {
|
|
94
104
|
--pf-c-input-group__text--BackgroundColor: transparent;
|
|
105
|
+
}
|
|
106
|
+
:where(.pf-theme-dark) .pf-c-input-group__text.pf-m-disabled {
|
|
107
|
+
--pf-c-input-group__text--BackgroundColor: var(--pf-c-input-group__text--m-disabled--BackgroundColor);
|
|
108
|
+
color: var(--pf-c-input-group__text--m-disabled--Color);
|
|
95
109
|
}
|
|
@@ -15,6 +15,9 @@
|
|
|
15
15
|
--pf-c-input-group__text--BorderLeftColor: var(--pf-global--BorderColor--300);
|
|
16
16
|
--pf-c-input-group__text--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
17
17
|
--pf-c-input-group__textarea--MinHeight: var(--pf-global--spacer--xl);
|
|
18
|
+
--pf-c-input-group__text--m-disabled--Color: var(--pf-global--disabled-color--100);
|
|
19
|
+
--pf-c-input-group__text--m-disabled--BackgroundColor: var(--pf-global--disabled-color--300);
|
|
20
|
+
--pf-c-input-group__text--m-disabled--BorderBottomColor: transparent;
|
|
18
21
|
|
|
19
22
|
// Form control
|
|
20
23
|
--pf-c-input-group--c-form-control--invalid--ZIndex: var(--pf-global--ZIndex--xs);
|
|
@@ -84,6 +87,12 @@
|
|
|
84
87
|
|
|
85
88
|
margin-left: 0;
|
|
86
89
|
}
|
|
90
|
+
|
|
91
|
+
&.pf-m-disabled {
|
|
92
|
+
--pf-c-input-group__text--Color: var(--pf-c-input-group__text--m-disabled--Color);
|
|
93
|
+
--pf-c-input-group__text--BackgroundColor: var(--pf-c-input-group__text--m-disabled--BackgroundColor);
|
|
94
|
+
--pf-c-input-group__text--BorderBottomColor: var(--pf-c-input-group__text--m-disabled--BorderBottomColor);
|
|
95
|
+
}
|
|
87
96
|
}
|
|
88
97
|
|
|
89
98
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
--pf-c-input-group__text--BorderBottomColor: var(--pf-global--BorderColor--400);
|
|
9
9
|
--pf-c-input-group__text--BorderLeftColor: transparent;
|
|
10
10
|
--pf-c-input-group__text--BackgroundColor: var(--pf-global--palette--black-600);
|
|
11
|
+
--pf-c-input-group__text--m-disabled--Color: var(--pf-global--palette--black-100);
|
|
12
|
+
--pf-c-input-group__text--m-disabled--BackgroundColor: var(--pf-global--disabled-color--200);
|
|
11
13
|
|
|
12
14
|
> * + * {
|
|
13
15
|
margin-left: 0;
|
|
@@ -24,5 +26,11 @@
|
|
|
24
26
|
&.pf-m-plain {
|
|
25
27
|
--pf-c-input-group__text--BackgroundColor: transparent;
|
|
26
28
|
}
|
|
29
|
+
|
|
30
|
+
&.pf-m-disabled {
|
|
31
|
+
--pf-c-input-group__text--BackgroundColor: var(--pf-c-input-group__text--m-disabled--BackgroundColor);
|
|
32
|
+
|
|
33
|
+
color: var(--pf-c-input-group__text--m-disabled--Color);
|
|
34
|
+
}
|
|
27
35
|
}
|
|
28
36
|
}
|
package/components/Menu/menu.css
CHANGED
|
@@ -296,11 +296,15 @@
|
|
|
296
296
|
}
|
|
297
297
|
.pf-c-menu.pf-m-drilled-in > .pf-c-menu__content > .pf-c-menu__list {
|
|
298
298
|
overflow: visible;
|
|
299
|
+
visibility: hidden;
|
|
299
300
|
}
|
|
300
301
|
.pf-c-menu.pf-m-drilled-in > .pf-c-menu__content > .pf-c-menu__list > .pf-c-divider,
|
|
301
302
|
.pf-c-menu.pf-m-drilled-in > .pf-c-menu__content > .pf-c-menu__list > .pf-c-menu__list-item:not(.pf-m-current-path) {
|
|
302
303
|
display: none;
|
|
303
304
|
}
|
|
305
|
+
.pf-c-menu.pf-m-drilled-in > .pf-c-menu__content > .pf-c-menu__list > .pf-c-menu__list-item.pf-m-current-path {
|
|
306
|
+
visibility: hidden;
|
|
307
|
+
}
|
|
304
308
|
.pf-c-menu.pf-m-plain {
|
|
305
309
|
--pf-c-menu--BoxShadow: var(--pf-c-menu--m-plain--BoxShadow);
|
|
306
310
|
}
|
|
@@ -316,11 +316,16 @@
|
|
|
316
316
|
// stylelint-disable selector-max-class
|
|
317
317
|
&.pf-m-drilled-in > .pf-c-menu__content > .pf-c-menu__list {
|
|
318
318
|
overflow: visible;
|
|
319
|
+
visibility: hidden;
|
|
319
320
|
|
|
320
321
|
> .pf-c-divider,
|
|
321
322
|
> .pf-c-menu__list-item:not(.pf-m-current-path) {
|
|
322
323
|
display: none; // hide all siblings of current path to maintain proper menu height
|
|
323
324
|
}
|
|
325
|
+
|
|
326
|
+
> .pf-c-menu__list-item.pf-m-current-path {
|
|
327
|
+
visibility: hidden;
|
|
328
|
+
}
|
|
324
329
|
}
|
|
325
330
|
// stylelint-enable
|
|
326
331
|
|
|
@@ -7,6 +7,11 @@
|
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.pf-c-pagination {
|
|
10
|
+
--pf-c-pagination--inset: 0;
|
|
11
|
+
--pf-c-pagination--PaddingRight: var(--pf-c-pagination--inset);
|
|
12
|
+
--pf-c-pagination--PaddingLeft: var(--pf-c-pagination--inset);
|
|
13
|
+
--pf-c-pagination--m-page-insets--inset: var(--pf-global--spacer--md);
|
|
14
|
+
--pf-c-pagination--m-page-insets--xl--inset: var(--pf-global--spacer--lg);
|
|
10
15
|
--pf-c-pagination--child--MarginRight: var(--pf-global--spacer--lg);
|
|
11
16
|
--pf-c-pagination--m-bottom--child--MarginRight: 0;
|
|
12
17
|
--pf-c-pagination--m-bottom--child--md--MarginRight: var(--pf-global--spacer--lg);
|
|
@@ -62,6 +67,8 @@
|
|
|
62
67
|
flex-wrap: wrap;
|
|
63
68
|
align-items: center;
|
|
64
69
|
justify-content: flex-end;
|
|
70
|
+
padding-right: var(--pf-c-pagination--PaddingRight);
|
|
71
|
+
padding-left: var(--pf-c-pagination--PaddingLeft);
|
|
65
72
|
}
|
|
66
73
|
@media screen and (min-width: 768px) {
|
|
67
74
|
.pf-c-pagination {
|
|
@@ -81,6 +88,8 @@
|
|
|
81
88
|
.pf-c-pagination {
|
|
82
89
|
--pf-c-pagination--m-bottom--md--PaddingRight: var(--pf-c-pagination--m-bottom--xl--PaddingRight);
|
|
83
90
|
--pf-c-pagination--m-bottom--md--PaddingLeft: var(--pf-c-pagination--m-bottom--xl--PaddingLeft);
|
|
91
|
+
--pf-c-pagination__scroll-button--Width: var(--pf-c-pagination__scroll-button--xl--Width);
|
|
92
|
+
--pf-c-pagination--m-page-insets--inset: var(--pf-c-pagination--m-page-insets--xl--inset);
|
|
84
93
|
}
|
|
85
94
|
}
|
|
86
95
|
.pf-c-pagination > *:not(:last-child):not(.pf-c-pagination__total-items) {
|
|
@@ -171,6 +180,9 @@
|
|
|
171
180
|
.pf-c-pagination.pf-m-compact {
|
|
172
181
|
--pf-c-pagination--child--MarginRight: var(--pf-c-pagination--m-compact--child--MarginRight);
|
|
173
182
|
}
|
|
183
|
+
.pf-c-pagination.pf-m-page-insets {
|
|
184
|
+
--pf-c-pagination--inset: var(--pf-c-pagination--m-page-insets--inset);
|
|
185
|
+
}
|
|
174
186
|
|
|
175
187
|
.pf-c-pagination__nav {
|
|
176
188
|
display: var(--pf-c-pagination__nav--Display);
|
|
@@ -217,6 +229,42 @@
|
|
|
217
229
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
218
230
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
219
231
|
}
|
|
232
|
+
.pf-c-pagination.pf-m-inset-none {
|
|
233
|
+
--pf-c-pagination--inset: 0;
|
|
234
|
+
}
|
|
235
|
+
.pf-c-pagination.pf-m-inset-sm {
|
|
236
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
237
|
+
}
|
|
238
|
+
.pf-c-pagination.pf-m-inset-md {
|
|
239
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
240
|
+
}
|
|
241
|
+
.pf-c-pagination.pf-m-inset-lg {
|
|
242
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
243
|
+
}
|
|
244
|
+
.pf-c-pagination.pf-m-inset-xl {
|
|
245
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
246
|
+
}
|
|
247
|
+
.pf-c-pagination.pf-m-inset-2xl {
|
|
248
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
249
|
+
}
|
|
250
|
+
.pf-c-pagination.pf-m-inset-none {
|
|
251
|
+
--pf-c-pagination--inset: 0;
|
|
252
|
+
}
|
|
253
|
+
.pf-c-pagination.pf-m-inset-sm {
|
|
254
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
255
|
+
}
|
|
256
|
+
.pf-c-pagination.pf-m-inset-md {
|
|
257
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
258
|
+
}
|
|
259
|
+
.pf-c-pagination.pf-m-inset-lg {
|
|
260
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
261
|
+
}
|
|
262
|
+
.pf-c-pagination.pf-m-inset-xl {
|
|
263
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
264
|
+
}
|
|
265
|
+
.pf-c-pagination.pf-m-inset-2xl {
|
|
266
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
267
|
+
}
|
|
220
268
|
@media (min-width: 576px) {
|
|
221
269
|
.pf-c-pagination.pf-m-display-summary-on-sm {
|
|
222
270
|
--pf-c-pagination__nav--Display: var(--pf-c-pagination--m-display-summary__nav--Display);
|
|
@@ -228,6 +276,42 @@
|
|
|
228
276
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
229
277
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
230
278
|
}
|
|
279
|
+
.pf-c-pagination.pf-m-inset-none-on-sm {
|
|
280
|
+
--pf-c-pagination--inset: 0;
|
|
281
|
+
}
|
|
282
|
+
.pf-c-pagination.pf-m-inset-sm-on-sm {
|
|
283
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
284
|
+
}
|
|
285
|
+
.pf-c-pagination.pf-m-inset-md-on-sm {
|
|
286
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
287
|
+
}
|
|
288
|
+
.pf-c-pagination.pf-m-inset-lg-on-sm {
|
|
289
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
290
|
+
}
|
|
291
|
+
.pf-c-pagination.pf-m-inset-xl-on-sm {
|
|
292
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
293
|
+
}
|
|
294
|
+
.pf-c-pagination.pf-m-inset-2xl-on-sm {
|
|
295
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
296
|
+
}
|
|
297
|
+
.pf-c-pagination.pf-m-inset-none-on-sm {
|
|
298
|
+
--pf-c-pagination--inset: 0;
|
|
299
|
+
}
|
|
300
|
+
.pf-c-pagination.pf-m-inset-sm-on-sm {
|
|
301
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
302
|
+
}
|
|
303
|
+
.pf-c-pagination.pf-m-inset-md-on-sm {
|
|
304
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
305
|
+
}
|
|
306
|
+
.pf-c-pagination.pf-m-inset-lg-on-sm {
|
|
307
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
308
|
+
}
|
|
309
|
+
.pf-c-pagination.pf-m-inset-xl-on-sm {
|
|
310
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
311
|
+
}
|
|
312
|
+
.pf-c-pagination.pf-m-inset-2xl-on-sm {
|
|
313
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
314
|
+
}
|
|
231
315
|
}
|
|
232
316
|
@media (min-width: 768px) {
|
|
233
317
|
.pf-c-pagination.pf-m-display-summary-on-md {
|
|
@@ -240,6 +324,42 @@
|
|
|
240
324
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
241
325
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
242
326
|
}
|
|
327
|
+
.pf-c-pagination.pf-m-inset-none-on-md {
|
|
328
|
+
--pf-c-pagination--inset: 0;
|
|
329
|
+
}
|
|
330
|
+
.pf-c-pagination.pf-m-inset-sm-on-md {
|
|
331
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
332
|
+
}
|
|
333
|
+
.pf-c-pagination.pf-m-inset-md-on-md {
|
|
334
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
335
|
+
}
|
|
336
|
+
.pf-c-pagination.pf-m-inset-lg-on-md {
|
|
337
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
338
|
+
}
|
|
339
|
+
.pf-c-pagination.pf-m-inset-xl-on-md {
|
|
340
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
341
|
+
}
|
|
342
|
+
.pf-c-pagination.pf-m-inset-2xl-on-md {
|
|
343
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
344
|
+
}
|
|
345
|
+
.pf-c-pagination.pf-m-inset-none-on-md {
|
|
346
|
+
--pf-c-pagination--inset: 0;
|
|
347
|
+
}
|
|
348
|
+
.pf-c-pagination.pf-m-inset-sm-on-md {
|
|
349
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
350
|
+
}
|
|
351
|
+
.pf-c-pagination.pf-m-inset-md-on-md {
|
|
352
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
353
|
+
}
|
|
354
|
+
.pf-c-pagination.pf-m-inset-lg-on-md {
|
|
355
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
356
|
+
}
|
|
357
|
+
.pf-c-pagination.pf-m-inset-xl-on-md {
|
|
358
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
359
|
+
}
|
|
360
|
+
.pf-c-pagination.pf-m-inset-2xl-on-md {
|
|
361
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
362
|
+
}
|
|
243
363
|
}
|
|
244
364
|
@media (min-width: 992px) {
|
|
245
365
|
.pf-c-pagination.pf-m-display-summary-on-lg {
|
|
@@ -252,6 +372,42 @@
|
|
|
252
372
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
253
373
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
254
374
|
}
|
|
375
|
+
.pf-c-pagination.pf-m-inset-none-on-lg {
|
|
376
|
+
--pf-c-pagination--inset: 0;
|
|
377
|
+
}
|
|
378
|
+
.pf-c-pagination.pf-m-inset-sm-on-lg {
|
|
379
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
380
|
+
}
|
|
381
|
+
.pf-c-pagination.pf-m-inset-md-on-lg {
|
|
382
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
383
|
+
}
|
|
384
|
+
.pf-c-pagination.pf-m-inset-lg-on-lg {
|
|
385
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
386
|
+
}
|
|
387
|
+
.pf-c-pagination.pf-m-inset-xl-on-lg {
|
|
388
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
389
|
+
}
|
|
390
|
+
.pf-c-pagination.pf-m-inset-2xl-on-lg {
|
|
391
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
392
|
+
}
|
|
393
|
+
.pf-c-pagination.pf-m-inset-none-on-lg {
|
|
394
|
+
--pf-c-pagination--inset: 0;
|
|
395
|
+
}
|
|
396
|
+
.pf-c-pagination.pf-m-inset-sm-on-lg {
|
|
397
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
398
|
+
}
|
|
399
|
+
.pf-c-pagination.pf-m-inset-md-on-lg {
|
|
400
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
401
|
+
}
|
|
402
|
+
.pf-c-pagination.pf-m-inset-lg-on-lg {
|
|
403
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
404
|
+
}
|
|
405
|
+
.pf-c-pagination.pf-m-inset-xl-on-lg {
|
|
406
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
407
|
+
}
|
|
408
|
+
.pf-c-pagination.pf-m-inset-2xl-on-lg {
|
|
409
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
410
|
+
}
|
|
255
411
|
}
|
|
256
412
|
@media (min-width: 1200px) {
|
|
257
413
|
.pf-c-pagination.pf-m-display-summary-on-xl {
|
|
@@ -264,6 +420,42 @@
|
|
|
264
420
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
265
421
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
266
422
|
}
|
|
423
|
+
.pf-c-pagination.pf-m-inset-none-on-xl {
|
|
424
|
+
--pf-c-pagination--inset: 0;
|
|
425
|
+
}
|
|
426
|
+
.pf-c-pagination.pf-m-inset-sm-on-xl {
|
|
427
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
428
|
+
}
|
|
429
|
+
.pf-c-pagination.pf-m-inset-md-on-xl {
|
|
430
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
431
|
+
}
|
|
432
|
+
.pf-c-pagination.pf-m-inset-lg-on-xl {
|
|
433
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
434
|
+
}
|
|
435
|
+
.pf-c-pagination.pf-m-inset-xl-on-xl {
|
|
436
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
437
|
+
}
|
|
438
|
+
.pf-c-pagination.pf-m-inset-2xl-on-xl {
|
|
439
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
440
|
+
}
|
|
441
|
+
.pf-c-pagination.pf-m-inset-none-on-xl {
|
|
442
|
+
--pf-c-pagination--inset: 0;
|
|
443
|
+
}
|
|
444
|
+
.pf-c-pagination.pf-m-inset-sm-on-xl {
|
|
445
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
446
|
+
}
|
|
447
|
+
.pf-c-pagination.pf-m-inset-md-on-xl {
|
|
448
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
449
|
+
}
|
|
450
|
+
.pf-c-pagination.pf-m-inset-lg-on-xl {
|
|
451
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
452
|
+
}
|
|
453
|
+
.pf-c-pagination.pf-m-inset-xl-on-xl {
|
|
454
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
455
|
+
}
|
|
456
|
+
.pf-c-pagination.pf-m-inset-2xl-on-xl {
|
|
457
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
458
|
+
}
|
|
267
459
|
}
|
|
268
460
|
@media (min-width: 1450px) {
|
|
269
461
|
.pf-c-pagination.pf-m-display-summary-on-2xl {
|
|
@@ -276,6 +468,42 @@
|
|
|
276
468
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
277
469
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
278
470
|
}
|
|
471
|
+
.pf-c-pagination.pf-m-inset-none-on-2xl {
|
|
472
|
+
--pf-c-pagination--inset: 0;
|
|
473
|
+
}
|
|
474
|
+
.pf-c-pagination.pf-m-inset-sm-on-2xl {
|
|
475
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
476
|
+
}
|
|
477
|
+
.pf-c-pagination.pf-m-inset-md-on-2xl {
|
|
478
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
479
|
+
}
|
|
480
|
+
.pf-c-pagination.pf-m-inset-lg-on-2xl {
|
|
481
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
482
|
+
}
|
|
483
|
+
.pf-c-pagination.pf-m-inset-xl-on-2xl {
|
|
484
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
485
|
+
}
|
|
486
|
+
.pf-c-pagination.pf-m-inset-2xl-on-2xl {
|
|
487
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
488
|
+
}
|
|
489
|
+
.pf-c-pagination.pf-m-inset-none-on-2xl {
|
|
490
|
+
--pf-c-pagination--inset: 0;
|
|
491
|
+
}
|
|
492
|
+
.pf-c-pagination.pf-m-inset-sm-on-2xl {
|
|
493
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--sm);
|
|
494
|
+
}
|
|
495
|
+
.pf-c-pagination.pf-m-inset-md-on-2xl {
|
|
496
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--md);
|
|
497
|
+
}
|
|
498
|
+
.pf-c-pagination.pf-m-inset-lg-on-2xl {
|
|
499
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--lg);
|
|
500
|
+
}
|
|
501
|
+
.pf-c-pagination.pf-m-inset-xl-on-2xl {
|
|
502
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--xl);
|
|
503
|
+
}
|
|
504
|
+
.pf-c-pagination.pf-m-inset-2xl-on-2xl {
|
|
505
|
+
--pf-c-pagination--inset: var(--pf-global--spacer--2xl);
|
|
506
|
+
}
|
|
279
507
|
}
|
|
280
508
|
|
|
281
509
|
:where(.pf-theme-dark) .pf-c-pagination {
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
$pf-c-pagination--breakpoint-map: build-breakpoint-map();
|
|
2
|
+
$pf-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
2
3
|
|
|
3
4
|
.pf-c-pagination {
|
|
5
|
+
--pf-c-pagination--inset: 0;
|
|
6
|
+
--pf-c-pagination--PaddingRight: var(--pf-c-pagination--inset);
|
|
7
|
+
--pf-c-pagination--PaddingLeft: var(--pf-c-pagination--inset);
|
|
8
|
+
|
|
9
|
+
// Page insets
|
|
10
|
+
--pf-c-pagination--m-page-insets--inset: var(--pf-global--spacer--md);
|
|
11
|
+
--pf-c-pagination--m-page-insets--xl--inset: var(--pf-global--spacer--lg);
|
|
12
|
+
|
|
4
13
|
// children
|
|
5
14
|
--pf-c-pagination--child--MarginRight: var(--pf-global--spacer--lg);
|
|
6
15
|
--pf-c-pagination--m-bottom--child--MarginRight: 0;
|
|
@@ -86,12 +95,16 @@ $pf-c-pagination--breakpoint-map: build-breakpoint-map();
|
|
|
86
95
|
@media screen and (min-width: $pf-global--breakpoint--xl) {
|
|
87
96
|
--pf-c-pagination--m-bottom--md--PaddingRight: var(--pf-c-pagination--m-bottom--xl--PaddingRight);
|
|
88
97
|
--pf-c-pagination--m-bottom--md--PaddingLeft: var(--pf-c-pagination--m-bottom--xl--PaddingLeft);
|
|
98
|
+
--pf-c-pagination__scroll-button--Width: var(--pf-c-pagination__scroll-button--xl--Width);
|
|
99
|
+
--pf-c-pagination--m-page-insets--inset: var(--pf-c-pagination--m-page-insets--xl--inset);
|
|
89
100
|
}
|
|
90
101
|
|
|
91
102
|
display: flex;
|
|
92
103
|
flex-wrap: wrap;
|
|
93
104
|
align-items: center;
|
|
94
105
|
justify-content: flex-end;
|
|
106
|
+
padding-right: var(--pf-c-pagination--PaddingRight);
|
|
107
|
+
padding-left: var(--pf-c-pagination--PaddingLeft);
|
|
95
108
|
|
|
96
109
|
// stylelint-disable selector-not-notation
|
|
97
110
|
// update to single :not() in breaking change
|
|
@@ -194,7 +207,6 @@ $pf-c-pagination--breakpoint-map: build-breakpoint-map();
|
|
|
194
207
|
}
|
|
195
208
|
}
|
|
196
209
|
|
|
197
|
-
|
|
198
210
|
.pf-c-options-menu__toggle {
|
|
199
211
|
font-size: var(--pf-c-pagination--c-options-menu__toggle--FontSize);
|
|
200
212
|
}
|
|
@@ -202,8 +214,13 @@ $pf-c-pagination--breakpoint-map: build-breakpoint-map();
|
|
|
202
214
|
&.pf-m-compact {
|
|
203
215
|
--pf-c-pagination--child--MarginRight: var(--pf-c-pagination--m-compact--child--MarginRight);
|
|
204
216
|
}
|
|
217
|
+
|
|
218
|
+
&.pf-m-page-insets {
|
|
219
|
+
--pf-c-pagination--inset: var(--pf-c-pagination--m-page-insets--inset);
|
|
220
|
+
}
|
|
205
221
|
}
|
|
206
222
|
|
|
223
|
+
|
|
207
224
|
// nav
|
|
208
225
|
.pf-c-pagination__nav {
|
|
209
226
|
display: var(--pf-c-pagination__nav--Display);
|
|
@@ -268,6 +285,18 @@ $pf-c-pagination--breakpoint-map: build-breakpoint-map();
|
|
|
268
285
|
--pf-c-pagination--c-options-menu--Display: var(--pf-c-pagination--m-display-full--c-options-menu--Display);
|
|
269
286
|
--pf-c-pagination__total-items--Display: var(--pf-c-pagination--m-display-full__total-items--Display);
|
|
270
287
|
}
|
|
288
|
+
|
|
289
|
+
@each $spacer, $spacer-value in $pf-c-pagination--variable-map {
|
|
290
|
+
&.pf-m-inset-#{$spacer}#{$breakpoint-name} {
|
|
291
|
+
--pf-c-pagination--inset: #{$spacer-value};
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
@each $spacer, $spacer-value in $pf-c-pagination--variable-map {
|
|
296
|
+
&.pf-m-inset-#{$spacer}#{$breakpoint-name} {
|
|
297
|
+
--pf-c-pagination--inset: #{$spacer-value};
|
|
298
|
+
}
|
|
299
|
+
}
|
|
271
300
|
}
|
|
272
301
|
}
|
|
273
302
|
}
|
|
@@ -182,13 +182,6 @@
|
|
|
182
182
|
z-index: var(--pf-c-slider__value--m-floating--ZIndex);
|
|
183
183
|
transform: translate(var(--pf-c-slider__value--m-floating--TranslateX), var(--pf-c-slider__value--m-floating--TranslateY));
|
|
184
184
|
}
|
|
185
|
-
.pf-c-slider__value.pf-m-floating .pf-c-input-group {
|
|
186
|
-
align-items: center;
|
|
187
|
-
}
|
|
188
|
-
.pf-c-slider__value.pf-m-floating .pf-c-input-group__text {
|
|
189
|
-
position: absolute;
|
|
190
|
-
left: 100%;
|
|
191
|
-
}
|
|
192
185
|
.pf-c-slider__value .pf-c-form-control {
|
|
193
186
|
width: var(--pf-c-slider__value--c-form-control--Width);
|
|
194
187
|
}
|
|
@@ -218,15 +218,6 @@
|
|
|
218
218
|
left: var(--pf-c-slider__value--m-floating--Left);
|
|
219
219
|
z-index: var(--pf-c-slider__value--m-floating--ZIndex);
|
|
220
220
|
transform: translate(var(--pf-c-slider__value--m-floating--TranslateX), var(--pf-c-slider__value--m-floating--TranslateY));
|
|
221
|
-
|
|
222
|
-
.pf-c-input-group {
|
|
223
|
-
align-items: center;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.pf-c-input-group__text {
|
|
227
|
-
position: absolute;
|
|
228
|
-
left: 100%;
|
|
229
|
-
}
|
|
230
221
|
}
|
|
231
222
|
|
|
232
223
|
.pf-c-form-control {
|