-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Milestone
Description
Issue: patternfly/patternfly#4753
PR: patternfly/patternfly#4774
- Adds
.pf-m-border-bottomto add a bottom border to secondary tabs. - Updates secondary tabs in "Open tabs with secondary tabs" demo
- Also see if we can match the structure in the core demo. We need to remove the extra space between the primary and secondary tabs, and make sure the secondary tabs extends to the edge of the container with an inset, so the border goes to the edge of the container.
- If we can't match the core structure, you should be able to do that with the current example by:
- Add
.pf-m-no-paddingto page section that wraps secondary tabs and tab content - Add
.pf-m-page-insetsto secondary tabs (and remove.pf-m-inset-none) - Add
.pf-m-paddingto the.pf-c-tab-content__bodyelement that wraps the "Pod details" content - Side note - the first tab content element in this demo is in it's own div, and the others are in another, and those divs are wrapped in a flex layout - could the flex layout just be removed and the tab content elements all be adjacent to one another? Only one should show at a time.
- Add
- If we can't match the core structure, you should be able to do that with the current example by:
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done