@patternfly/patternfly 4.171.0 → 4.174.0
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/RELEASE-NOTES.md +41 -1
- package/components/ContextSelector/context-selector.css +7 -2
- package/components/ContextSelector/context-selector.scss +16 -11
- package/components/Dropdown/dropdown.css +7 -0
- package/components/Dropdown/dropdown.scss +6 -0
- package/components/Menu/menu.css +1 -0
- package/components/Menu/menu.scss +1 -0
- package/components/MenuToggle/menu-toggle.css +13 -0
- package/components/MenuToggle/menu-toggle.scss +26 -12
- package/components/Nav/nav.css +2 -2
- package/components/Nav/nav.scss +4 -4
- package/components/NumberInput/number-input.css +9 -6
- package/components/NumberInput/number-input.scss +2 -10
- package/components/OptionsMenu/options-menu.css +13 -2
- package/components/OptionsMenu/options-menu.scss +19 -7
- package/components/Pagination/pagination.css +9 -1
- package/components/Pagination/pagination.scss +3 -1
- package/components/ProgressStepper/progress-stepper.css +5 -0
- package/components/ProgressStepper/progress-stepper.scss +6 -0
- package/components/Select/select.css +11 -0
- package/components/Select/select.scss +14 -0
- package/components/Sidebar/sidebar.css +1 -0
- package/components/Sidebar/sidebar.scss +1 -0
- package/components/Table/table-scrollable.css +2 -0
- package/components/Table/table-scrollable.scss +2 -0
- package/components/Table/table-tree-view.css +7 -0
- package/components/Table/table-tree-view.scss +8 -0
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/Toolbar/toolbar.css +1 -0
- package/components/Toolbar/toolbar.scss +1 -0
- package/docs/components/Table/examples/Table.md +417 -172
- package/docs/demos/DataList/examples/DataList.md +2 -3
- package/docs/demos/Table/examples/Table.md +21 -69
- package/docs/demos/Toolbar/examples/Toolbar.md +3 -10
- package/package.json +1 -1
- package/patternfly-no-reset.css +81 -14
- package/patternfly.css +81 -14
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/placeholders.scss +12 -0
|
@@ -4357,21 +4357,14 @@ wrapperTag: div
|
|
|
4357
4357
|
>
|
|
4358
4358
|
<thead>
|
|
4359
4359
|
<tr role="row">
|
|
4360
|
-
<td
|
|
4361
|
-
<input
|
|
4362
|
-
type="checkbox"
|
|
4363
|
-
name="check-all"
|
|
4364
|
-
aria-label="Select all rows"
|
|
4365
|
-
/>
|
|
4366
|
-
</td>
|
|
4360
|
+
<td></td>
|
|
4367
4361
|
<th role="columnheader" scope="col">Repositories</th>
|
|
4368
4362
|
<th role="columnheader" scope="col">Branches</th>
|
|
4369
4363
|
<th role="columnheader" scope="col">Pull requests</th>
|
|
4370
4364
|
<th role="columnheader" scope="col">Workspaces</th>
|
|
4371
4365
|
<th role="columnheader" scope="col">Last commit</th>
|
|
4372
|
-
<td
|
|
4373
|
-
|
|
4374
|
-
<td role="cell"></td>
|
|
4366
|
+
<td></td>
|
|
4367
|
+
<td></td>
|
|
4375
4368
|
</tr>
|
|
4376
4369
|
</thead>
|
|
4377
4370
|
|
|
@@ -5612,13 +5605,7 @@ wrapperTag: div
|
|
|
5612
5605
|
>
|
|
5613
5606
|
<thead>
|
|
5614
5607
|
<tr role="row">
|
|
5615
|
-
<td
|
|
5616
|
-
<input
|
|
5617
|
-
type="checkbox"
|
|
5618
|
-
name="check-all"
|
|
5619
|
-
aria-label="Select all rows"
|
|
5620
|
-
/>
|
|
5621
|
-
</td>
|
|
5608
|
+
<td></td>
|
|
5622
5609
|
<th
|
|
5623
5610
|
class="pf-c-table__sort pf-m-selected"
|
|
5624
5611
|
role="columnheader"
|
|
@@ -5694,8 +5681,8 @@ wrapperTag: div
|
|
|
5694
5681
|
</div>
|
|
5695
5682
|
</button>
|
|
5696
5683
|
</th>
|
|
5697
|
-
<td
|
|
5698
|
-
<td
|
|
5684
|
+
<td></td>
|
|
5685
|
+
<td></td>
|
|
5699
5686
|
</tr>
|
|
5700
5687
|
</thead>
|
|
5701
5688
|
|
|
@@ -7008,13 +6995,7 @@ wrapperTag: div
|
|
|
7008
6995
|
</button>
|
|
7009
6996
|
</td>
|
|
7010
6997
|
|
|
7011
|
-
<td
|
|
7012
|
-
<input
|
|
7013
|
-
type="checkbox"
|
|
7014
|
-
name="check-all"
|
|
7015
|
-
aria-label="Select all rows"
|
|
7016
|
-
/>
|
|
7017
|
-
</td>
|
|
6998
|
+
<td></td>
|
|
7018
6999
|
<th
|
|
7019
7000
|
class="pf-m-width-30"
|
|
7020
7001
|
role="columnheader"
|
|
@@ -7024,9 +7005,8 @@ wrapperTag: div
|
|
|
7024
7005
|
<th role="columnheader" scope="col">Pull requests</th>
|
|
7025
7006
|
<th role="columnheader" scope="col">Work spaces</th>
|
|
7026
7007
|
<th role="columnheader" scope="col">Last commit</th>
|
|
7027
|
-
<td
|
|
7028
|
-
|
|
7029
|
-
<td role="cell"></td>
|
|
7008
|
+
<td></td>
|
|
7009
|
+
<td></td>
|
|
7030
7010
|
</tr>
|
|
7031
7011
|
</thead>
|
|
7032
7012
|
|
|
@@ -8519,22 +8499,15 @@ wrapperTag: div
|
|
|
8519
8499
|
>
|
|
8520
8500
|
<thead>
|
|
8521
8501
|
<tr role="row">
|
|
8522
|
-
<td
|
|
8523
|
-
<input
|
|
8524
|
-
type="checkbox"
|
|
8525
|
-
name="check-all"
|
|
8526
|
-
aria-label="Select all rows"
|
|
8527
|
-
/>
|
|
8528
|
-
</td>
|
|
8502
|
+
<td></td>
|
|
8529
8503
|
<th role="columnheader" scope="col">Contributor</th>
|
|
8530
8504
|
<th role="columnheader" scope="col">Position</th>
|
|
8531
8505
|
<th role="columnheader" scope="col">Location</th>
|
|
8532
8506
|
<th role="columnheader" scope="col">Last seen</th>
|
|
8533
8507
|
<th role="columnheader" scope="col">Numbers</th>
|
|
8534
8508
|
<th class="pf-c-table__icon" role="columnheader" scope="col">Icons</th>
|
|
8535
|
-
<
|
|
8536
|
-
|
|
8537
|
-
<th role="columnheader"></th>
|
|
8509
|
+
<td></td>
|
|
8510
|
+
<td></td>
|
|
8538
8511
|
</tr>
|
|
8539
8512
|
</thead>
|
|
8540
8513
|
|
|
@@ -14857,21 +14830,14 @@ wrapperTag: div
|
|
|
14857
14830
|
>
|
|
14858
14831
|
<thead>
|
|
14859
14832
|
<tr role="row">
|
|
14860
|
-
<td
|
|
14861
|
-
<input
|
|
14862
|
-
type="checkbox"
|
|
14863
|
-
name="check-all"
|
|
14864
|
-
aria-label="Select all rows"
|
|
14865
|
-
/>
|
|
14866
|
-
</td>
|
|
14833
|
+
<td></td>
|
|
14867
14834
|
<th role="columnheader" scope="col">Repositories</th>
|
|
14868
14835
|
<th role="columnheader" scope="col">Branches</th>
|
|
14869
14836
|
<th role="columnheader" scope="col">Pull requests</th>
|
|
14870
14837
|
<th role="columnheader" scope="col">Workspaces</th>
|
|
14871
14838
|
<th role="columnheader" scope="col">Last commit</th>
|
|
14872
|
-
<td
|
|
14873
|
-
|
|
14874
|
-
<td role="cell"></td>
|
|
14839
|
+
<td></td>
|
|
14840
|
+
<td></td>
|
|
14875
14841
|
</tr>
|
|
14876
14842
|
</thead>
|
|
14877
14843
|
|
|
@@ -16175,21 +16141,14 @@ wrapperTag: div
|
|
|
16175
16141
|
>
|
|
16176
16142
|
<thead>
|
|
16177
16143
|
<tr role="row">
|
|
16178
|
-
<td
|
|
16179
|
-
<input
|
|
16180
|
-
type="checkbox"
|
|
16181
|
-
name="check-all"
|
|
16182
|
-
aria-label="Select all rows"
|
|
16183
|
-
/>
|
|
16184
|
-
</td>
|
|
16144
|
+
<td></td>
|
|
16185
16145
|
<th role="columnheader" scope="col">Repositories</th>
|
|
16186
16146
|
<th role="columnheader" scope="col">Branches</th>
|
|
16187
16147
|
<th role="columnheader" scope="col">Pull requests</th>
|
|
16188
16148
|
<th role="columnheader" scope="col">Workspaces</th>
|
|
16189
16149
|
<th role="columnheader" scope="col">Last commit</th>
|
|
16190
|
-
<td
|
|
16191
|
-
|
|
16192
|
-
<td role="cell"></td>
|
|
16150
|
+
<td></td>
|
|
16151
|
+
<td></td>
|
|
16193
16152
|
</tr>
|
|
16194
16153
|
</thead>
|
|
16195
16154
|
|
|
@@ -17580,21 +17539,14 @@ wrapperTag: div
|
|
|
17580
17539
|
>
|
|
17581
17540
|
<thead>
|
|
17582
17541
|
<tr role="row">
|
|
17583
|
-
<td
|
|
17584
|
-
<input
|
|
17585
|
-
type="checkbox"
|
|
17586
|
-
name="check-all"
|
|
17587
|
-
aria-label="Select all rows"
|
|
17588
|
-
/>
|
|
17589
|
-
</td>
|
|
17542
|
+
<td></td>
|
|
17590
17543
|
<th role="columnheader" scope="col">Repositories</th>
|
|
17591
17544
|
<th role="columnheader" scope="col">Branches</th>
|
|
17592
17545
|
<th role="columnheader" scope="col">Pull requests</th>
|
|
17593
17546
|
<th role="columnheader" scope="col">Workspaces</th>
|
|
17594
17547
|
<th role="columnheader" scope="col">Last commit</th>
|
|
17595
|
-
<td
|
|
17596
|
-
|
|
17597
|
-
<td role="cell"></td>
|
|
17548
|
+
<td></td>
|
|
17549
|
+
<td></td>
|
|
17598
17550
|
</tr>
|
|
17599
17551
|
</thead>
|
|
17600
17552
|
|
|
@@ -2246,21 +2246,14 @@ section: components
|
|
|
2246
2246
|
>
|
|
2247
2247
|
<thead>
|
|
2248
2248
|
<tr role="row">
|
|
2249
|
-
<td
|
|
2250
|
-
<input
|
|
2251
|
-
type="checkbox"
|
|
2252
|
-
name="check-all"
|
|
2253
|
-
aria-label="Select all rows"
|
|
2254
|
-
/>
|
|
2255
|
-
</td>
|
|
2249
|
+
<td></td>
|
|
2256
2250
|
<th role="columnheader" scope="col">Repositories</th>
|
|
2257
2251
|
<th role="columnheader" scope="col">Branches</th>
|
|
2258
2252
|
<th role="columnheader" scope="col">Pull requests</th>
|
|
2259
2253
|
<th role="columnheader" scope="col">Workspaces</th>
|
|
2260
2254
|
<th role="columnheader" scope="col">Last commit</th>
|
|
2261
|
-
<td
|
|
2262
|
-
|
|
2263
|
-
<td role="cell"></td>
|
|
2255
|
+
<td></td>
|
|
2256
|
+
<td></td>
|
|
2264
2257
|
</tr>
|
|
2265
2258
|
</thead>
|
|
2266
2259
|
|
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -104,6 +104,14 @@
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
+
.pf-c-number-input .pf-c-form-control, .pf-c-pagination__nav-page-select .pf-c-form-control {
|
|
108
|
+
appearance: textfield;
|
|
109
|
+
}
|
|
110
|
+
.pf-c-number-input .pf-c-form-control::-webkit-inner-spin-button, .pf-c-pagination__nav-page-select .pf-c-form-control::-webkit-inner-spin-button, .pf-c-number-input .pf-c-form-control::-webkit-outer-spin-button, .pf-c-pagination__nav-page-select .pf-c-form-control::-webkit-outer-spin-button {
|
|
111
|
+
appearance: none;
|
|
112
|
+
margin: 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
107
115
|
:root {
|
|
108
116
|
--pf-global--palette--black-100: #fafafa;
|
|
109
117
|
--pf-global--palette--black-150: #f5f5f5;
|
|
@@ -8389,6 +8397,8 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8389
8397
|
--pf-c-context-selector__toggle-text--LineHeight: var(--pf-global--LineHeight--md);
|
|
8390
8398
|
--pf-c-context-selector__toggle-icon--MarginRight: var(--pf-global--spacer--sm);
|
|
8391
8399
|
--pf-c-context-selector__toggle-icon--MarginLeft: var(--pf-global--spacer--md);
|
|
8400
|
+
--pf-c-context-selector--m-plain__toggle-icon--Color: var(--pf-global--Color--200);
|
|
8401
|
+
--pf-c-context-selector--m-plain--hover__toggle-icon--Color: var(--pf-global--Color--100);
|
|
8392
8402
|
--pf-c-context-selector__menu--Top: calc(100% + var(--pf-global--spacer--xs));
|
|
8393
8403
|
--pf-c-context-selector__menu--ZIndex: var(--pf-global--ZIndex--sm);
|
|
8394
8404
|
--pf-c-context-selector__menu--PaddingTop: var(--pf-global--spacer--sm);
|
|
@@ -8551,6 +8561,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8551
8561
|
.pf-c-context-selector__toggle.pf-m-plain {
|
|
8552
8562
|
--pf-c-context-selector__toggle--PaddingRight: var(--pf-c-context-selector__toggle--m-plain--PaddingRight);
|
|
8553
8563
|
--pf-c-context-selector__toggle--PaddingLeft: var(--pf-c-context-selector__toggle--m-plain--PaddingLeft);
|
|
8564
|
+
--pf-c-context-selector__toggle-icon--Color: var(--pf-c-context-selector--m-plain__toggle-icon--Color);
|
|
8554
8565
|
}
|
|
8555
8566
|
.pf-c-context-selector__toggle.pf-m-plain.pf-m-text {
|
|
8556
8567
|
--pf-c-context-selector__toggle--PaddingRight: var(--pf-c-context-selector__toggle--m-plain--m-text--PaddingRight);
|
|
@@ -8561,11 +8572,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8561
8572
|
width: auto;
|
|
8562
8573
|
color: var(--pf-c-context-selector__toggle--m-plain--Color);
|
|
8563
8574
|
}
|
|
8564
|
-
.pf-c-context-selector__toggle.pf-m-plain
|
|
8575
|
+
.pf-c-context-selector__toggle.pf-m-plain.pf-m-disabled, .pf-c-context-selector__toggle.pf-m-plain:disabled {
|
|
8565
8576
|
--pf-c-context-selector__toggle--m-plain--Color: var(--pf-c-context-selector__toggle--m-plain--disabled--Color);
|
|
8566
8577
|
}
|
|
8567
|
-
.pf-c-context-selector__toggle.pf-m-plain:
|
|
8578
|
+
.pf-c-context-selector__toggle.pf-m-plain:hover, .pf-c-context-selector__toggle.pf-m-plain:active, .pf-c-context-selector__toggle.pf-m-plain.pf-m-active, .pf-c-context-selector__toggle.pf-m-plain:focus, .pf-c-context-selector.pf-m-expanded > .pf-c-context-selector__toggle.pf-m-plain {
|
|
8568
8579
|
--pf-c-context-selector__toggle--m-plain--Color: var(--pf-c-context-selector__toggle--m-plain--hover--Color);
|
|
8580
|
+
--pf-c-context-selector--m-plain__toggle-icon--Color: var(--pf-c-context-selector--m-plain--hover__toggle-icon--Color);
|
|
8569
8581
|
}
|
|
8570
8582
|
.pf-c-context-selector__toggle.pf-m-plain::before {
|
|
8571
8583
|
border: 0;
|
|
@@ -8582,6 +8594,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8582
8594
|
.pf-c-context-selector__toggle-icon {
|
|
8583
8595
|
margin-right: var(--pf-c-context-selector__toggle-icon--MarginRight);
|
|
8584
8596
|
margin-left: var(--pf-c-context-selector__toggle-icon--MarginLeft);
|
|
8597
|
+
color: var(--pf-c-context-selector__toggle-icon--Color, inherit);
|
|
8585
8598
|
}
|
|
8586
8599
|
|
|
8587
8600
|
.pf-c-context-selector__menu {
|
|
@@ -10108,6 +10121,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10108
10121
|
--pf-c-toolbar--PaddingTop: var(--pf-global--spacer--md);
|
|
10109
10122
|
--pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--md);
|
|
10110
10123
|
--pf-c-toolbar__item--Display: block;
|
|
10124
|
+
--pf-c-toolbar__item--MinWidth--base: auto;
|
|
10111
10125
|
--pf-c-toolbar__group--Display: flex;
|
|
10112
10126
|
--pf-c-toolbar--m-sticky--ZIndex: var(--pf-global--ZIndex--xs);
|
|
10113
10127
|
--pf-c-toolbar--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
|
@@ -12360,6 +12374,8 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12360
12374
|
--pf-c-dropdown__toggle-icon--MarginRight: var(--pf-global--spacer--sm);
|
|
12361
12375
|
--pf-c-dropdown__toggle-icon--MarginLeft: var(--pf-global--spacer--md);
|
|
12362
12376
|
--pf-c-dropdown--m-top--m-expanded__toggle-icon--Rotate: 180deg;
|
|
12377
|
+
--pf-c-dropdown--m-plain__toggle-icon--Color: var(--pf-global--Color--200);
|
|
12378
|
+
--pf-c-dropdown--m-plain--hover__toggle-icon--Color: var(--pf-global--Color--100);
|
|
12363
12379
|
--pf-c-dropdown__menu--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
|
|
12364
12380
|
--pf-c-dropdown__menu--BoxShadow: var(--pf-global--BoxShadow--md);
|
|
12365
12381
|
--pf-c-dropdown__menu--PaddingTop: var(--pf-global--spacer--sm);
|
|
@@ -12582,6 +12598,9 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12582
12598
|
--pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-c-dropdown--m-expanded__toggle--before--BorderBottomColor);
|
|
12583
12599
|
border-bottom-width: var(--pf-c-dropdown--m-expanded__toggle--before--BorderBottomWidth);
|
|
12584
12600
|
}
|
|
12601
|
+
.pf-c-dropdown__toggle.pf-m-plain {
|
|
12602
|
+
--pf-c-dropdown__toggle-icon--Color: var(--pf-c-dropdown--m-plain__toggle-icon--Color);
|
|
12603
|
+
}
|
|
12585
12604
|
.pf-c-dropdown__toggle.pf-m-plain:not(.pf-m-text) {
|
|
12586
12605
|
--pf-c-dropdown__toggle--PaddingRight: var(--pf-c-dropdown__toggle--m-plain--PaddingRight);
|
|
12587
12606
|
--pf-c-dropdown__toggle--PaddingLeft: var(--pf-c-dropdown__toggle--m-plain--PaddingLeft);
|
|
@@ -12596,6 +12615,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12596
12615
|
}
|
|
12597
12616
|
.pf-c-dropdown__toggle.pf-m-plain:hover, .pf-c-dropdown__toggle.pf-m-plain:focus, .pf-c-dropdown__toggle.pf-m-plain:active, .pf-c-dropdown__toggle.pf-m-plain.pf-m-active, .pf-m-expanded > .pf-c-dropdown__toggle.pf-m-plain {
|
|
12598
12617
|
--pf-c-dropdown__toggle--m-plain--Color: var(--pf-c-dropdown__toggle--m-plain--hover--Color);
|
|
12618
|
+
--pf-c-dropdown--m-plain__toggle-icon--Color: var(--pf-c-dropdown--m-plain--hover__toggle-icon--Color);
|
|
12599
12619
|
}
|
|
12600
12620
|
.pf-c-dropdown__toggle.pf-m-plain.pf-m-disabled, .pf-c-dropdown__toggle.pf-m-plain:disabled {
|
|
12601
12621
|
--pf-c-dropdown__toggle--m-plain--Color: var(--pf-c-dropdown__toggle--m-plain--disabled--Color);
|
|
@@ -12665,6 +12685,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12665
12685
|
margin-right: var(--pf-c-dropdown__toggle-icon--MarginRight);
|
|
12666
12686
|
margin-left: var(--pf-c-dropdown__toggle-icon--MarginLeft);
|
|
12667
12687
|
line-height: var(--pf-c-dropdown__toggle-icon--LineHeight);
|
|
12688
|
+
color: var(--pf-c-dropdown__toggle-icon--Color, inherit);
|
|
12668
12689
|
}
|
|
12669
12690
|
.pf-c-dropdown.pf-m-top.pf-m-expanded .pf-c-dropdown__toggle-icon {
|
|
12670
12691
|
transform: rotate(var(--pf-c-dropdown--m-top--m-expanded__toggle-icon--Rotate));
|
|
@@ -16270,6 +16291,7 @@ ul.pf-c-list {
|
|
|
16270
16291
|
--pf-c-menu--m-nav__item__list-item--first-child__item--hover--after--Top: 0;
|
|
16271
16292
|
--pf-c-menu--m-nav__item-description--Color: var(--pf-global--Color--light-200);
|
|
16272
16293
|
--pf-c-menu--m-nav--c-menu--left-offset: 0.25rem;
|
|
16294
|
+
--pf-c-menu--m-nav--c-menu--m-top--bottom-offset: 0;
|
|
16273
16295
|
--pf-c-menu--m-nav--c-menu--m-left--right-offset: 0.25rem;
|
|
16274
16296
|
--pf-c-menu--m-nav--c-menu--Top: calc(var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) * -1);
|
|
16275
16297
|
--pf-c-menu--m-nav--c-menu--Left: calc(100% - var(--pf-c-menu--m-nav--c-menu--left-offset));
|
|
@@ -16736,6 +16758,11 @@ ul.pf-c-list {
|
|
|
16736
16758
|
--pf-c-menu-toggle__count--MarginLeft: var(--pf-global--spacer--sm);
|
|
16737
16759
|
--pf-c-menu-toggle__controls--PaddingLeft: var(--pf-global--spacer--md);
|
|
16738
16760
|
--pf-c-menu-toggle__toggle-icon--MarginRight: var(--pf-global--spacer--sm);
|
|
16761
|
+
--pf-c-menu-toggle--m-plain__toggle-icon--Color: var(--pf-global--Color--200);
|
|
16762
|
+
--pf-c-menu-toggle--m-plain--hover__toggle-icon--Color: var(--pf-global--Color--100);
|
|
16763
|
+
--pf-c-menu-toggle--m-plain--active__toggle-icon--Color: var(--pf-global--Color--100);
|
|
16764
|
+
--pf-c-menu-toggle--m-plain--focus__toggle-icon--Color: var(--pf-global--Color--100);
|
|
16765
|
+
--pf-c-menu-toggle--m-plain--m-expanded__toggle-icon--Color: var(--pf-global--Color--100);
|
|
16739
16766
|
--pf-c-menu-toggle--m-full-height--PaddingRight: var(--pf-global--spacer--lg);
|
|
16740
16767
|
--pf-c-menu-toggle--m-full-height--PaddingLeft: var(--pf-global--spacer--lg);
|
|
16741
16768
|
--pf-c-menu-toggle--m-full-height__toggle--before--BorderTopWidth: 0;
|
|
@@ -16815,6 +16842,9 @@ ul.pf-c-list {
|
|
|
16815
16842
|
--pf-c-menu-toggle--m-secondary--before--BorderColor: var(--pf-c-menu-toggle--m-expanded__toggle--m-secondary--before--BorderColor);
|
|
16816
16843
|
--pf-c-menu-toggle--m-secondary--before--BorderWidth: var(--pf-c-menu-toggle--m-expanded__toggle--m-secondary--before--BorderWidth);
|
|
16817
16844
|
}
|
|
16845
|
+
.pf-c-menu-toggle.pf-m-plain {
|
|
16846
|
+
--pf-c-menu-toggle__toggle-icon--Color: var(--pf-c-menu-toggle--m-plain__toggle-icon--Color);
|
|
16847
|
+
}
|
|
16818
16848
|
.pf-c-menu-toggle.pf-m-plain:not(.pf-m-text) {
|
|
16819
16849
|
--pf-c-menu-toggle--Color: var(--pf-c-menu-toggle--m-plain--Color);
|
|
16820
16850
|
--pf-c-menu-toggle--hover--Color: var(--pf-c-menu-toggle--m-plain--hover--Color);
|
|
@@ -16831,22 +16861,26 @@ ul.pf-c-list {
|
|
|
16831
16861
|
--pf-c-menu-toggle--BackgroundColor: var(--pf-c-menu-toggle--hover--BackgroundColor);
|
|
16832
16862
|
--pf-c-menu-toggle--after--BorderBottomWidth: var(--pf-c-menu-toggle--hover--after--BorderBottomWidth);
|
|
16833
16863
|
--pf-c-menu-toggle--after--BorderBottomColor: var(--pf-c-menu-toggle--hover--after--BorderBottomColor);
|
|
16864
|
+
--pf-c-menu-toggle--m-plain__toggle-icon--Color: var(--pf-c-menu-toggle--m-plain--hover__toggle-icon--Color);
|
|
16834
16865
|
}
|
|
16835
16866
|
.pf-c-menu-toggle:focus {
|
|
16836
16867
|
--pf-c-menu-toggle--BackgroundColor: var(--pf-c-menu-toggle--focus--BackgroundColor);
|
|
16837
16868
|
--pf-c-menu-toggle--after--BorderBottomWidth: var(--pf-c-menu-toggle--focus--after--BorderBottomWidth);
|
|
16838
16869
|
--pf-c-menu-toggle--after--BorderBottomColor: var(--pf-c-menu-toggle--focus--after--BorderBottomColor);
|
|
16870
|
+
--pf-c-menu-toggle--m-plain__toggle-icon--Color: var(--pf-c-menu-toggle--m-plain--focus__toggle-icon--Color);
|
|
16839
16871
|
}
|
|
16840
16872
|
.pf-c-menu-toggle:active {
|
|
16841
16873
|
--pf-c-menu-toggle--BackgroundColor: var(--pf-c-menu-toggle--active--BackgroundColor);
|
|
16842
16874
|
--pf-c-menu-toggle--after--BorderBottomWidth: var(--pf-c-menu-toggle--active--after--BorderBottomWidth);
|
|
16843
16875
|
--pf-c-menu-toggle--after--BorderBottomColor: var(--pf-c-menu-toggle--active--after--BorderBottomColor);
|
|
16876
|
+
--pf-c-menu-toggle--m-plain__toggle-icon--Color: var(--pf-c-menu-toggle--m-plain--active__toggle-icon--Color);
|
|
16844
16877
|
}
|
|
16845
16878
|
.pf-c-menu-toggle.pf-m-expanded {
|
|
16846
16879
|
--pf-c-menu-toggle--Color: var(--pf-c-menu-toggle--m-expanded--Color);
|
|
16847
16880
|
--pf-c-menu-toggle--BackgroundColor: var(--pf-c-menu-toggle--m-expanded--BackgroundColor);
|
|
16848
16881
|
--pf-c-menu-toggle--after--BorderBottomWidth: var(--pf-c-menu-toggle--m-expanded--after--BorderBottomWidth);
|
|
16849
16882
|
--pf-c-menu-toggle--after--BorderBottomColor: var(--pf-c-menu-toggle--m-expanded--after--BorderBottomColor);
|
|
16883
|
+
--pf-c-menu-toggle--m-plain__toggle-icon--Color: var(--pf-c-menu-toggle--m-plain--m-expanded__toggle-icon--Color);
|
|
16850
16884
|
}
|
|
16851
16885
|
.pf-c-menu-toggle:disabled {
|
|
16852
16886
|
--pf-c-menu-toggle--Color: var(--pf-c-menu-toggle--disabled--Color);
|
|
@@ -16891,6 +16925,7 @@ ul.pf-c-list {
|
|
|
16891
16925
|
|
|
16892
16926
|
.pf-c-menu-toggle__toggle-icon {
|
|
16893
16927
|
margin-right: var(--pf-c-menu-toggle__toggle-icon--MarginRight);
|
|
16928
|
+
color: var(--pf-c-menu-toggle__toggle-icon--Color, inherit);
|
|
16894
16929
|
}
|
|
16895
16930
|
|
|
16896
16931
|
.pf-c-modal-box {
|
|
@@ -17607,7 +17642,7 @@ ul.pf-c-list {
|
|
|
17607
17642
|
--pf-c-menu__list--PaddingTop: 0;
|
|
17608
17643
|
--pf-c-menu__list--PaddingBottom: 0;
|
|
17609
17644
|
--pf-c-menu__item--FontSize: var(--pf-c-nav--c-menu__item--FontSize);
|
|
17610
|
-
--pf-c-menu__item--Color: var(--pf-c-nav--c-menu__item--Color);
|
|
17645
|
+
--pf-c-menu__item--Color: var(--pf-c-nav--c-menu__item--Color, inherit);
|
|
17611
17646
|
--pf-c-menu__item--PaddingTop: var(--pf-c-nav--c-menu--m-flyout__item--PaddingTop);
|
|
17612
17647
|
--pf-c-menu__item--PaddingRight: var(--pf-c-nav--c-menu--m-flyout__item--PaddingRight);
|
|
17613
17648
|
--pf-c-menu__item--PaddingBottom: var(--pf-c-nav--c-menu--m-flyout__item--PaddingBottom);
|
|
@@ -17791,9 +17826,9 @@ ul.pf-c-list {
|
|
|
17791
17826
|
--pf-c-nav__link--PaddingRight: var(--pf-c-nav--m-horizontal-subnav__link--PaddingRight);
|
|
17792
17827
|
--pf-c-nav__link--PaddingBottom: var(--pf-c-nav--m-horizontal-subnav__link--PaddingBottom);
|
|
17793
17828
|
--pf-c-nav__link--PaddingLeft: var(--pf-c-nav--m-horizontal-subnav__link--PaddingLeft);
|
|
17829
|
+
--pf-c-nav__link--Color: var(--pf-c-nav--m-horizontal-subnav__link--Color);
|
|
17794
17830
|
--pf-c-nav__link--Right: var(--pf-c-nav--m-horizontal-subnav__link--Right);
|
|
17795
17831
|
--pf-c-nav__link--Left: var(--pf-c-nav--m-horizontal-subnav__link--Left);
|
|
17796
|
-
--pf-c-nav__link--Color: var(--pf-c-nav--m-horizontal-subnav__link--Color);
|
|
17797
17832
|
--pf-c-nav__link--hover--Color: var(--pf-c-nav--m-horizontal-subnav__link--hover--Color);
|
|
17798
17833
|
--pf-c-nav__link--active--Color: var(--pf-c-nav--m-horizontal-subnav__link--active--Color);
|
|
17799
17834
|
--pf-c-nav__link--focus--Color: var(--pf-c-nav--m-horizontal-subnav__link--focus--Color);
|
|
@@ -18555,6 +18590,8 @@ ul.pf-c-list {
|
|
|
18555
18590
|
--pf-c-options-menu__toggle-icon--MarginRight: var(--pf-global--spacer--sm);
|
|
18556
18591
|
--pf-c-options-menu__toggle-icon--MarginLeft: var(--pf-global--spacer--md);
|
|
18557
18592
|
--pf-c-options-menu--m-top--m-expanded__toggle-icon--Rotate: 180deg;
|
|
18593
|
+
--pf-c-options-menu--m-plain__toggle-icon--Color: var(--pf-global--Color--200);
|
|
18594
|
+
--pf-c-options-menu--m-plain--hover__toggle-icon--Color: var(--pf-global--Color--100);
|
|
18558
18595
|
--pf-c-options-menu__toggle-button--BackgroundColor: transparent;
|
|
18559
18596
|
--pf-c-options-menu__toggle-button--PaddingTop: var(--pf-global--spacer--form-element);
|
|
18560
18597
|
--pf-c-options-menu__toggle-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
@@ -18647,6 +18684,9 @@ ul.pf-c-list {
|
|
|
18647
18684
|
--pf-c-options-menu__toggle--BorderBottomColor: var(--pf-c-options-menu__toggle--expanded--BorderBottomColor);
|
|
18648
18685
|
border-bottom-width: var(--pf-c-options-menu__toggle--expanded--BorderBottomWidth);
|
|
18649
18686
|
}
|
|
18687
|
+
.pf-c-options-menu__toggle.pf-m-plain {
|
|
18688
|
+
--pf-c-options-menu__toggle-icon--Color: var(--pf-c-options-menu--m-plain__toggle-icon--Color);
|
|
18689
|
+
}
|
|
18650
18690
|
.pf-c-options-menu__toggle.pf-m-plain:not(.pf-m-text) {
|
|
18651
18691
|
--pf-c-options-menu__toggle--PaddingRight: var(--pf-c-options-menu__toggle--m-plain--PaddingRight);
|
|
18652
18692
|
--pf-c-options-menu__toggle--PaddingLeft: var(--pf-c-options-menu__toggle--m-plain--PaddingLeft);
|
|
@@ -18656,10 +18696,11 @@ ul.pf-c-list {
|
|
|
18656
18696
|
.pf-c-options-menu__toggle.pf-m-plain:not(.pf-m-text) .pf-c-options-menu__toggle-button-icon {
|
|
18657
18697
|
line-height: var(--pf-c-options-menu__toggle--LineHeight);
|
|
18658
18698
|
}
|
|
18659
|
-
.pf-c-options-menu__toggle.pf-m-plain:
|
|
18699
|
+
.pf-c-options-menu__toggle.pf-m-plain:hover, .pf-c-options-menu__toggle.pf-m-plain:active, .pf-c-options-menu__toggle.pf-m-plain.pf-m-active, .pf-c-options-menu__toggle.pf-m-plain:focus, .pf-c-options-menu.pf-m-expanded > .pf-c-options-menu__toggle.pf-m-plain {
|
|
18660
18700
|
--pf-c-options-menu__toggle--m-plain--Color: var(--pf-c-options-menu__toggle--m-plain--hover--Color);
|
|
18701
|
+
--pf-c-options-menu--m-plain__toggle-icon--Color: var(--pf-c-options-menu--m-plain--hover__toggle-icon--Color);
|
|
18661
18702
|
}
|
|
18662
|
-
.pf-c-options-menu__toggle.pf-m-plain
|
|
18703
|
+
.pf-c-options-menu__toggle.pf-m-plain.pf-m-disabled, .pf-c-options-menu__toggle.pf-m-plain:disabled {
|
|
18663
18704
|
--pf-c-options-menu__toggle--m-plain--Color: var(--pf-c-options-menu__toggle--m-plain--disabled--Color);
|
|
18664
18705
|
}
|
|
18665
18706
|
.pf-c-options-menu__toggle.pf-m-disabled, .pf-c-options-menu__toggle:disabled {
|
|
@@ -18688,6 +18729,11 @@ ul.pf-c-list {
|
|
|
18688
18729
|
white-space: nowrap;
|
|
18689
18730
|
}
|
|
18690
18731
|
|
|
18732
|
+
.pf-c-options-menu__toggle-icon,
|
|
18733
|
+
.pf-c-options-menu__toggle-button-icon {
|
|
18734
|
+
color: var(--pf-c-options-menu__toggle-icon--Color, inherit);
|
|
18735
|
+
}
|
|
18736
|
+
|
|
18691
18737
|
.pf-c-options-menu__toggle-icon {
|
|
18692
18738
|
margin-right: var(--pf-c-options-menu__toggle-icon--MarginRight);
|
|
18693
18739
|
margin-left: var(--pf-c-options-menu__toggle-icon--MarginLeft);
|
|
@@ -19522,7 +19568,7 @@ ul.pf-c-list {
|
|
|
19522
19568
|
--pf-c-pagination__nav-page-select--PaddingLeft: var(--pf-global--spacer--md);
|
|
19523
19569
|
--pf-c-pagination__nav-page-select--PaddingRight: var(--pf-global--spacer--md);
|
|
19524
19570
|
--pf-c-pagination__nav-page-select--child--MarginRight: var(--pf-global--spacer--xs);
|
|
19525
|
-
--pf-c-pagination__nav-page-select--c-form-control--width-base:
|
|
19571
|
+
--pf-c-pagination__nav-page-select--c-form-control--width-base: calc(var(--pf-global--spacer--sm) * 2 + var(--pf-global--BorderWidth--sm) * 2);
|
|
19526
19572
|
--pf-c-pagination__nav-page-select--c-form-control--width-chars: 2;
|
|
19527
19573
|
--pf-c-pagination__nav-page-select--c-form-control--Width: calc(var(--pf-c-pagination__nav-page-select--c-form-control--width-base) + (var(--pf-c-pagination__nav-page-select--c-form-control--width-chars) * 1ch));
|
|
19528
19574
|
--pf-c-pagination__total-items--Display: block;
|
|
@@ -20313,6 +20359,8 @@ ul.pf-c-list {
|
|
|
20313
20359
|
--pf-c-progress-stepper__step-description--Color: var(--pf-global--Color--200);
|
|
20314
20360
|
--pf-c-progress-stepper__step-description--TextAlign: left;
|
|
20315
20361
|
--pf-c-progress-stepper--m-center__step-description--TextAlign: center;
|
|
20362
|
+
--pf-c-progress-stepper--m-center__step-description--MarginRight: 0;
|
|
20363
|
+
--pf-c-progress-stepper--m-center__step-description--MarginLeft: 0;
|
|
20316
20364
|
position: relative;
|
|
20317
20365
|
display: grid;
|
|
20318
20366
|
grid-auto-flow: var(--pf-c-progress-stepper--GridAutoFlow);
|
|
@@ -20403,6 +20451,9 @@ ul.pf-c-list {
|
|
|
20403
20451
|
.pf-c-progress-stepper__step.pf-m-info {
|
|
20404
20452
|
--pf-c-progress-stepper__step-icon--Color: var(--pf-global--info-color--100);
|
|
20405
20453
|
}
|
|
20454
|
+
.pf-c-progress-stepper__step:last-child {
|
|
20455
|
+
--pf-c-progress-stepper__step-main--MarginBottom: 0;
|
|
20456
|
+
}
|
|
20406
20457
|
|
|
20407
20458
|
.pf-c-progress-stepper__step-connector {
|
|
20408
20459
|
position: relative;
|
|
@@ -20795,6 +20846,8 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
20795
20846
|
--pf-c-select__toggle-arrow--MarginRight: var(--pf-global--spacer--sm);
|
|
20796
20847
|
--pf-c-select__toggle-arrow--with-clear--MarginLeft: var(--pf-global--spacer--sm);
|
|
20797
20848
|
--pf-c-select__toggle-arrow--m-top--m-expanded__toggle-arrow--Rotate: 180deg;
|
|
20849
|
+
--pf-c-select--m-plain__toggle-arrow--Color: var(--pf-global--Color--200);
|
|
20850
|
+
--pf-c-select--m-plain--hover__toggle-arrow--Color: var(--pf-global--Color--100);
|
|
20798
20851
|
--pf-c-select__toggle-clear--PaddingRight: var(--pf-global--spacer--sm);
|
|
20799
20852
|
--pf-c-select__toggle-clear--PaddingLeft: var(--pf-global--spacer--md);
|
|
20800
20853
|
--pf-c-select__toggle-clear--toggle-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
@@ -20972,9 +21025,15 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
20972
21025
|
--pf-c-select__toggle--before--BorderBottomColor: var(--pf-c-select__toggle--m-expanded--before--BorderBottomColor);
|
|
20973
21026
|
--pf-c-select__toggle--before--BorderBottomWidth: var(--pf-c-select__toggle--m-expanded--before--BorderBottomWidth);
|
|
20974
21027
|
}
|
|
21028
|
+
.pf-c-select__toggle.pf-m-plain {
|
|
21029
|
+
--pf-c-select__toggle-arrow--Color: var(--pf-c-select--m-plain__toggle-arrow--Color);
|
|
21030
|
+
}
|
|
20975
21031
|
.pf-c-select__toggle.pf-m-plain::before {
|
|
20976
21032
|
border-color: var(--pf-c-select__toggle--m-plain--before--BorderColor);
|
|
20977
21033
|
}
|
|
21034
|
+
.pf-c-select__toggle.pf-m-plain:hover, .pf-c-select__toggle.pf-m-plain:active, .pf-c-select__toggle.pf-m-plain.pf-m-active, .pf-c-select__toggle.pf-m-plain:focus, .pf-c-select.pf-m-expanded > .pf-c-select__toggle.pf-m-plain {
|
|
21035
|
+
--pf-c-select--m-plain__toggle-arrow--Color: var(--pf-c-select--m-plain--hover__toggle-arrow--Color);
|
|
21036
|
+
}
|
|
20978
21037
|
.pf-c-select__toggle.pf-m-typeahead {
|
|
20979
21038
|
--pf-c-select__toggle--PaddingTop: 0;
|
|
20980
21039
|
--pf-c-select__toggle--PaddingRight: 0;
|
|
@@ -21003,6 +21062,9 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
21003
21062
|
--pf-c-select__toggle-text--Color: var(--pf-c-select__toggle--m-placeholder__toggle-text--Color);
|
|
21004
21063
|
}
|
|
21005
21064
|
|
|
21065
|
+
.pf-c-select__toggle-arrow {
|
|
21066
|
+
color: var(--pf-c-select__toggle-arrow--Color, inherit);
|
|
21067
|
+
}
|
|
21006
21068
|
* + .pf-c-select__toggle-arrow {
|
|
21007
21069
|
margin-right: var(--pf-c-select__toggle-arrow--MarginRight);
|
|
21008
21070
|
margin-left: var(--pf-c-select__toggle-arrow--MarginLeft);
|
|
@@ -21296,6 +21358,7 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
21296
21358
|
--pf-c-sidebar--m-split__panel--Position: static;
|
|
21297
21359
|
--pf-c-sidebar--m-split__panel--Top: auto;
|
|
21298
21360
|
--pf-c-sidebar--m-split--m-panel-right__panel--Order: 1;
|
|
21361
|
+
--pf-c-sidebar__panel--FlexBasis--base: auto;
|
|
21299
21362
|
--pf-c-sidebar__panel--BoxShadow--base: 0 0.25rem 0.25rem -0.25rem rgba(3, 3, 3, 0.16);
|
|
21300
21363
|
--pf-c-sidebar__panel--BoxShadow: var(--pf-c-sidebar__panel--BoxShadow--base);
|
|
21301
21364
|
--pf-c-sidebar__panel--Top: 0;
|
|
@@ -24385,7 +24448,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
24385
24448
|
border-right: var(--pf-c-table--cell--m-border-right--before--BorderRightWidth) solid var(--pf-c-table--cell--m-border-right--before--BorderRightColor);
|
|
24386
24449
|
}
|
|
24387
24450
|
.pf-c-table tr > *.pf-m-border-left::before {
|
|
24388
|
-
border-left: var(--pf-c-table--cell--m-border-
|
|
24451
|
+
border-left: var(--pf-c-table--cell--m-border-left--before--BorderLeftWidth) solid var(--pf-c-table--cell--m-border-left--before--BorderLeftColor);
|
|
24389
24452
|
}
|
|
24390
24453
|
.pf-c-table caption {
|
|
24391
24454
|
padding-top: var(--pf-c-table-caption--PaddingTop);
|
|
@@ -25072,6 +25135,8 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25072
25135
|
--pf-c-table__sticky-column--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
25073
25136
|
--pf-c-table__sticky-column--m-border-right--before--BorderRightWidth: var(--pf-global--BorderWidth--sm);
|
|
25074
25137
|
--pf-c-table__sticky-column--m-border-right--before--BorderRightColor: var(--pf-global--BorderColor--100);
|
|
25138
|
+
--pf-c-table__sticky-column--m-border-left--before--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
|
|
25139
|
+
--pf-c-table__sticky-column--m-border-left--before--BorderLeftColor: var(--pf-global--BorderColor--100);
|
|
25075
25140
|
--pf-c-table--m-sticky-header--thead__sticky-column--ZIndex: calc(var(--pf-c-table__sticky-column--ZIndex) + 1);
|
|
25076
25141
|
}
|
|
25077
25142
|
.pf-c-table .pf-c-table__sticky-column {
|
|
@@ -25120,6 +25185,8 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25120
25185
|
--pf-c-table__tree-view-main--nested-indent--base: calc(var(--pf-c-table__tree-view-main--indent--base) - var(--pf-global--spacer--md));
|
|
25121
25186
|
--pf-c-table__tree-view-main--PaddingLeft: var(--pf-c-table__tree-view-main--indent--base);
|
|
25122
25187
|
--pf-c-table__tree-view-main--MarginLeft: calc(var(--pf-c-table--cell--PaddingLeft) * -1);
|
|
25188
|
+
--pf-c-table__tree-view-main--c-table__check--PaddingRight: var(--pf-global--spacer--sm);
|
|
25189
|
+
--pf-c-table__tree-view-main--c-table__check--PaddingLeft: var(--pf-global--spacer--sm);
|
|
25123
25190
|
--pf-c-table__tree-view-main--c-table__check--MarginRight: var(--pf-global--spacer--sm);
|
|
25124
25191
|
--pf-c-table__tree-view-icon--MinWidth: var(--pf-global--FontSize--md);
|
|
25125
25192
|
--pf-c-table__tree-view-icon--MarginRight: var(--pf-global--spacer--sm);
|
|
@@ -25180,6 +25247,11 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25180
25247
|
.pf-c-table__tree-view-main > .pf-c-table__check {
|
|
25181
25248
|
margin-right: var(--pf-c-table__tree-view-main--c-table__check--MarginRight);
|
|
25182
25249
|
}
|
|
25250
|
+
.pf-c-table__tree-view-main > .pf-c-table__check label {
|
|
25251
|
+
padding-right: var(--pf-c-table__tree-view-main--c-table__check--PaddingRight);
|
|
25252
|
+
padding-left: var(--pf-c-table__tree-view-main--c-table__check--PaddingLeft);
|
|
25253
|
+
margin: 0 calc(var(--pf-c-table__tree-view-main--c-table__check--MarginRight) * -1) 0 0;
|
|
25254
|
+
}
|
|
25183
25255
|
|
|
25184
25256
|
.pf-c-table__tree-view-text {
|
|
25185
25257
|
display: flex;
|
|
@@ -27214,7 +27286,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27214
27286
|
.pf-c-number-input {
|
|
27215
27287
|
--pf-c-number-input__unit--c-input-group--MarginLeft: var(--pf-global--spacer--sm);
|
|
27216
27288
|
--pf-c-number-input__icon--FontSize: var(--pf-global--FontSize--xs);
|
|
27217
|
-
--pf-c-number-input--c-form-control--width-base: calc(var(--pf-global--spacer--sm) * 2);
|
|
27289
|
+
--pf-c-number-input--c-form-control--width-base: calc(var(--pf-global--spacer--sm) * 2 + var(--pf-global--BorderWidth--sm) * 2);
|
|
27218
27290
|
--pf-c-number-input--c-form-control--width-chars: 4;
|
|
27219
27291
|
--pf-c-number-input--c-form-control--Width: calc(var(--pf-c-number-input--c-form-control--width-base) + var(--pf-c-number-input--c-form-control--width-chars) * 1ch);
|
|
27220
27292
|
display: inline-flex;
|
|
@@ -27224,11 +27296,6 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
27224
27296
|
display: inline-flex;
|
|
27225
27297
|
width: var(--pf-c-number-input--c-form-control--Width);
|
|
27226
27298
|
text-align: right;
|
|
27227
|
-
-moz-appearance: textfield;
|
|
27228
|
-
}
|
|
27229
|
-
.pf-c-number-input .pf-c-form-control::-webkit-outer-spin-button, .pf-c-number-input .pf-c-form-control::-webkit-inner-spin-button {
|
|
27230
|
-
-webkit-appearance: none;
|
|
27231
|
-
margin: 0;
|
|
27232
27299
|
}
|
|
27233
27300
|
|
|
27234
27301
|
.pf-c-input-group + .pf-c-number-input__unit,
|