@patternfly/patternfly 5.0.2 → 5.1.0-prerelease.10
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 +10 -0
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +22 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +17 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +5 -0
- package/components/AboutModalBox/about-modal-box.css +20 -13
- package/components/AboutModalBox/about-modal-box.scss +20 -13
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +16 -13
- package/components/Alert/alert.scss +16 -13
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +2 -2
- package/components/BackgroundImage/background-image.scss +2 -2
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -2
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +6 -3
- package/components/Breadcrumb/breadcrumb.scss +6 -3
- package/components/Button/button.css +23 -17
- package/components/Button/button.scss +22 -16
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +21 -15
- package/components/CalendarMonth/calendar-month.scss +21 -15
- package/components/Card/card.css +21 -16
- package/components/Card/card.scss +21 -16
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +16 -10
- package/components/ClipboardCopy/clipboard-copy.scss +14 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +33 -30
- package/components/Content/content.scss +33 -30
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -49
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +66 -84
- package/components/DataList/data-list.scss +45 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +75 -60
- package/components/Drawer/drawer.scss +51 -36
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +50 -50
- package/components/Form/form.scss +44 -44
- package/components/FormControl/form-control.css +21 -11
- package/components/FormControl/form-control.scss +21 -11
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +24 -24
- package/components/JumpLinks/jump-links.scss +24 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +19 -22
- package/components/Masthead/masthead.scss +19 -22
- package/components/Menu/menu.css +69 -66
- package/components/Menu/menu.scss +69 -67
- package/components/MenuToggle/menu-toggle.css +41 -29
- package/components/MenuToggle/menu-toggle.scss +41 -29
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +100 -93
- package/components/Nav/nav.scss +98 -91
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +13 -7
- package/components/NotificationBadge/notification-badge.scss +13 -7
- package/components/NotificationDrawer/notification-drawer.css +28 -19
- package/components/NotificationDrawer/notification-drawer.scss +28 -19
- package/components/NumberInput/number-input.css +3 -3
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +119 -65
- package/components/Page/page.scss +63 -39
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +28 -18
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +24 -21
- package/components/Popover/popover.scss +24 -21
- package/components/Progress/progress.css +7 -7
- package/components/Progress/progress.scss +7 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +4 -5
- package/components/Radio/radio.scss +4 -5
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +2 -5
- package/components/Skeleton/skeleton.scss +2 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +46 -26
- package/components/Slider/slider.scss +54 -26
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +256 -219
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +2 -2
- package/components/Table/table-scrollable.scss +2 -2
- package/components/Table/table-tree-view.css +107 -104
- package/components/Table/table-tree-view.scss +32 -32
- package/components/Table/table.css +87 -69
- package/components/Table/table.scss +87 -69
- package/components/Tabs/tabs.css +66 -48
- package/components/Tabs/tabs.scss +66 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +44 -41
- package/components/Toolbar/toolbar.scss +24 -21
- package/components/Tooltip/tooltip.css +19 -16
- package/components/Tooltip/tooltip.scss +19 -16
- package/components/TreeView/tree-view.css +42 -27
- package/components/TreeView/tree-view.scss +43 -28
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/AppLauncher/deprecated/application-launcher.md +155 -70
- package/docs/components/Badge/examples/Badge.md +16 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +1 -0
- package/docs/components/Card/examples/Card.md +152 -64
- package/docs/components/Chip/examples/Chip.md +31 -11
- package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
- package/docs/components/DataList/examples/DataList.md +391 -136
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
- package/docs/components/DualListSelector/examples/DualListSelector.md +368 -128
- package/docs/components/FormControl/examples/FormControl.md +2 -1
- package/docs/components/Hint/examples/Hint.md +57 -24
- package/docs/components/InlineEdit/examples/InlineEdit.md +46 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +40 -30
- package/docs/components/Menu/examples/Menu.md +41 -20
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.css +2 -2
- package/docs/components/Nav/examples/Navigation.css +2 -2
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
- package/docs/components/OptionsMenu/deprecated/options-menu.md +403 -160
- package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
- package/docs/components/Pagination/examples/Pagination.md +195 -65
- package/docs/components/Popover/examples/Popover.css +2 -2
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
- package/docs/components/Select/deprecated/Select.css +3 -3
- package/docs/components/Select/deprecated/Select.md +43 -55
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +4546 -1668
- package/docs/components/Tabs/examples/Tabs.md +1094 -438
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +2 -2
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +148 -80
- package/docs/components/TreeView/examples/TreeView.md +23 -8
- package/docs/components/Wizard/examples/Wizard.md +75 -36
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +49 -24
- package/docs/demos/CardView/examples/CardView.md +182 -74
- package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
- package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
- package/docs/demos/DataList/examples/DataList.md +163 -70
- package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
- package/docs/demos/Drawer/examples/Drawer.md +20 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +241 -101
- package/docs/demos/Table/examples/Table.md +1422 -607
- package/docs/demos/Tabs/examples/Tabs.md +113 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +320 -127
- package/docs/demos/Wizard/examples/Wizard.md +191 -41
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +40 -38
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +27 -3
- package/patternfly-base-no-globals.css +27 -3
- package/patternfly-base-theme-dark-unversioned.css +28 -4
- package/patternfly-base.css +28 -4
- package/patternfly-no-globals.css +2420 -1872
- package/patternfly-theme-dark-unversioned.css +2421 -1873
- package/patternfly.css +2421 -1873
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/placeholders.scss +1 -1
- package/sass-utilities/scss-variables.scss +8 -8
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
position: relative;
|
|
333
333
|
|
|
334
334
|
thead:where(.#{$table}__thead) tr:where(.#{$table}__tr) {
|
|
335
|
-
border-
|
|
335
|
+
border-block-end: 0;
|
|
336
336
|
|
|
337
337
|
> * {
|
|
338
338
|
z-index: var(--#{$table}--m-sticky-header--cell--ZIndex); // set z-index here to allow sticky column to override
|
|
@@ -343,17 +343,17 @@
|
|
|
343
343
|
> thead:where(.#{$table}__thead):not(.pf-m-nested-column-header) {
|
|
344
344
|
> tr:where(.#{$table}__tr) > * {
|
|
345
345
|
position: sticky;
|
|
346
|
-
|
|
346
|
+
inset-block-start: 0;
|
|
347
347
|
background: var(--#{$table}--BackgroundColor);
|
|
348
348
|
|
|
349
349
|
// stylelint-disable-next-line
|
|
350
350
|
&::after {
|
|
351
351
|
position: absolute;
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
352
|
+
inset-block-end: 0;
|
|
353
|
+
inset-inline-start: 0;
|
|
354
|
+
inset-inline-end: 0;
|
|
355
355
|
content: "";
|
|
356
|
-
border-
|
|
356
|
+
border-block-end: var(--#{$table}--border-width--base) solid var(--#{$table}--BorderColor);
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
359
|
}
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
// nested column header
|
|
362
362
|
> .pf-m-nested-column-header {
|
|
363
363
|
position: sticky;
|
|
364
|
-
|
|
364
|
+
inset-block-start: 0;
|
|
365
365
|
z-index: var(--#{$pf-global}--ZIndex--xs);
|
|
366
366
|
background: var(--#{$table}--BackgroundColor);
|
|
367
367
|
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
|
|
386
386
|
&:not(.pf-m-sticky-header) > .pf-m-nested-column-header {
|
|
387
387
|
tr:where(.#{$table}__tr):not(:last-child) {
|
|
388
|
-
border-
|
|
388
|
+
border-block-end: 0; // hard reset tr borders in nested headers
|
|
389
389
|
|
|
390
390
|
// stylelint-disable max-nesting-depth
|
|
391
391
|
th:where(.#{$table}__th),
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
// Standard table row (non-expandable)
|
|
415
415
|
// exclude expandable rows
|
|
416
416
|
tr:where(.#{$table}__tr):not(.#{$table}__expandable-row) {
|
|
417
|
-
border-
|
|
417
|
+
border-block-end: var(--#{$table}--border-width--base) solid var(--#{$table}--BorderColor);
|
|
418
418
|
|
|
419
419
|
// stylelint-disable-next-line
|
|
420
420
|
&.pf-m-ghost-row {
|
|
@@ -432,7 +432,10 @@
|
|
|
432
432
|
width: var(--#{$table}--cell--Width);
|
|
433
433
|
min-width: var(--#{$table}--cell--MinWidth);
|
|
434
434
|
max-width: var(--#{$table}--cell--MaxWidth);
|
|
435
|
-
padding: var(--#{$table}--cell--PaddingTop)
|
|
435
|
+
padding-block-start: var(--#{$table}--cell--PaddingTop);
|
|
436
|
+
padding-block-end: var(--#{$table}--cell--PaddingBottom);
|
|
437
|
+
padding-inline-start: var(--#{$table}--cell--PaddingLeft);
|
|
438
|
+
padding-inline-end: var(--#{$table}--cell--PaddingRight);
|
|
436
439
|
|
|
437
440
|
// default settings
|
|
438
441
|
overflow: var(--#{$table}--cell--Overflow);
|
|
@@ -477,31 +480,31 @@
|
|
|
477
480
|
&.pf-m-border-right::before,
|
|
478
481
|
&.pf-m-border-left::before {
|
|
479
482
|
position: absolute;
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
483
|
+
inset-block-start: 0;
|
|
484
|
+
inset-block-end: 0;
|
|
485
|
+
inset-inline-start: 0;
|
|
486
|
+
inset-inline-end: 0;
|
|
484
487
|
pointer-events: none;
|
|
485
488
|
content: "";
|
|
486
489
|
}
|
|
487
490
|
|
|
488
491
|
&.pf-m-border-right::before {
|
|
489
|
-
border-
|
|
492
|
+
border-inline-end: var(--#{$table}--cell--m-border-right--before--BorderRightWidth) solid var(--#{$table}--cell--m-border-right--before--BorderRightColor);
|
|
490
493
|
}
|
|
491
494
|
|
|
492
495
|
&.pf-m-border-left::before {
|
|
493
|
-
border-
|
|
496
|
+
border-inline-start: var(--#{$table}--cell--m-border-left--before--BorderLeftWidth) solid var(--#{$table}--cell--m-border-left--before--BorderLeftColor);
|
|
494
497
|
}
|
|
495
498
|
}
|
|
496
499
|
|
|
497
500
|
// Table caption
|
|
498
501
|
caption:where(.#{$table}__caption) {
|
|
499
|
-
padding-
|
|
500
|
-
padding-
|
|
501
|
-
padding-
|
|
502
|
+
padding-block-start: var(--#{$table}__caption--PaddingTop);
|
|
503
|
+
padding-block-end: var(--#{$table}__caption--PaddingBottom);
|
|
504
|
+
padding-inline-start: var(--#{$table}__caption--PaddingLeft);
|
|
502
505
|
font-size: var(--#{$table}__caption--FontSize);
|
|
503
506
|
color: var(--#{$table}__caption--Color);
|
|
504
|
-
text-align:
|
|
507
|
+
text-align: start;
|
|
505
508
|
background-color: var(--#{$table}--BackgroundColor);
|
|
506
509
|
}
|
|
507
510
|
|
|
@@ -564,26 +567,26 @@
|
|
|
564
567
|
position: absolute;
|
|
565
568
|
|
|
566
569
|
// offset top to extend above tr border
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
+
inset-block-start: var(--#{$table}__expandable-row--after--Top);
|
|
571
|
+
inset-block-end: var(--#{$table}__expandable-row--after--Bottom);
|
|
572
|
+
inset-inline-start: 0;
|
|
570
573
|
content: "";
|
|
571
574
|
|
|
572
575
|
// add border left
|
|
573
576
|
background-color: transparent;
|
|
574
|
-
border-
|
|
577
|
+
border-inline-start: var(--#{$table}__expandable-row--after--BorderLeftWidth) solid var(--#{$table}__expandable-row--after--BorderColor);
|
|
575
578
|
}
|
|
576
579
|
|
|
577
580
|
// Check table cell
|
|
578
581
|
.#{$table}__check {
|
|
579
582
|
input:where(.#{$check}__input) {
|
|
580
|
-
margin-
|
|
583
|
+
margin-block-start: var(--#{$table}__check--input--MarginTop);
|
|
581
584
|
vertical-align: top;
|
|
582
585
|
}
|
|
583
586
|
}
|
|
584
587
|
|
|
585
588
|
&.pf-m-expanded > :first-child:not(.#{$table}__control-row) {
|
|
586
|
-
border-
|
|
589
|
+
border-block-end-width: 0;
|
|
587
590
|
}
|
|
588
591
|
}
|
|
589
592
|
// stylelint-enable
|
|
@@ -658,10 +661,10 @@
|
|
|
658
661
|
// stylelint-disable selector-no-qualifying-type, selector-max-compound-selectors
|
|
659
662
|
&.pf-m-no-border-rows > tbody:where(.#{$table}__tbody) {
|
|
660
663
|
> tr:where(.#{$table}__tr) {
|
|
661
|
-
border-
|
|
664
|
+
border-block-end: 0;
|
|
662
665
|
|
|
663
666
|
> :first-child::after {
|
|
664
|
-
border-
|
|
667
|
+
border-inline-start: 0;
|
|
665
668
|
}
|
|
666
669
|
}
|
|
667
670
|
|
|
@@ -670,11 +673,11 @@
|
|
|
670
673
|
}
|
|
671
674
|
|
|
672
675
|
&.pf-m-expanded > .#{$table}__control-row {
|
|
673
|
-
border-
|
|
676
|
+
border-block-end: var(--#{$table}--border-width--base) solid var(--#{$table}--BorderColor);
|
|
674
677
|
}
|
|
675
678
|
|
|
676
679
|
.#{$table}__control-row > .#{$table}__compound-expansion-toggle:first-child > ::before {
|
|
677
|
-
border-
|
|
680
|
+
border-inline-start-width: 0;
|
|
678
681
|
}
|
|
679
682
|
}
|
|
680
683
|
|
|
@@ -839,11 +842,14 @@
|
|
|
839
842
|
.#{$table}__button {
|
|
840
843
|
position: static;
|
|
841
844
|
width: 100%;
|
|
842
|
-
padding: var(--#{$table}--cell--PaddingTop)
|
|
845
|
+
padding-block-start: var(--#{$table}--cell--PaddingTop);
|
|
846
|
+
padding-block-end: var(--#{$table}--cell--PaddingBottom);
|
|
847
|
+
padding-inline-start: var(--#{$table}--cell--PaddingLeft);
|
|
848
|
+
padding-inline-end: var(--#{$table}--cell--PaddingRight);
|
|
843
849
|
font-size: inherit;
|
|
844
850
|
font-weight: inherit;
|
|
845
851
|
color: var(--#{$table}__button--Color);
|
|
846
|
-
text-align:
|
|
852
|
+
text-align: start;
|
|
847
853
|
white-space: inherit;
|
|
848
854
|
user-select: text;
|
|
849
855
|
background-color: var(--#{$table}__button--BackgroundColor);
|
|
@@ -852,10 +858,10 @@
|
|
|
852
858
|
// Define clickable area with invisible ::before pseudo
|
|
853
859
|
&::before {
|
|
854
860
|
position: absolute;
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
861
|
+
inset-block-start: 0;
|
|
862
|
+
inset-block-end: 0;
|
|
863
|
+
inset-inline-start: 0;
|
|
864
|
+
inset-inline-end: 0;
|
|
859
865
|
cursor: pointer;
|
|
860
866
|
content: "";
|
|
861
867
|
}
|
|
@@ -954,8 +960,8 @@
|
|
|
954
960
|
vertical-align: top;
|
|
955
961
|
|
|
956
962
|
.#{$button} {
|
|
957
|
-
margin-
|
|
958
|
-
margin-
|
|
963
|
+
margin-block-start: var(--#{$table}__toggle--c-button--MarginTop);
|
|
964
|
+
margin-block-end: var(--#{$table}__toggle--c-button--MarginBottom);
|
|
959
965
|
|
|
960
966
|
&.pf-m-expanded {
|
|
961
967
|
.#{$table}__toggle-icon {
|
|
@@ -986,7 +992,10 @@
|
|
|
986
992
|
label {
|
|
987
993
|
display: block;
|
|
988
994
|
padding: inherit;
|
|
989
|
-
margin: calc(var(--#{$table}--cell--PaddingTop) * -1)
|
|
995
|
+
margin-block-start: calc(var(--#{$table}--cell--PaddingTop) * -1);
|
|
996
|
+
margin-block-end: calc(var(--#{$table}--cell--PaddingBottom) * -1);
|
|
997
|
+
margin-inline-start: calc(var(--#{$table}--cell--PaddingLeft) * -1);
|
|
998
|
+
margin-inline-end: calc(var(--#{$table}--cell--PaddingRight) * -1);
|
|
990
999
|
}
|
|
991
1000
|
}
|
|
992
1001
|
|
|
@@ -996,7 +1005,10 @@
|
|
|
996
1005
|
--#{$button}--m-plain--Color: var(--#{$table}__favorite--c-button--Color);
|
|
997
1006
|
--#{$button}--FontSize: var(--#{$table}__favorite--c-button--FontSize);
|
|
998
1007
|
|
|
999
|
-
margin: var(--#{$table}__favorite--c-button--MarginTop)
|
|
1008
|
+
margin-block-start: var(--#{$table}__favorite--c-button--MarginTop);
|
|
1009
|
+
margin-block-end: var(--#{$table}__favorite--c-button--MarginBottom);
|
|
1010
|
+
margin-inline-start: var(--#{$table}__favorite--c-button--MarginLeft);
|
|
1011
|
+
margin-inline-end: var(--#{$table}__favorite--c-button--MarginRight);
|
|
1000
1012
|
|
|
1001
1013
|
@at-root .pf-m-favorited#{&} {
|
|
1002
1014
|
--#{$button}--m-plain--Color: var(--#{$table}__favorite--m-favorited--c-button--Color);
|
|
@@ -1007,7 +1019,10 @@
|
|
|
1007
1019
|
// Draggable
|
|
1008
1020
|
.#{$table}__draggable {
|
|
1009
1021
|
.#{$button} {
|
|
1010
|
-
margin: var(--#{$table}__draggable--c-button--MarginTop)
|
|
1022
|
+
margin-block-start: var(--#{$table}__draggable--c-button--MarginTop);
|
|
1023
|
+
margin-block-end: var(--#{$table}__draggable--c-button--MarginBottom);
|
|
1024
|
+
margin-inline-start: var(--#{$table}__draggable--c-button--MarginLeft);
|
|
1025
|
+
margin-inline-end: var(--#{$table}__draggable--c-button--MarginRight);
|
|
1011
1026
|
cursor: grab;
|
|
1012
1027
|
|
|
1013
1028
|
&:active {
|
|
@@ -1024,13 +1039,13 @@
|
|
|
1024
1039
|
--#{$table}--cell--PaddingBottom: 0;
|
|
1025
1040
|
--#{$table}--cell--PaddingLeft: var(--#{$table}__action--PaddingLeft);
|
|
1026
1041
|
|
|
1027
|
-
padding-
|
|
1028
|
-
padding-
|
|
1042
|
+
padding-block-start: 0;
|
|
1043
|
+
padding-block-end: 0;
|
|
1029
1044
|
vertical-align: middle;
|
|
1030
1045
|
}
|
|
1031
1046
|
|
|
1032
1047
|
.#{$table}__action {
|
|
1033
|
-
text-align:
|
|
1048
|
+
text-align: end;
|
|
1034
1049
|
}
|
|
1035
1050
|
|
|
1036
1051
|
// Inline edit
|
|
@@ -1038,7 +1053,7 @@
|
|
|
1038
1053
|
--#{$table}--cell--PaddingLeft: 0;
|
|
1039
1054
|
--#{$table}--cell--PaddingRight: 0;
|
|
1040
1055
|
|
|
1041
|
-
text-align:
|
|
1056
|
+
text-align: end;
|
|
1042
1057
|
}
|
|
1043
1058
|
|
|
1044
1059
|
// Compound expansion toggle
|
|
@@ -1071,28 +1086,28 @@
|
|
|
1071
1086
|
.#{$table}__button::before,
|
|
1072
1087
|
.#{$table}__button::after {
|
|
1073
1088
|
position: absolute;
|
|
1074
|
-
|
|
1089
|
+
inset-inline-end: 0;
|
|
1075
1090
|
content: "";
|
|
1076
1091
|
border-style: solid;
|
|
1077
1092
|
border-width: 0;
|
|
1078
1093
|
}
|
|
1079
1094
|
|
|
1080
1095
|
.#{$table}__button::before {
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1096
|
+
inset-block-start: 0;
|
|
1097
|
+
inset-block-end: var(--#{$table}__compound-expansion-toggle__button--before--Bottom);
|
|
1098
|
+
inset-inline-start: var(--#{$table}__compound-expansion-toggle__button--before--Left);
|
|
1084
1099
|
border-color: var(--#{$table}__compound-expansion-toggle__button--before--BorderColor);
|
|
1085
|
-
border-
|
|
1086
|
-
border-
|
|
1100
|
+
border-inline-start-width: var(--#{$table}__compound-expansion-toggle__button--before--BorderLeftWidth);
|
|
1101
|
+
border-inline-end-width: var(--#{$table}__compound-expansion-toggle__button--before--BorderRightWidth);
|
|
1087
1102
|
}
|
|
1088
1103
|
|
|
1089
1104
|
.#{$table}__button::after {
|
|
1090
1105
|
// overlap previous row's border
|
|
1091
|
-
|
|
1092
|
-
|
|
1106
|
+
inset-block-start: var(--#{$table}__compound-expansion-toggle__button--after--Top);
|
|
1107
|
+
inset-inline-start: var(--#{$table}__compound-expansion-toggle__button--after--Left);
|
|
1093
1108
|
pointer-events: none;
|
|
1094
1109
|
border-color: var(--#{$table}__compound-expansion-toggle__button--after--BorderColor);
|
|
1095
|
-
border-
|
|
1110
|
+
border-block-start-width: var(--#{$table}__compound-expansion-toggle__button--after--BorderTopWidth);
|
|
1096
1111
|
}
|
|
1097
1112
|
|
|
1098
1113
|
&:hover,
|
|
@@ -1110,7 +1125,7 @@
|
|
|
1110
1125
|
|
|
1111
1126
|
&.pf-m-expanded {
|
|
1112
1127
|
.#{$table}__button::before {
|
|
1113
|
-
border-
|
|
1128
|
+
border-block-end: var(--#{$table}--BackgroundColor) solid var(--#{$table}__compound-expansion-toggle__button--before--border-width--base);
|
|
1114
1129
|
}
|
|
1115
1130
|
|
|
1116
1131
|
&:first-child {
|
|
@@ -1131,15 +1146,15 @@
|
|
|
1131
1146
|
}
|
|
1132
1147
|
|
|
1133
1148
|
.#{$table}__column-help-action {
|
|
1134
|
-
margin-
|
|
1149
|
+
margin-inline-start: var(--#{$table}__column-help--MarginLeft);
|
|
1135
1150
|
transform: translateY(var(--#{$table}__column-help--TranslateY));
|
|
1136
1151
|
|
|
1137
1152
|
.#{$button} {
|
|
1138
1153
|
--#{$button}--PaddingRight: var(--#{$table}__column-help--c-button--PaddingRight);
|
|
1139
1154
|
--#{$button}--PaddingLeft: var(--#{$table}__column-help--c-button--PaddingLeft);
|
|
1140
1155
|
|
|
1141
|
-
margin-
|
|
1142
|
-
margin-
|
|
1156
|
+
margin-block-start: var(--#{$table}__column-help--c-button--MarginTop);
|
|
1157
|
+
margin-block-end: var(--#{$table}__column-help--c-button--MarginBottom);
|
|
1143
1158
|
font-size: inherit;
|
|
1144
1159
|
line-height: 1;
|
|
1145
1160
|
}
|
|
@@ -1156,9 +1171,9 @@
|
|
|
1156
1171
|
|
|
1157
1172
|
display: flex;
|
|
1158
1173
|
width: auto;
|
|
1159
|
-
margin-
|
|
1160
|
-
margin-
|
|
1161
|
-
margin-
|
|
1174
|
+
margin-block-start: var(--#{$table}__sort__button--MarginTop);
|
|
1175
|
+
margin-block-end: var(--#{$table}__sort__button--MarginBottom);
|
|
1176
|
+
margin-inline-start: var(--#{$table}__sort__button--MarginLeft);
|
|
1162
1177
|
|
|
1163
1178
|
&:hover {
|
|
1164
1179
|
--#{$table}__sort-indicator--Color: var(--#{$table}__sort__button--hover__sort-indicator--Color);
|
|
@@ -1204,7 +1219,7 @@
|
|
|
1204
1219
|
// Sort indicator
|
|
1205
1220
|
.#{$table}__sort-indicator {
|
|
1206
1221
|
grid-column: 2;
|
|
1207
|
-
margin-
|
|
1222
|
+
margin-inline-start: var(--#{$table}__sort-indicator--MarginLeft);
|
|
1208
1223
|
color: var(--#{$table}__sort-indicator--Color);
|
|
1209
1224
|
pointer-events: none;
|
|
1210
1225
|
}
|
|
@@ -1216,7 +1231,7 @@
|
|
|
1216
1231
|
--#{$table}--cell--PaddingBottom: 0;
|
|
1217
1232
|
|
|
1218
1233
|
position: relative;
|
|
1219
|
-
border-
|
|
1234
|
+
border-block-end: 0 solid transparent;
|
|
1220
1235
|
box-shadow: 0 0 0 0 transparent;
|
|
1221
1236
|
|
|
1222
1237
|
&,
|
|
@@ -1228,7 +1243,10 @@
|
|
|
1228
1243
|
td:where(.#{$table}__td),
|
|
1229
1244
|
th:where(.#{$table}__th) {
|
|
1230
1245
|
&.pf-m-no-padding {
|
|
1231
|
-
padding: 0
|
|
1246
|
+
padding-block-start: 0;
|
|
1247
|
+
padding-inline-end: 0;
|
|
1248
|
+
padding-block-end: 0;
|
|
1249
|
+
padding-inline-start: var(--#{$table}__expandable-row--after--border-width--base); // set padding-left to adjust for left border.
|
|
1232
1250
|
|
|
1233
1251
|
.#{$table}__expandable-row-content {
|
|
1234
1252
|
padding: 0;
|
|
@@ -1238,14 +1256,14 @@
|
|
|
1238
1256
|
// stylelint-enable
|
|
1239
1257
|
|
|
1240
1258
|
.#{$table}__expandable-row-content {
|
|
1241
|
-
padding-
|
|
1242
|
-
padding-
|
|
1259
|
+
padding-block-start: var(--#{$table}__expandable-row-content--PaddingTop);
|
|
1260
|
+
padding-block-end: var(--#{$table}__expandable-row-content--PaddingBottom);
|
|
1243
1261
|
}
|
|
1244
1262
|
|
|
1245
1263
|
// Modifier - Expanded tr
|
|
1246
1264
|
&.pf-m-expanded {
|
|
1247
|
-
border-
|
|
1248
|
-
border-
|
|
1265
|
+
border-block-end-color: var(--#{$table}__expandable-row--m-expanded--BorderBottomColor);
|
|
1266
|
+
border-block-end-width: var(--#{$table}--border-width--base);
|
|
1249
1267
|
box-shadow: var(--#{$table}__expandable-row--m-expanded--BoxShadow);
|
|
1250
1268
|
}
|
|
1251
1269
|
|
|
@@ -1352,7 +1370,7 @@
|
|
|
1352
1370
|
align-items: center;
|
|
1353
1371
|
|
|
1354
1372
|
> :not(:last-child) {
|
|
1355
|
-
margin-
|
|
1373
|
+
margin-inline-end: var(--#{$table}__icon-inline--MarginRight);
|
|
1356
1374
|
}
|
|
1357
1375
|
}
|
|
1358
1376
|
|
package/components/Tabs/tabs.css
CHANGED
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
position: relative;
|
|
135
135
|
display: flex;
|
|
136
136
|
width: var(--pf-v5-c-tabs--Width);
|
|
137
|
-
padding-
|
|
138
|
-
padding-
|
|
137
|
+
padding-inline-start: var(--pf-v5-c-tabs--inset);
|
|
138
|
+
padding-inline-end: var(--pf-v5-c-tabs--inset);
|
|
139
139
|
overflow: hidden;
|
|
140
140
|
}
|
|
141
141
|
@media screen and (min-width: 1200px) {
|
|
@@ -146,11 +146,14 @@
|
|
|
146
146
|
}
|
|
147
147
|
.pf-v5-c-tabs::before {
|
|
148
148
|
position: absolute;
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
149
|
+
inset-block-end: 0;
|
|
150
|
+
inset-inline-start: 0;
|
|
151
|
+
inset-inline-end: 0;
|
|
152
152
|
border: solid var(--pf-v5-c-tabs--before--BorderColor);
|
|
153
|
-
border-width: var(--pf-v5-c-tabs--before--BorderTopWidth)
|
|
153
|
+
border-block-start-width: var(--pf-v5-c-tabs--before--BorderTopWidth);
|
|
154
|
+
border-block-end-width: var(--pf-v5-c-tabs--before--BorderBottomWidth);
|
|
155
|
+
border-inline-start-width: var(--pf-v5-c-tabs--before--BorderLeftWidth);
|
|
156
|
+
border-inline-end-width: var(--pf-v5-c-tabs--before--BorderRightWidth);
|
|
154
157
|
}
|
|
155
158
|
.pf-v5-c-tabs.pf-m-fill .pf-v5-c-tabs__list {
|
|
156
159
|
flex-basis: 100%;
|
|
@@ -172,11 +175,11 @@
|
|
|
172
175
|
opacity: 1;
|
|
173
176
|
}
|
|
174
177
|
.pf-v5-c-tabs.pf-m-scrollable .pf-v5-c-tabs__scroll-button:nth-of-type(1) {
|
|
175
|
-
margin-
|
|
178
|
+
margin-inline-end: 0;
|
|
176
179
|
transform: translateX(0);
|
|
177
180
|
}
|
|
178
181
|
.pf-v5-c-tabs.pf-m-scrollable .pf-v5-c-tabs__scroll-button:nth-of-type(2) {
|
|
179
|
-
margin-
|
|
182
|
+
margin-inline-start: 0;
|
|
180
183
|
transform: translateX(0);
|
|
181
184
|
}
|
|
182
185
|
.pf-v5-c-tabs.pf-m-no-border-bottom {
|
|
@@ -206,16 +209,16 @@
|
|
|
206
209
|
--pf-v5-c-tabs__link--before--BorderBottomColor: var(--pf-v5-c-tabs__link--BackgroundColor);
|
|
207
210
|
}
|
|
208
211
|
.pf-v5-c-tabs.pf-m-box .pf-v5-c-tabs__item.pf-m-current:first-child .pf-v5-c-tabs__link::before {
|
|
209
|
-
border-
|
|
212
|
+
border-inline-start-width: var(--pf-v5-c-tabs--m-box__item--m-current--first-child__link--before--BorderLeftWidth);
|
|
210
213
|
}
|
|
211
214
|
.pf-v5-c-tabs.pf-m-box .pf-v5-c-tabs__item.pf-m-current:last-child .pf-v5-c-tabs__link::before {
|
|
212
|
-
border-
|
|
215
|
+
border-inline-end-width: var(--pf-v5-c-tabs--m-box__item--m-current--last-child__link--before--BorderRightWidth);
|
|
213
216
|
}
|
|
214
217
|
.pf-v5-c-tabs.pf-m-box.pf-m-scrollable .pf-v5-c-tabs__item.pf-m-current:first-child .pf-v5-c-tabs__link::before {
|
|
215
|
-
|
|
218
|
+
inset-inline-start: calc(var(--pf-v5-c-tabs__link--before--border-width--base) * -1);
|
|
216
219
|
}
|
|
217
220
|
.pf-v5-c-tabs.pf-m-box.pf-m-scrollable .pf-v5-c-tabs__scroll-button:nth-of-type(2)::before {
|
|
218
|
-
|
|
221
|
+
inset-inline-start: calc(var(--pf-v5-c-tabs__link--before--border-width--base) * -1);
|
|
219
222
|
}
|
|
220
223
|
.pf-v5-c-tabs.pf-m-box .pf-v5-c-tabs__item.pf-m-current + .pf-v5-c-tabs__item {
|
|
221
224
|
--pf-v5-c-tabs__link--before--Left: 0;
|
|
@@ -255,21 +258,24 @@
|
|
|
255
258
|
}
|
|
256
259
|
.pf-v5-c-tabs.pf-m-vertical .pf-v5-c-tabs__list::before {
|
|
257
260
|
position: absolute;
|
|
258
|
-
|
|
261
|
+
inset-inline-end: auto;
|
|
259
262
|
border: solid var(--pf-v5-c-tabs--m-vertical__list--before--BorderColor);
|
|
260
|
-
border-width: var(--pf-v5-c-tabs--m-vertical__list--before--BorderTopWidth)
|
|
263
|
+
border-block-start-width: var(--pf-v5-c-tabs--m-vertical__list--before--BorderTopWidth);
|
|
264
|
+
border-block-end-width: var(--pf-v5-c-tabs--m-vertical__list--before--BorderBottomWidth);
|
|
265
|
+
border-inline-start-width: var(--pf-v5-c-tabs--m-vertical__list--before--BorderLeftWidth);
|
|
266
|
+
border-inline-end-width: var(--pf-v5-c-tabs--m-vertical__list--before--BorderRightWidth);
|
|
261
267
|
}
|
|
262
268
|
.pf-v5-c-tabs.pf-m-vertical .pf-v5-c-tabs__item:first-child {
|
|
263
|
-
margin-
|
|
269
|
+
margin-block-start: var(--pf-v5-c-tabs--inset);
|
|
264
270
|
}
|
|
265
271
|
.pf-v5-c-tabs.pf-m-vertical .pf-v5-c-tabs__item:last-child {
|
|
266
|
-
margin-
|
|
272
|
+
margin-block-end: var(--pf-v5-c-tabs--inset);
|
|
267
273
|
}
|
|
268
274
|
.pf-v5-c-tabs.pf-m-vertical .pf-v5-c-tabs__link {
|
|
269
275
|
--pf-v5-c-tabs__link--after--BorderTopWidth: 0;
|
|
270
276
|
--pf-v5-c-tabs__link--after--BorderLeftWidth: var(--pf-v5-c-tabs__link--after--BorderWidth);
|
|
271
277
|
max-width: 100%;
|
|
272
|
-
text-align:
|
|
278
|
+
text-align: start;
|
|
273
279
|
}
|
|
274
280
|
.pf-v5-c-tabs.pf-m-vertical .pf-v5-c-tabs__item-text {
|
|
275
281
|
max-width: 100%;
|
|
@@ -348,8 +354,8 @@
|
|
|
348
354
|
--pf-v5-c-tabs__link--disabled--before--BorderLeftWidth: 0;
|
|
349
355
|
}
|
|
350
356
|
.pf-v5-c-tabs.pf-m-box.pf-m-vertical .pf-v5-c-tabs__list::before {
|
|
351
|
-
|
|
352
|
-
|
|
357
|
+
inset-inline-start: auto;
|
|
358
|
+
inset-inline-end: 0;
|
|
353
359
|
}
|
|
354
360
|
.pf-v5-c-tabs.pf-m-box.pf-m-vertical .pf-v5-c-tabs__item:last-child {
|
|
355
361
|
--pf-v5-c-tabs__link--before--BorderBottomWidth: 0;
|
|
@@ -367,11 +373,11 @@
|
|
|
367
373
|
--pf-v5-c-tabs__link--before--BorderTopWidth: var(--pf-v5-c-tabs__link--before--border-width--base);
|
|
368
374
|
}
|
|
369
375
|
.pf-v5-c-tabs.pf-m-box.pf-m-vertical .pf-v5-c-tabs__link::after {
|
|
370
|
-
|
|
376
|
+
inset-block-start: calc(var(--pf-v5-c-tabs__link--before--border-width--base) * -1);
|
|
371
377
|
}
|
|
372
378
|
.pf-v5-c-tabs.pf-m-box.pf-m-vertical .pf-v5-c-tabs__item:first-child .pf-v5-c-tabs__link::after,
|
|
373
379
|
.pf-v5-c-tabs.pf-m-box.pf-m-vertical .pf-v5-c-tabs__item.pf-m-current + .pf-v5-c-tabs__item .pf-v5-c-tabs__link::after {
|
|
374
|
-
|
|
380
|
+
inset-block-start: 0;
|
|
375
381
|
}
|
|
376
382
|
.pf-v5-c-tabs.pf-m-secondary {
|
|
377
383
|
--pf-v5-c-tabs__link--FontSize: var(--pf-v5-c-tabs--m-secondary__link--FontSize);
|
|
@@ -389,19 +395,19 @@
|
|
|
389
395
|
.pf-v5-c-tabs__toggle {
|
|
390
396
|
display: var(--pf-v5-c-tabs__toggle--Display);
|
|
391
397
|
align-items: center;
|
|
392
|
-
margin-
|
|
398
|
+
margin-block-end: var(--pf-v5-c-tabs__toggle--MarginBottom);
|
|
393
399
|
}
|
|
394
400
|
|
|
395
401
|
.pf-v5-c-tabs__toggle-button {
|
|
396
402
|
--pf-v5-c-tabs__toggle-text--MarginLeft: var(--pf-v5-c-tabs__toggle-button__toggle-text--MarginLeft);
|
|
397
403
|
--pf-v5-c-tabs__toggle-text--Color: var(--pf-v5-c-tabs__toggle-button__toggle-text--Color);
|
|
398
|
-
margin-
|
|
399
|
-
margin-
|
|
400
|
-
margin-
|
|
404
|
+
margin-block-start: var(--pf-v5-c-tabs__toggle-button--MarginTop);
|
|
405
|
+
margin-block-end: var(--pf-v5-c-tabs__toggle-button--MarginBottom);
|
|
406
|
+
margin-inline-start: var(--pf-v5-c-tabs__toggle-button--MarginLeft);
|
|
401
407
|
}
|
|
402
408
|
.pf-v5-c-tabs__toggle-button .pf-v5-c-button {
|
|
403
409
|
display: flex;
|
|
404
|
-
text-align:
|
|
410
|
+
text-align: start;
|
|
405
411
|
white-space: normal;
|
|
406
412
|
}
|
|
407
413
|
|
|
@@ -413,7 +419,7 @@
|
|
|
413
419
|
}
|
|
414
420
|
|
|
415
421
|
.pf-v5-c-tabs__toggle-text {
|
|
416
|
-
margin-
|
|
422
|
+
margin-inline-start: var(--pf-v5-c-tabs__toggle-text--MarginLeft);
|
|
417
423
|
color: var(--pf-v5-c-tabs__toggle-text--Color, inherit);
|
|
418
424
|
}
|
|
419
425
|
|
|
@@ -463,9 +469,9 @@
|
|
|
463
469
|
.pf-v5-c-tabs__scroll-button::before,
|
|
464
470
|
.pf-v5-c-tabs__add::before {
|
|
465
471
|
position: absolute;
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
472
|
+
inset-block-end: 0;
|
|
473
|
+
inset-inline-start: 0;
|
|
474
|
+
inset-inline-end: 0;
|
|
469
475
|
content: "";
|
|
470
476
|
border-style: solid;
|
|
471
477
|
}
|
|
@@ -477,7 +483,7 @@
|
|
|
477
483
|
.pf-v5-c-tabs__item.pf-m-action::after,
|
|
478
484
|
.pf-v5-c-tabs__scroll-button::before,
|
|
479
485
|
.pf-v5-c-tabs__add::before {
|
|
480
|
-
|
|
486
|
+
inset-block-start: 0;
|
|
481
487
|
}
|
|
482
488
|
|
|
483
489
|
.pf-v5-c-tabs__link,
|
|
@@ -491,7 +497,10 @@
|
|
|
491
497
|
position: relative;
|
|
492
498
|
display: flex;
|
|
493
499
|
flex: 1;
|
|
494
|
-
padding: var(--pf-v5-c-tabs__link--PaddingTop)
|
|
500
|
+
padding-block-start: var(--pf-v5-c-tabs__link--PaddingTop);
|
|
501
|
+
padding-block-end: var(--pf-v5-c-tabs__link--PaddingBottom);
|
|
502
|
+
padding-inline-start: var(--pf-v5-c-tabs__link--PaddingLeft);
|
|
503
|
+
padding-inline-end: var(--pf-v5-c-tabs__link--PaddingRight);
|
|
495
504
|
font-size: var(--pf-v5-c-tabs__link--FontSize);
|
|
496
505
|
color: var(--pf-v5-c-tabs__link--Color);
|
|
497
506
|
text-decoration: none;
|
|
@@ -504,20 +513,26 @@
|
|
|
504
513
|
|
|
505
514
|
.pf-v5-c-tabs__item.pf-m-action::before, .pf-v5-c-tabs__link::before {
|
|
506
515
|
pointer-events: none;
|
|
507
|
-
border-
|
|
508
|
-
border-
|
|
509
|
-
border-
|
|
510
|
-
border-
|
|
511
|
-
border-
|
|
516
|
+
border-block-start-color: var(--pf-v5-c-tabs__link--before--BorderTopColor);
|
|
517
|
+
border-block-start-width: var(--pf-v5-c-tabs__link--before--BorderTopWidth);
|
|
518
|
+
border-block-end-color: var(--pf-v5-c-tabs__link--before--BorderBottomColor);
|
|
519
|
+
border-block-end-width: var(--pf-v5-c-tabs__link--before--BorderBottomWidth);
|
|
520
|
+
border-inline-start-color: var(--pf-v5-c-tabs__link--before--BorderLeftColor);
|
|
521
|
+
border-inline-start-width: var(--pf-v5-c-tabs__link--before--BorderLeftWidth);
|
|
522
|
+
border-inline-end-color: var(--pf-v5-c-tabs__link--before--BorderRightColor);
|
|
523
|
+
border-inline-end-width: var(--pf-v5-c-tabs__link--before--BorderRightWidth);
|
|
512
524
|
}
|
|
513
525
|
|
|
514
526
|
.pf-v5-c-tabs__item.pf-m-action::after, .pf-v5-c-tabs__link::after {
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
527
|
+
inset-block-start: var(--pf-v5-c-tabs__link--after--Top);
|
|
528
|
+
inset-block-end: var(--pf-v5-c-tabs__link--after--Bottom);
|
|
529
|
+
inset-inline-start: var(--pf-v5-c-tabs__link--before--Left);
|
|
530
|
+
inset-inline-end: var(--pf-v5-c-tabs__link--after--Right);
|
|
519
531
|
border-color: var(--pf-v5-c-tabs__link--after--BorderColor);
|
|
520
|
-
border-width: var(--pf-v5-c-tabs__link--after--BorderTopWidth)
|
|
532
|
+
border-block-start-width: var(--pf-v5-c-tabs__link--after--BorderTopWidth);
|
|
533
|
+
border-block-end-width: var(--pf-v5-c-tabs__link--after--BorderBottomWidth);
|
|
534
|
+
border-inline-start-width: var(--pf-v5-c-tabs__link--after--BorderLeftWidth);
|
|
535
|
+
border-inline-end-width: var(--pf-v5-c-tabs__link--after--BorderRightWidth);
|
|
521
536
|
}
|
|
522
537
|
|
|
523
538
|
.pf-v5-c-tabs__item.pf-m-action:hover, .pf-v5-c-tabs__link:hover {
|
|
@@ -558,7 +573,7 @@
|
|
|
558
573
|
}
|
|
559
574
|
.pf-v5-c-tabs__link .pf-v5-c-tabs__item-icon,
|
|
560
575
|
.pf-v5-c-tabs__link .pf-v5-c-tabs__item-text {
|
|
561
|
-
margin-
|
|
576
|
+
margin-inline-end: var(--pf-v5-c-tabs__link--child--MarginRight);
|
|
562
577
|
}
|
|
563
578
|
.pf-v5-c-tabs__link .pf-v5-c-tabs__item-icon:last-child,
|
|
564
579
|
.pf-v5-c-tabs__link .pf-v5-c-tabs__item-text:last-child {
|
|
@@ -594,7 +609,7 @@
|
|
|
594
609
|
|
|
595
610
|
.pf-v5-c-tabs__item-action-icon {
|
|
596
611
|
display: inline-block;
|
|
597
|
-
margin-
|
|
612
|
+
margin-block-start: var(--pf-v5-c-tabs__item-action-icon--MarginTop);
|
|
598
613
|
}
|
|
599
614
|
|
|
600
615
|
.pf-v5-c-tabs__scroll-button {
|
|
@@ -612,16 +627,19 @@
|
|
|
612
627
|
}
|
|
613
628
|
.pf-v5-c-tabs__scroll-button::before {
|
|
614
629
|
border-color: var(--pf-v5-c-tabs__scroll-button--before--BorderColor);
|
|
615
|
-
border-width: 0
|
|
630
|
+
border-block-start-width: 0;
|
|
631
|
+
border-block-end-width: var(--pf-v5-c-tabs__scroll-button--before--BorderBottomWidth);
|
|
632
|
+
border-inline-start-width: var(--pf-v5-c-tabs__scroll-button--before--BorderLeftWidth);
|
|
633
|
+
border-inline-end-width: var(--pf-v5-c-tabs__scroll-button--before--BorderRightWidth);
|
|
616
634
|
}
|
|
617
635
|
.pf-v5-c-tabs__scroll-button:nth-of-type(1) {
|
|
618
636
|
--pf-v5-c-tabs__scroll-button--before--BorderRightWidth: var(--pf-v5-c-tabs__scroll-button--before--border-width--base);
|
|
619
|
-
margin-
|
|
637
|
+
margin-inline-end: calc(var(--pf-v5-c-tabs__scroll-button--Width) * -1);
|
|
620
638
|
transform: translateX(-100%);
|
|
621
639
|
}
|
|
622
640
|
.pf-v5-c-tabs__scroll-button:nth-of-type(2) {
|
|
623
641
|
--pf-v5-c-tabs__scroll-button--before--BorderLeftWidth: var(--pf-v5-c-tabs__scroll-button--before--border-width--base);
|
|
624
|
-
margin-
|
|
642
|
+
margin-inline-start: calc(var(--pf-v5-c-tabs__scroll-button--Width) * -1);
|
|
625
643
|
transform: translateX(100%);
|
|
626
644
|
}
|
|
627
645
|
.pf-v5-c-tabs__scroll-button:disabled {
|
|
@@ -634,7 +652,7 @@
|
|
|
634
652
|
display: flex;
|
|
635
653
|
}
|
|
636
654
|
.pf-v5-c-tabs__add::before {
|
|
637
|
-
border-
|
|
655
|
+
border-inline-start: var(--pf-v5-c-tabs__add--before--BorderLeftWidth) solid var(--pf-v5-c-tabs__add--before--BorderColor);
|
|
638
656
|
}
|
|
639
657
|
.pf-v5-c-tabs__add .pf-v5-c-button {
|
|
640
658
|
--pf-v5-c-button--FontSize: var(--pf-v5-c-tabs__add--c-button--FontSize);
|