@patternfly/patternfly 5.0.0-alpha.66 → 5.0.0-alpha.68
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/base/_variables.scss +1 -1
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-variables.css +2 -2
- package/components/AboutModalBox/about-modal-box.css +2 -2
- package/components/Accordion/accordion.css +1 -1
- package/components/Alert/alert.css +1 -1
- package/components/AppLauncher/app-launcher.css +1 -1
- package/components/Badge/badge.css +1 -1
- package/components/Banner/banner.css +3 -3
- package/components/Button/button.css +2 -2
- package/components/CalendarMonth/calendar-month.css +3 -3
- package/components/Card/card.css +2 -2
- package/components/Chip/chip.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +3 -3
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/ContextSelector/context-selector.css +5 -5
- package/components/DataList/data-list.css +1 -1
- package/components/DatePicker/date-picker.css +1 -1
- package/components/DragDrop/drag-drop.css +1 -1
- package/components/Drawer/drawer.css +2 -2
- package/components/Dropdown/dropdown.css +3 -3
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/Form/form.css +1 -1
- package/components/FormControl/form-control.css +3 -3
- package/components/HelperText/helper-text.css +1 -1
- package/components/Hint/hint.css +1 -1
- package/components/InputGroup/input-group.css +2 -4
- package/components/InputGroup/input-group.scss +0 -4
- package/components/Label/label.css +1 -1
- package/components/LogViewer/log-viewer.css +2 -2
- package/components/Login/login.css +5 -5
- package/components/Masthead/masthead.css +3 -3
- package/components/Menu/menu.css +1 -1
- package/components/MenuToggle/menu-toggle.css +2 -2
- package/components/ModalBox/modal-box.css +1 -1
- package/components/Nav/nav.css +6 -6
- package/components/NotificationBadge/notification-badge.css +1 -1
- package/components/NotificationDrawer/notification-drawer.css +1 -1
- package/components/NumberInput/number-input.css +4 -2
- package/components/NumberInput/number-input.scss +5 -2
- package/components/OptionsMenu/options-menu.css +2 -2
- package/components/Page/page.css +14 -14
- package/components/Pagination/pagination.css +6 -4
- package/components/Pagination/pagination.scss +7 -1
- package/components/Panel/panel.css +1 -1
- package/components/Popover/popover.css +1 -1
- package/components/Progress/progress.css +1 -1
- package/components/Select/select.css +2 -2
- package/components/SimpleList/simple-list.css +1 -1
- package/components/Skeleton/skeleton.css +1 -1
- package/components/Switch/switch.css +1 -1
- package/components/Table/table.css +2 -2
- package/components/Tabs/tabs.css +1 -1
- package/components/TextInputGroup/text-input-group.css +1 -1
- package/components/Tile/tile.css +1 -1
- package/components/ToggleGroup/toggle-group.css +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/Wizard/wizard.css +3 -3
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +4 -4
- package/docs/components/DatePicker/examples/DatePicker.md +6 -1
- package/docs/components/FileUpload/examples/FileUpload.md +21 -16
- package/docs/components/Form/examples/Form.md +51 -31
- package/docs/components/FormControl/examples/FormControl.md +1 -1
- package/docs/components/InlineEdit/examples/InlineEdit.md +11 -156
- package/docs/components/InputGroup/examples/InputGroup.md +9 -4
- package/docs/components/Login/examples/Login.md +20 -17
- package/docs/components/NumberInput/examples/NumberInput.md +7 -2
- package/docs/components/Pagination/examples/Pagination.md +1 -1
- package/docs/components/Select/examples/Select.md +4 -2
- package/docs/components/Wizard/examples/Wizard.md +7 -70
- package/docs/demos/Alert/examples/Alert.md +26 -8
- package/docs/demos/Button/examples/Button.md +12 -12
- package/docs/demos/Form/examples/BasicForms.md +18 -18
- package/docs/demos/HelperText/examples/HelperText.md +18 -3
- package/docs/demos/Modal/examples/Modal.md +6 -6
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/Toolbar/examples/Toolbar.md +11 -1
- package/docs/demos/Wizard/examples/Wizard.md +0 -56
- package/package.json +1 -1
- package/patternfly-addons.css +78 -78
- package/patternfly-base-no-globals-theme-dark-unversioned.css +3 -3
- package/patternfly-base-no-globals.css +3 -3
- package/patternfly-base-theme-dark-unversioned.css +3 -3
- package/patternfly-base.css +3 -3
- package/patternfly-charts-theme-dark-unversioned.css +1 -1
- package/patternfly-charts-theme-dark.css +1 -1
- package/patternfly-charts.css +1 -1
- package/patternfly-charts.scss +1 -1
- package/patternfly-no-globals.css +314 -312
- package/patternfly-theme-dark-unversioned.css +314 -312
- package/patternfly.css +314 -312
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +2 -2
- package/themes/dark/_patternfly-charts-theme-dark.scss +1 -1
- package/utilities/BackgroundColor/BackgroundColor.css +30 -30
- package/utilities/Text/text.css +48 -48
|
@@ -24,10 +24,10 @@ $pf-global--theme-light--placeholder--class: 't-light' !default;
|
|
|
24
24
|
|
|
25
25
|
// Dark theme versioned variables
|
|
26
26
|
$pf-v5--theme-dark--class: '.' + #{$pf-global--theme--namespace} + #{$pf-global--theme--version} + #{$pf-global--theme-dark--class} !default; // include the operator here
|
|
27
|
-
$pf-v5--theme-dark--target: '
|
|
27
|
+
$pf-v5--theme-dark--target: '' !default; // include the operator here
|
|
28
28
|
$pf-v5--theme-dark--placeholder--class: '.' + #{$pf-global--theme--namespace} + #{$pf-global--theme--version} + #{$pf-global--theme-dark--placeholder--class} !default; // include the operator here
|
|
29
29
|
|
|
30
30
|
// Light theme versioned variables
|
|
31
31
|
$pf-v5--theme-light--class: '.' + #{$pf-global--theme--namespace} + #{$pf-global--theme--version} + #{$pf-global--theme-light--class} !default; // include the operator here
|
|
32
|
-
$pf-v5--theme-light--target: '
|
|
32
|
+
$pf-v5--theme-light--target: '' !default; // include the operator here
|
|
33
33
|
$pf-v5--theme-light--placeholder--class: '.' + #{$pf-global--theme--namespace} + #{$pf-global--theme--version} + #{$pf-global--theme-light--placeholder--class} !default; // include the operator here
|
|
@@ -312,103 +312,103 @@
|
|
|
312
312
|
background-color: var(--pf-v5-global--palette--red-50) !important;
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
|
-
:
|
|
315
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default {
|
|
316
316
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
317
317
|
}
|
|
318
|
-
:
|
|
318
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success {
|
|
319
319
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
320
320
|
}
|
|
321
|
-
:
|
|
321
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info {
|
|
322
322
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
323
323
|
}
|
|
324
|
-
:
|
|
324
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning {
|
|
325
325
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
326
326
|
}
|
|
327
|
-
:
|
|
327
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger {
|
|
328
328
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
329
329
|
}
|
|
330
330
|
@media screen and (min-width: 576px) {
|
|
331
|
-
:
|
|
331
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default-on-sm {
|
|
332
332
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
333
333
|
}
|
|
334
|
-
:
|
|
334
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success-on-sm {
|
|
335
335
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
336
336
|
}
|
|
337
|
-
:
|
|
337
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info-on-sm {
|
|
338
338
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
339
339
|
}
|
|
340
|
-
:
|
|
340
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning-on-sm {
|
|
341
341
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
342
342
|
}
|
|
343
|
-
:
|
|
343
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger-on-sm {
|
|
344
344
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
@media screen and (min-width: 768px) {
|
|
348
|
-
:
|
|
348
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default-on-md {
|
|
349
349
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
350
350
|
}
|
|
351
|
-
:
|
|
351
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success-on-md {
|
|
352
352
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
353
353
|
}
|
|
354
|
-
:
|
|
354
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info-on-md {
|
|
355
355
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
356
356
|
}
|
|
357
|
-
:
|
|
357
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning-on-md {
|
|
358
358
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
359
359
|
}
|
|
360
|
-
:
|
|
360
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger-on-md {
|
|
361
361
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
364
|
@media screen and (min-width: 992px) {
|
|
365
|
-
:
|
|
365
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default-on-lg {
|
|
366
366
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
367
367
|
}
|
|
368
|
-
:
|
|
368
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success-on-lg {
|
|
369
369
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
370
370
|
}
|
|
371
|
-
:
|
|
371
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info-on-lg {
|
|
372
372
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
373
373
|
}
|
|
374
|
-
:
|
|
374
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning-on-lg {
|
|
375
375
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
376
376
|
}
|
|
377
|
-
:
|
|
377
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger-on-lg {
|
|
378
378
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
@media screen and (min-width: 1200px) {
|
|
382
|
-
:
|
|
382
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default-on-xl {
|
|
383
383
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
384
384
|
}
|
|
385
|
-
:
|
|
385
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success-on-xl {
|
|
386
386
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
387
387
|
}
|
|
388
|
-
:
|
|
388
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info-on-xl {
|
|
389
389
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
390
390
|
}
|
|
391
|
-
:
|
|
391
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning-on-xl {
|
|
392
392
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
393
393
|
}
|
|
394
|
-
:
|
|
394
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger-on-xl {
|
|
395
395
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
398
|
@media screen and (min-width: 1450px) {
|
|
399
|
-
:
|
|
399
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-default-on-2xl {
|
|
400
400
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
401
401
|
}
|
|
402
|
-
:
|
|
402
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-success-on-2xl {
|
|
403
403
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
404
404
|
}
|
|
405
|
-
:
|
|
405
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-info-on-2xl {
|
|
406
406
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
407
407
|
}
|
|
408
|
-
:
|
|
408
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-warning-on-2xl {
|
|
409
409
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
410
410
|
}
|
|
411
|
-
:
|
|
411
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-background-color-danger-on-2xl {
|
|
412
412
|
background-color: var(--pf-v5-global--BackgroundColor--100) !important;
|
|
413
413
|
}
|
|
414
414
|
}
|
package/utilities/Text/text.css
CHANGED
|
@@ -925,157 +925,157 @@
|
|
|
925
925
|
white-space: nowrap !important;
|
|
926
926
|
}
|
|
927
927
|
|
|
928
|
-
:
|
|
928
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-300 {
|
|
929
929
|
color: var(--pf-v5-global--Color--100) !important;
|
|
930
930
|
}
|
|
931
|
-
:
|
|
931
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-100 {
|
|
932
932
|
color: var(--pf-v5-global--Color-100) !important;
|
|
933
933
|
}
|
|
934
|
-
:
|
|
934
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-200 {
|
|
935
935
|
color: var(--pf-v5-global--Color-200) !important;
|
|
936
936
|
}
|
|
937
|
-
:
|
|
937
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-custom-color-300 {
|
|
938
938
|
color: var(--pf-v5-global--custom-color--100) !important;
|
|
939
939
|
}
|
|
940
|
-
:
|
|
940
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-success-color-200 {
|
|
941
941
|
color: var(--pf-v5-global--success-color--100) !important;
|
|
942
942
|
}
|
|
943
|
-
:
|
|
943
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-info-color-200 {
|
|
944
944
|
color: var(--pf-v5-global--info-color--100) !important;
|
|
945
945
|
}
|
|
946
|
-
:
|
|
946
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-danger-color-300 {
|
|
947
947
|
color: var(--pf-v5-global--danger-color--100) !important;
|
|
948
948
|
}
|
|
949
|
-
:
|
|
949
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-icon-color-dark {
|
|
950
950
|
color: var(--pf-v5-global--icon--Color--dark) !important;
|
|
951
951
|
}
|
|
952
952
|
@media screen and (min-width: 576px) {
|
|
953
|
-
:
|
|
953
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-300-on-sm {
|
|
954
954
|
color: var(--pf-v5-global--Color--100) !important;
|
|
955
955
|
}
|
|
956
|
-
:
|
|
956
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-100-on-sm {
|
|
957
957
|
color: var(--pf-v5-global--Color-100) !important;
|
|
958
958
|
}
|
|
959
|
-
:
|
|
959
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-200-on-sm {
|
|
960
960
|
color: var(--pf-v5-global--Color-200) !important;
|
|
961
961
|
}
|
|
962
|
-
:
|
|
962
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-custom-color-300-on-sm {
|
|
963
963
|
color: var(--pf-v5-global--custom-color--100) !important;
|
|
964
964
|
}
|
|
965
|
-
:
|
|
965
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-success-color-200-on-sm {
|
|
966
966
|
color: var(--pf-v5-global--success-color--100) !important;
|
|
967
967
|
}
|
|
968
|
-
:
|
|
968
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-info-color-200-on-sm {
|
|
969
969
|
color: var(--pf-v5-global--info-color--100) !important;
|
|
970
970
|
}
|
|
971
|
-
:
|
|
971
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-danger-color-300-on-sm {
|
|
972
972
|
color: var(--pf-v5-global--danger-color--100) !important;
|
|
973
973
|
}
|
|
974
|
-
:
|
|
974
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-icon-color-dark-on-sm {
|
|
975
975
|
color: var(--pf-v5-global--icon--Color--dark) !important;
|
|
976
976
|
}
|
|
977
977
|
}
|
|
978
978
|
@media screen and (min-width: 768px) {
|
|
979
|
-
:
|
|
979
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-300-on-md {
|
|
980
980
|
color: var(--pf-v5-global--Color--100) !important;
|
|
981
981
|
}
|
|
982
|
-
:
|
|
982
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-100-on-md {
|
|
983
983
|
color: var(--pf-v5-global--Color-100) !important;
|
|
984
984
|
}
|
|
985
|
-
:
|
|
985
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-200-on-md {
|
|
986
986
|
color: var(--pf-v5-global--Color-200) !important;
|
|
987
987
|
}
|
|
988
|
-
:
|
|
988
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-custom-color-300-on-md {
|
|
989
989
|
color: var(--pf-v5-global--custom-color--100) !important;
|
|
990
990
|
}
|
|
991
|
-
:
|
|
991
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-success-color-200-on-md {
|
|
992
992
|
color: var(--pf-v5-global--success-color--100) !important;
|
|
993
993
|
}
|
|
994
|
-
:
|
|
994
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-info-color-200-on-md {
|
|
995
995
|
color: var(--pf-v5-global--info-color--100) !important;
|
|
996
996
|
}
|
|
997
|
-
:
|
|
997
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-danger-color-300-on-md {
|
|
998
998
|
color: var(--pf-v5-global--danger-color--100) !important;
|
|
999
999
|
}
|
|
1000
|
-
:
|
|
1000
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-icon-color-dark-on-md {
|
|
1001
1001
|
color: var(--pf-v5-global--icon--Color--dark) !important;
|
|
1002
1002
|
}
|
|
1003
1003
|
}
|
|
1004
1004
|
@media screen and (min-width: 992px) {
|
|
1005
|
-
:
|
|
1005
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-300-on-lg {
|
|
1006
1006
|
color: var(--pf-v5-global--Color--100) !important;
|
|
1007
1007
|
}
|
|
1008
|
-
:
|
|
1008
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-100-on-lg {
|
|
1009
1009
|
color: var(--pf-v5-global--Color-100) !important;
|
|
1010
1010
|
}
|
|
1011
|
-
:
|
|
1011
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-200-on-lg {
|
|
1012
1012
|
color: var(--pf-v5-global--Color-200) !important;
|
|
1013
1013
|
}
|
|
1014
|
-
:
|
|
1014
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-custom-color-300-on-lg {
|
|
1015
1015
|
color: var(--pf-v5-global--custom-color--100) !important;
|
|
1016
1016
|
}
|
|
1017
|
-
:
|
|
1017
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-success-color-200-on-lg {
|
|
1018
1018
|
color: var(--pf-v5-global--success-color--100) !important;
|
|
1019
1019
|
}
|
|
1020
|
-
:
|
|
1020
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-info-color-200-on-lg {
|
|
1021
1021
|
color: var(--pf-v5-global--info-color--100) !important;
|
|
1022
1022
|
}
|
|
1023
|
-
:
|
|
1023
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-danger-color-300-on-lg {
|
|
1024
1024
|
color: var(--pf-v5-global--danger-color--100) !important;
|
|
1025
1025
|
}
|
|
1026
|
-
:
|
|
1026
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-icon-color-dark-on-lg {
|
|
1027
1027
|
color: var(--pf-v5-global--icon--Color--dark) !important;
|
|
1028
1028
|
}
|
|
1029
1029
|
}
|
|
1030
1030
|
@media screen and (min-width: 1200px) {
|
|
1031
|
-
:
|
|
1031
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-300-on-xl {
|
|
1032
1032
|
color: var(--pf-v5-global--Color--100) !important;
|
|
1033
1033
|
}
|
|
1034
|
-
:
|
|
1034
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-100-on-xl {
|
|
1035
1035
|
color: var(--pf-v5-global--Color-100) !important;
|
|
1036
1036
|
}
|
|
1037
|
-
:
|
|
1037
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-200-on-xl {
|
|
1038
1038
|
color: var(--pf-v5-global--Color-200) !important;
|
|
1039
1039
|
}
|
|
1040
|
-
:
|
|
1040
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-custom-color-300-on-xl {
|
|
1041
1041
|
color: var(--pf-v5-global--custom-color--100) !important;
|
|
1042
1042
|
}
|
|
1043
|
-
:
|
|
1043
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-success-color-200-on-xl {
|
|
1044
1044
|
color: var(--pf-v5-global--success-color--100) !important;
|
|
1045
1045
|
}
|
|
1046
|
-
:
|
|
1046
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-info-color-200-on-xl {
|
|
1047
1047
|
color: var(--pf-v5-global--info-color--100) !important;
|
|
1048
1048
|
}
|
|
1049
|
-
:
|
|
1049
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-danger-color-300-on-xl {
|
|
1050
1050
|
color: var(--pf-v5-global--danger-color--100) !important;
|
|
1051
1051
|
}
|
|
1052
|
-
:
|
|
1052
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-icon-color-dark-on-xl {
|
|
1053
1053
|
color: var(--pf-v5-global--icon--Color--dark) !important;
|
|
1054
1054
|
}
|
|
1055
1055
|
}
|
|
1056
1056
|
@media screen and (min-width: 1450px) {
|
|
1057
|
-
:
|
|
1057
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-300-on-2xl {
|
|
1058
1058
|
color: var(--pf-v5-global--Color--100) !important;
|
|
1059
1059
|
}
|
|
1060
|
-
:
|
|
1060
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-100-on-2xl {
|
|
1061
1061
|
color: var(--pf-v5-global--Color-100) !important;
|
|
1062
1062
|
}
|
|
1063
|
-
:
|
|
1063
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-color-light-200-on-2xl {
|
|
1064
1064
|
color: var(--pf-v5-global--Color-200) !important;
|
|
1065
1065
|
}
|
|
1066
|
-
:
|
|
1066
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-custom-color-300-on-2xl {
|
|
1067
1067
|
color: var(--pf-v5-global--custom-color--100) !important;
|
|
1068
1068
|
}
|
|
1069
|
-
:
|
|
1069
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-success-color-200-on-2xl {
|
|
1070
1070
|
color: var(--pf-v5-global--success-color--100) !important;
|
|
1071
1071
|
}
|
|
1072
|
-
:
|
|
1072
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-info-color-200-on-2xl {
|
|
1073
1073
|
color: var(--pf-v5-global--info-color--100) !important;
|
|
1074
1074
|
}
|
|
1075
|
-
:
|
|
1075
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-danger-color-300-on-2xl {
|
|
1076
1076
|
color: var(--pf-v5-global--danger-color--100) !important;
|
|
1077
1077
|
}
|
|
1078
|
-
:
|
|
1078
|
+
:where(.pf-v5-theme-dark) .pf-v5-u-icon-color-dark-on-2xl {
|
|
1079
1079
|
color: var(--pf-v5-global--icon--Color--dark) !important;
|
|
1080
1080
|
}
|
|
1081
1081
|
}
|