@patternfly/patternfly 5.0.0-alpha.21 → 5.0.0-alpha.22
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/components/Chip/chip.css +33 -24
- package/components/Chip/chip.scss +40 -31
- package/components/Label/label.css +35 -24
- package/components/Label/label.scss +40 -27
- package/components/Table/table-tree-view.css +10 -0
- package/components/Table/table-tree-view.scss +15 -0
- package/docs/components/Chip/examples/Chip.md +61 -43
- package/docs/components/ChipGroup/examples/ChipGroup.md +437 -329
- package/docs/components/InlineEdit/examples/InlineEdit.md +5 -3
- package/docs/components/Label/examples/Label.md +1399 -718
- package/docs/components/LabelGroup/examples/LabelGroup.md +274 -209
- package/docs/components/Select/examples/Select.md +224 -170
- package/docs/components/Table/examples/Table.md +565 -41
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +343 -261
- package/docs/components/Toolbar/examples/Toolbar.md +306 -234
- package/docs/demos/Card/examples/Card.md +29 -27
- package/docs/demos/Dashboard/examples/Dashboard.md +23 -15
- package/docs/demos/DescriptionList/examples/DescriptionList.md +21 -9
- package/docs/demos/Drawer/examples/Drawer.md +4 -2
- package/docs/demos/Form/examples/BasicForms.md +28 -22
- package/docs/demos/Tabs/examples/Tabs.md +39 -16
- package/docs/demos/Toolbar/examples/Toolbar.md +102 -78
- package/package.json +2 -2
- package/patternfly-no-reset.css +78 -48
- package/patternfly.css +78 -48
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -2920,53 +2920,65 @@ section: components
|
|
|
2920
2920
|
>
|
|
2921
2921
|
<li class="pf-c-chip-group__list-item">
|
|
2922
2922
|
<div class="pf-c-chip">
|
|
2923
|
-
<span
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2923
|
+
<span class="pf-c-chip__content">
|
|
2924
|
+
<span
|
|
2925
|
+
class="pf-c-chip__text"
|
|
2926
|
+
id="toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-group-chip-one"
|
|
2927
|
+
>Canceled</span>
|
|
2928
|
+
</span>
|
|
2929
|
+
<span class="pf-c-chip__actions">
|
|
2930
|
+
<button
|
|
2931
|
+
class="pf-c-button pf-m-plain"
|
|
2932
|
+
type="button"
|
|
2933
|
+
aria-labelledby="toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupremove-chip-one toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupchip-one"
|
|
2934
|
+
aria-label="Remove"
|
|
2935
|
+
id="toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupremove-chip-one"
|
|
2936
|
+
>
|
|
2937
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2938
|
+
</button>
|
|
2939
|
+
</span>
|
|
2936
2940
|
</div>
|
|
2937
2941
|
</li>
|
|
2938
2942
|
<li class="pf-c-chip-group__list-item">
|
|
2939
2943
|
<div class="pf-c-chip">
|
|
2940
|
-
<span
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2944
|
+
<span class="pf-c-chip__content">
|
|
2945
|
+
<span
|
|
2946
|
+
class="pf-c-chip__text"
|
|
2947
|
+
id="toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupchip-two"
|
|
2948
|
+
>Paused</span>
|
|
2949
|
+
</span>
|
|
2950
|
+
<span class="pf-c-chip__actions">
|
|
2951
|
+
<button
|
|
2952
|
+
class="pf-c-button pf-m-plain"
|
|
2953
|
+
type="button"
|
|
2954
|
+
aria-labelledby="toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupremove-chip-two toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupchip-two"
|
|
2955
|
+
aria-label="Remove"
|
|
2956
|
+
id="toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupremove-chip-two"
|
|
2957
|
+
>
|
|
2958
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2959
|
+
</button>
|
|
2960
|
+
</span>
|
|
2953
2961
|
</div>
|
|
2954
2962
|
</li>
|
|
2955
2963
|
<li class="pf-c-chip-group__list-item">
|
|
2956
2964
|
<div class="pf-c-chip">
|
|
2957
|
-
<span
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2965
|
+
<span class="pf-c-chip__content">
|
|
2966
|
+
<span
|
|
2967
|
+
class="pf-c-chip__text"
|
|
2968
|
+
id="toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupchip-three"
|
|
2969
|
+
>Restarted</span>
|
|
2970
|
+
</span>
|
|
2971
|
+
<span class="pf-c-chip__actions">
|
|
2972
|
+
<button
|
|
2973
|
+
class="pf-c-button pf-m-plain"
|
|
2974
|
+
type="button"
|
|
2975
|
+
aria-labelledby="toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupremove-chip-three toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupchip-three"
|
|
2976
|
+
aria-label="Remove"
|
|
2977
|
+
id="toolbar-attribute-value-checkbox-select-filter-desktop-example-chip-groupremove-chip-three"
|
|
2978
|
+
>
|
|
2979
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2980
|
+
</button>
|
|
2981
|
+
</span>
|
|
2970
2982
|
</div>
|
|
2971
2983
|
</li>
|
|
2972
2984
|
</ul>
|
|
@@ -3298,53 +3310,65 @@ section: components
|
|
|
3298
3310
|
>
|
|
3299
3311
|
<li class="pf-c-chip-group__list-item">
|
|
3300
3312
|
<div class="pf-c-chip">
|
|
3301
|
-
<span
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3313
|
+
<span class="pf-c-chip__content">
|
|
3314
|
+
<span
|
|
3315
|
+
class="pf-c-chip__text"
|
|
3316
|
+
id="toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupchip-one"
|
|
3317
|
+
>Canceled</span>
|
|
3318
|
+
</span>
|
|
3319
|
+
<span class="pf-c-chip__actions">
|
|
3320
|
+
<button
|
|
3321
|
+
class="pf-c-button pf-m-plain"
|
|
3322
|
+
type="button"
|
|
3323
|
+
aria-labelledby="toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupremove-chip-one toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupchip-one"
|
|
3324
|
+
aria-label="Remove"
|
|
3325
|
+
id="toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupremove-chip-one"
|
|
3326
|
+
>
|
|
3327
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
3328
|
+
</button>
|
|
3329
|
+
</span>
|
|
3314
3330
|
</div>
|
|
3315
3331
|
</li>
|
|
3316
3332
|
<li class="pf-c-chip-group__list-item">
|
|
3317
3333
|
<div class="pf-c-chip">
|
|
3318
|
-
<span
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3334
|
+
<span class="pf-c-chip__content">
|
|
3335
|
+
<span
|
|
3336
|
+
class="pf-c-chip__text"
|
|
3337
|
+
id="toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupchip-two"
|
|
3338
|
+
>Paused</span>
|
|
3339
|
+
</span>
|
|
3340
|
+
<span class="pf-c-chip__actions">
|
|
3341
|
+
<button
|
|
3342
|
+
class="pf-c-button pf-m-plain"
|
|
3343
|
+
type="button"
|
|
3344
|
+
aria-labelledby="toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupremove-chip-two toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupchip-two"
|
|
3345
|
+
aria-label="Remove"
|
|
3346
|
+
id="toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupremove-chip-two"
|
|
3347
|
+
>
|
|
3348
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
3349
|
+
</button>
|
|
3350
|
+
</span>
|
|
3331
3351
|
</div>
|
|
3332
3352
|
</li>
|
|
3333
3353
|
<li class="pf-c-chip-group__list-item">
|
|
3334
3354
|
<div class="pf-c-chip">
|
|
3335
|
-
<span
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3355
|
+
<span class="pf-c-chip__content">
|
|
3356
|
+
<span
|
|
3357
|
+
class="pf-c-chip__text"
|
|
3358
|
+
id="toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupchip-three"
|
|
3359
|
+
>Restarted</span>
|
|
3360
|
+
</span>
|
|
3361
|
+
<span class="pf-c-chip__actions">
|
|
3362
|
+
<button
|
|
3363
|
+
class="pf-c-button pf-m-plain"
|
|
3364
|
+
type="button"
|
|
3365
|
+
aria-labelledby="toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupremove-chip-three toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupchip-three"
|
|
3366
|
+
aria-label="Remove"
|
|
3367
|
+
id="toolbar-attribute-value-checkbox-select-filter-mobile-example-chip-groupremove-chip-three"
|
|
3368
|
+
>
|
|
3369
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
3370
|
+
</button>
|
|
3371
|
+
</span>
|
|
3348
3372
|
</div>
|
|
3349
3373
|
</li>
|
|
3350
3374
|
</ul>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "5.0.0-alpha.
|
|
4
|
+
"version": "5.0.0-alpha.22",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@commitlint/config-conventional": "^17.4.2",
|
|
43
43
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
44
44
|
"@octokit/rest": "^19.0.7",
|
|
45
|
-
"@patternfly/documentation-framework": "1.
|
|
45
|
+
"@patternfly/documentation-framework": "1.10.0",
|
|
46
46
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
47
47
|
"@patternfly/react-code-editor": "4.82.113",
|
|
48
48
|
"@patternfly/react-core": "4.276.6",
|
package/patternfly-no-reset.css
CHANGED
|
@@ -8504,18 +8504,19 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8504
8504
|
--pf-c-chip--m-draggable--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
8505
8505
|
--pf-c-chip--m-draggable--BoxShadow: var(--pf-global--BoxShadow--sm);
|
|
8506
8506
|
--pf-c-chip--m-draggable__icon--FontSize: var(--pf-global--icon--FontSize--sm);
|
|
8507
|
-
--pf-c-
|
|
8507
|
+
--pf-c-chip__content--FontSize: var(--pf-global--FontSize--xs);
|
|
8508
|
+
--pf-c-chip__content--ColumnGap: var(--pf-global--spacer--xs);
|
|
8508
8509
|
--pf-c-chip__text--Color: var(--pf-global--Color--100);
|
|
8509
8510
|
--pf-c-chip__text--MaxWidth: 16ch;
|
|
8510
|
-
--pf-c-
|
|
8511
|
-
--pf-c-
|
|
8512
|
-
--pf-c-
|
|
8513
|
-
--pf-c-
|
|
8514
|
-
--pf-c-
|
|
8515
|
-
--pf-c-
|
|
8516
|
-
--pf-c-
|
|
8517
|
-
--pf-c-
|
|
8518
|
-
--pf-c-
|
|
8511
|
+
--pf-c-chip__actions--FontSize: var(--pf-global--FontSize--xs);
|
|
8512
|
+
--pf-c-chip__actions--c-button--PaddingTop: var(--pf-global--spacer--xs);
|
|
8513
|
+
--pf-c-chip__actions--c-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
8514
|
+
--pf-c-chip__actions--c-button--PaddingBottom: var(--pf-global--spacer--xs);
|
|
8515
|
+
--pf-c-chip__actions--c-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
8516
|
+
--pf-c-chip__actions--c-button--MarginTop: calc(var(--pf-c-chip--PaddingTop) * -1);
|
|
8517
|
+
--pf-c-chip__actions--c-button--MarginRight: calc(var(--pf-c-chip--PaddingRight) / 2 * -1);
|
|
8518
|
+
--pf-c-chip__actions--c-button--MarginBottom: calc(var(--pf-c-chip--PaddingBottom) * -1);
|
|
8519
|
+
--pf-c-chip__actions--c-button--FontSize: var(--pf-global--FontSize--xs);
|
|
8519
8520
|
--pf-c-chip__icon--MarginLeft: var(--pf-global--spacer--sm);
|
|
8520
8521
|
color: var(--pf-global--Color--100);
|
|
8521
8522
|
position: relative;
|
|
@@ -8550,19 +8551,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8550
8551
|
.pf-c-chip.pf-m-draggable .pf-c-chip__icon {
|
|
8551
8552
|
font-size: var(--pf-c-chip--m-draggable__icon--FontSize);
|
|
8552
8553
|
}
|
|
8553
|
-
.pf-c-chip .pf-c-button {
|
|
8554
|
-
--pf-c-button--PaddingTop: var(--pf-c-chip__c-button--PaddingTop);
|
|
8555
|
-
--pf-c-button--PaddingRight: var(--pf-c-chip__c-button--PaddingRight);
|
|
8556
|
-
--pf-c-button--PaddingBottom: var(--pf-c-chip__c-button--PaddingBottom);
|
|
8557
|
-
--pf-c-button--PaddingLeft: var(--pf-c-chip__c-button--PaddingLeft);
|
|
8558
|
-
--pf-c-button--FontSize: var(--pf-c-chip__c-button--FontSize);
|
|
8559
|
-
margin-top: var(--pf-c-chip__c-button--MarginTop);
|
|
8560
|
-
margin-right: var(--pf-c-chip__c-button--MarginRight);
|
|
8561
|
-
margin-bottom: var(--pf-c-chip__c-button--MarginBottom);
|
|
8562
|
-
}
|
|
8563
|
-
.pf-c-chip .pf-c-badge {
|
|
8564
|
-
margin-left: var(--pf-c-chip__c-badge--MarginLeft);
|
|
8565
|
-
}
|
|
8566
8554
|
|
|
8567
8555
|
.pf-c-chip__text {
|
|
8568
8556
|
overflow: hidden;
|
|
@@ -8570,7 +8558,6 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8570
8558
|
white-space: nowrap;
|
|
8571
8559
|
position: relative;
|
|
8572
8560
|
max-width: var(--pf-c-chip__text--MaxWidth);
|
|
8573
|
-
font-size: var(--pf-c-chip__text--FontSize);
|
|
8574
8561
|
color: var(--pf-c-chip__text--Color);
|
|
8575
8562
|
}
|
|
8576
8563
|
|
|
@@ -8579,6 +8566,28 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8579
8566
|
margin-left: var(--pf-c-chip__icon--MarginLeft);
|
|
8580
8567
|
}
|
|
8581
8568
|
|
|
8569
|
+
.pf-c-chip__content {
|
|
8570
|
+
display: flex;
|
|
8571
|
+
align-items: center;
|
|
8572
|
+
column-gap: var(--pf-c-chip__content--ColumnGap);
|
|
8573
|
+
font-size: var(--pf-c-chip__content--FontSize);
|
|
8574
|
+
}
|
|
8575
|
+
|
|
8576
|
+
.pf-c-chip__actions {
|
|
8577
|
+
font-size: var(--pf-c-chip__actions--FontSize);
|
|
8578
|
+
}
|
|
8579
|
+
.pf-c-chip__actions .pf-c-button {
|
|
8580
|
+
--pf-c-button--PaddingTop: var(--pf-c-chip__actions--c-button--PaddingTop);
|
|
8581
|
+
--pf-c-button--PaddingRight: var(--pf-c-chip__actions--c-button--PaddingRight);
|
|
8582
|
+
--pf-c-button--PaddingBottom: var(--pf-c-chip__actions--c-button--PaddingBottom);
|
|
8583
|
+
--pf-c-button--PaddingLeft: var(--pf-c-chip__actions--c-button--PaddingLeft);
|
|
8584
|
+
--pf-c-button--FontSize: var(--pf-c-chip__actions--c-button--FontSize);
|
|
8585
|
+
margin-top: var(--pf-c-chip__actions--c-button--MarginTop);
|
|
8586
|
+
margin-right: var(--pf-c-chip__actions--c-button--MarginRight);
|
|
8587
|
+
margin-bottom: var(--pf-c-chip__actions--c-button--MarginBottom);
|
|
8588
|
+
line-height: 1;
|
|
8589
|
+
}
|
|
8590
|
+
|
|
8582
8591
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
8583
8592
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
8584
8593
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
@@ -16348,6 +16357,7 @@ label.pf-c-input-group__text {
|
|
|
16348
16357
|
--pf-c-label--PaddingRight: var(--pf-global--spacer--sm);
|
|
16349
16358
|
--pf-c-label--PaddingBottom: var(--pf-global--spacer--xs);
|
|
16350
16359
|
--pf-c-label--PaddingLeft: var(--pf-global--spacer--sm);
|
|
16360
|
+
--pf-c-label--MaxWidth: 100%;
|
|
16351
16361
|
--pf-c-label--BorderRadius: var(--pf-global--BorderRadius--lg);
|
|
16352
16362
|
--pf-c-label--BackgroundColor: var(--pf-global--palette--black-150);
|
|
16353
16363
|
--pf-c-label--Color: var(--pf-global--Color--100);
|
|
@@ -16454,18 +16464,18 @@ label.pf-c-input-group__text {
|
|
|
16454
16464
|
--pf-c-label__content--MaxWidth: 100%;
|
|
16455
16465
|
--pf-c-label--m-outline__content--Color: var(--pf-global--Color--100);
|
|
16456
16466
|
--pf-c-label--m-editable__content--MaxWidth: 16ch;
|
|
16457
|
-
--pf-c-label__text--MaxWidth:
|
|
16467
|
+
--pf-c-label__text--MaxWidth: 100%;
|
|
16458
16468
|
--pf-c-label__icon--Color: var(--pf-global--Color--100);
|
|
16459
16469
|
--pf-c-label__icon--MarginRight: var(--pf-global--spacer--xs);
|
|
16460
|
-
--pf-c-
|
|
16461
|
-
--pf-c-
|
|
16462
|
-
--pf-c-
|
|
16463
|
-
--pf-c-
|
|
16464
|
-
--pf-c-
|
|
16465
|
-
--pf-c-
|
|
16466
|
-
--pf-c-
|
|
16467
|
-
--pf-c-
|
|
16468
|
-
--pf-c-
|
|
16470
|
+
--pf-c-label__actions--FontSize: var(--pf-global--FontSize--xs);
|
|
16471
|
+
--pf-c-label__actions--MarginRight: calc(var(--pf-c-label__actions--c-button--PaddingRight) * -1);
|
|
16472
|
+
--pf-c-label__actions--c-button--FontSize: var(--pf-global--FontSize--xs);
|
|
16473
|
+
--pf-c-label__actions--c-button--MarginTop: calc(var(--pf-c-label__actions--c-button--PaddingTop) * -1);
|
|
16474
|
+
--pf-c-label__actions--c-button--MarginBottom: calc(var(--pf-c-label__actions--c-button--PaddingBottom) * -1);
|
|
16475
|
+
--pf-c-label__actions--c-button--PaddingTop: var(--pf-global--spacer--xs);
|
|
16476
|
+
--pf-c-label__actions--c-button--PaddingRight: var(--pf-global--spacer--sm);
|
|
16477
|
+
--pf-c-label__actions--c-button--PaddingBottom: var(--pf-global--spacer--xs);
|
|
16478
|
+
--pf-c-label__actions--c-button--PaddingLeft: var(--pf-global--spacer--sm);
|
|
16469
16479
|
--pf-c-label--m-editable--Cursor: pointer;
|
|
16470
16480
|
--pf-c-label--m-editable--TextDecoration: underline;
|
|
16471
16481
|
--pf-c-label--m-editable--TextDecorationStyle: dashed;
|
|
@@ -16486,6 +16496,7 @@ label.pf-c-input-group__text {
|
|
|
16486
16496
|
--pf-c-label--m-editable--m-editable-active__content--before--BorderWidth: 0;
|
|
16487
16497
|
--pf-c-label--m-editable--m-editable-active__content--before--BorderColor: transparent;
|
|
16488
16498
|
position: relative;
|
|
16499
|
+
max-width: var(--pf-c-label--MaxWidth);
|
|
16489
16500
|
padding: var(--pf-c-label--PaddingTop) var(--pf-c-label--PaddingRight) var(--pf-c-label--PaddingBottom) var(--pf-c-label--PaddingLeft);
|
|
16490
16501
|
font-size: var(--pf-c-label--FontSize);
|
|
16491
16502
|
color: var(--pf-c-label--Color);
|
|
@@ -16657,17 +16668,6 @@ label.pf-c-input-group__text {
|
|
|
16657
16668
|
--pf-c-label--m-editable--TextDecoration: var(--pf-c-label--m-editable--m-editable-active--TextDecoration);
|
|
16658
16669
|
--pf-c-label--BackgroundColor: var(--pf-c-label--m-editable--m-editable-active--BackgroundColor);
|
|
16659
16670
|
}
|
|
16660
|
-
.pf-c-label .pf-c-button {
|
|
16661
|
-
--pf-c-button--FontSize: var(--pf-c-label__c-button--FontSize);
|
|
16662
|
-
--pf-c-button--PaddingTop: var(--pf-c-label__c-button--PaddingTop);
|
|
16663
|
-
--pf-c-button--PaddingRight: var(--pf-c-label__c-button--PaddingRight);
|
|
16664
|
-
--pf-c-button--PaddingBottom: var(--pf-c-label__c-button--PaddingBottom);
|
|
16665
|
-
--pf-c-button--PaddingLeft: var(--pf-c-label__c-button--PaddingLeft);
|
|
16666
|
-
margin-top: var(--pf-c-label__c-button--MarginTop);
|
|
16667
|
-
margin-right: var(--pf-c-label__c-button--MarginRight);
|
|
16668
|
-
margin-bottom: var(--pf-c-label__c-button--MarginBottom);
|
|
16669
|
-
margin-left: var(--pf-c-label__c-button--MarginLeft);
|
|
16670
|
-
}
|
|
16671
16671
|
.pf-c-label.pf-m-overflow, .pf-c-label.pf-m-add {
|
|
16672
16672
|
--pf-c-label__content--Color: var(--pf-c-label--m-overflow__content--Color);
|
|
16673
16673
|
--pf-c-label--BackgroundColor: var(--pf-c-label--m-overflow__content--BackgroundColor);
|
|
@@ -16693,10 +16693,8 @@ label.pf-c-input-group__text {
|
|
|
16693
16693
|
}
|
|
16694
16694
|
|
|
16695
16695
|
.pf-c-label__content {
|
|
16696
|
-
overflow: hidden;
|
|
16697
|
-
text-overflow: ellipsis;
|
|
16698
|
-
white-space: nowrap;
|
|
16699
16696
|
max-width: var(--pf-c-label__content--MaxWidth);
|
|
16697
|
+
overflow: hidden;
|
|
16700
16698
|
color: var(--pf-c-label__content--Color);
|
|
16701
16699
|
background-color: var(--pf-c-label__content--BackgroundColor);
|
|
16702
16700
|
border-width: 0;
|
|
@@ -16712,9 +16710,17 @@ label.pf-c-input-group__text {
|
|
|
16712
16710
|
border: var(--pf-c-label__content--before--BorderWidth) solid var(--pf-c-label__content--before--BorderColor);
|
|
16713
16711
|
border-radius: var(--pf-c-label--BorderRadius);
|
|
16714
16712
|
}
|
|
16713
|
+
input.pf-c-label__content {
|
|
16714
|
+
overflow: hidden;
|
|
16715
|
+
text-overflow: ellipsis;
|
|
16716
|
+
white-space: nowrap;
|
|
16717
|
+
}
|
|
16718
|
+
|
|
16715
16719
|
a.pf-c-label__content,
|
|
16716
16720
|
button.pf-c-label__content {
|
|
16721
|
+
padding: 0;
|
|
16717
16722
|
cursor: pointer;
|
|
16723
|
+
background-color: transparent;
|
|
16718
16724
|
border: none;
|
|
16719
16725
|
}
|
|
16720
16726
|
a.pf-c-label__content, a.pf-c-label__content:hover, a.pf-c-label__content:focus,
|
|
@@ -16739,6 +16745,20 @@ button.pf-c-label__content:focus {
|
|
|
16739
16745
|
color: var(--pf-c-label__icon--Color);
|
|
16740
16746
|
}
|
|
16741
16747
|
|
|
16748
|
+
.pf-c-label__actions {
|
|
16749
|
+
margin-right: var(--pf-c-label__actions--MarginRight);
|
|
16750
|
+
font-size: var(--pf-c-label__actions--FontSize);
|
|
16751
|
+
}
|
|
16752
|
+
.pf-c-label__actions .pf-c-button {
|
|
16753
|
+
--pf-c-button--FontSize: var(--pf-c-label__actions--c-button--FontSize);
|
|
16754
|
+
--pf-c-button--PaddingTop: var(--pf-c-label__actions--c-button--PaddingTop);
|
|
16755
|
+
--pf-c-button--PaddingRight: var(--pf-c-label__actions--c-button--PaddingRight);
|
|
16756
|
+
--pf-c-button--PaddingBottom: var(--pf-c-label__actions--c-button--PaddingBottom);
|
|
16757
|
+
--pf-c-button--PaddingLeft: var(--pf-c-label__actions--c-button--PaddingLeft);
|
|
16758
|
+
margin-top: var(--pf-c-label__actions--c-button--MarginTop);
|
|
16759
|
+
margin-bottom: var(--pf-c-label__actions--c-button--MarginBottom);
|
|
16760
|
+
}
|
|
16761
|
+
|
|
16742
16762
|
:where(.pf-theme-dark) .pf-c-wizard__header, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector,
|
|
16743
16763
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-],
|
|
16744
16764
|
:where(.pf-theme-dark) .pf-c-page__header, :where(.pf-theme-dark) .pf-c-masthead, :where(.pf-theme-dark) .pf-c-login__header,
|
|
@@ -28932,10 +28952,20 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28932
28952
|
--pf-c-table--m-tree-view__toggle--Left: var(--pf-c-table__tree-view-main--PaddingLeft);
|
|
28933
28953
|
--pf-c-table--m-tree-view__toggle--TranslateX: -100%;
|
|
28934
28954
|
--pf-c-table--m-tree-view__toggle__toggle-icon--MinWidth: var(--pf-global--FontSize--md);
|
|
28955
|
+
--pf-c-table--m-no-inset__tree-view-main--PaddingLeft: 0;
|
|
28956
|
+
--pf-c-table--m-no-inset__tree-view-main--MarginLeft: 0;
|
|
28935
28957
|
}
|
|
28936
28958
|
.pf-c-table.pf-m-tree-view > tbody > tr {
|
|
28937
28959
|
--pf-c-table--m-tree-view__toggle--Left: var(--pf-c-table__tree-view-main--PaddingLeft);
|
|
28938
28960
|
}
|
|
28961
|
+
.pf-c-table.pf-m-tree-view > tbody > tr.pf-m-no-inset {
|
|
28962
|
+
--pf-c-table__tree-view-main--PaddingLeft: var(--pf-c-table--m-no-inset__tree-view-main--PaddingLeft);
|
|
28963
|
+
--pf-c-table__tree-view-main--MarginLeft: var(--pf-c-table--m-no-inset__tree-view-main--MarginLeft);
|
|
28964
|
+
}
|
|
28965
|
+
.pf-c-table.pf-m-tree-view.pf-m-no-inset {
|
|
28966
|
+
--pf-c-table__tree-view-main--PaddingLeft: var(--pf-c-table--m-no-inset__tree-view-main--PaddingLeft);
|
|
28967
|
+
--pf-c-table__tree-view-main--MarginLeft: var(--pf-c-table--m-no-inset__tree-view-main--MarginLeft);
|
|
28968
|
+
}
|
|
28939
28969
|
.pf-c-table.pf-m-tree-view tr[aria-level="2"] {
|
|
28940
28970
|
--pf-c-table__tree-view-main--PaddingLeft: calc(var(--pf-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-c-table__tree-view-main--indent--base));
|
|
28941
28971
|
}
|